Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteUsersUserID(params *DeleteUsersUserIDParams) (*DeleteUsersUserIDNoContent, error)
- func (a *Client) DeleteUsersUserIDCredentialsClientID(params *DeleteUsersUserIDCredentialsClientIDParams) (*DeleteUsersUserIDCredentialsClientIDNoContent, error)
- func (a *Client) DeleteUsersUserIDCredentialsPublicKeyPublicKeyID(params *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent, error)
- func (a *Client) DeleteUsersUserIDRolesRoleID(params *DeleteUsersUserIDRolesRoleIDParams) (*DeleteUsersUserIDRolesRoleIDNoContent, error)
- func (a *Client) GetUsers(params *GetUsersParams) (*GetUsersOK, error)
- func (a *Client) GetUsersUserID(params *GetUsersUserIDParams) (*GetUsersUserIDOK, error)
- func (a *Client) GetUsersUserIDAces(params *GetUsersUserIDAcesParams) (*GetUsersUserIDAcesOK, error)
- func (a *Client) GetUsersUserIDCredentials(params *GetUsersUserIDCredentialsParams) (*GetUsersUserIDCredentialsOK, error)
- func (a *Client) GetUsersUserIDCredentialsPublicKey(params *GetUsersUserIDCredentialsPublicKeyParams) (*GetUsersUserIDCredentialsPublicKeyOK, error)
- func (a *Client) GetUsersUserIDCredentialsPublicKeyPublicKeyID(params *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK, error)
- func (a *Client) GetUsersUserIDRoles(params *GetUsersUserIDRolesParams) (*GetUsersUserIDRolesOK, error)
- func (a *Client) PatchUsersUserID(params *PatchUsersUserIDParams) (*PatchUsersUserIDOK, error)
- func (a *Client) PostUsers(params *PostUsersParams) (*PostUsersCreated, error)
- func (a *Client) PostUsersUserIDCredentials(params *PostUsersUserIDCredentialsParams) (*PostUsersUserIDCredentialsCreated, error)
- func (a *Client) PostUsersUserIDCredentialsPublicKey(params *PostUsersUserIDCredentialsPublicKeyParams) (*PostUsersUserIDCredentialsPublicKeyCreated, error)
- func (a *Client) PostUsersUserIDRolesRoleID(params *PostUsersUserIDRolesRoleIDParams) (*PostUsersUserIDRolesRoleIDCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type DeleteUsersUserIDBadRequest
- type DeleteUsersUserIDConflict
- type DeleteUsersUserIDCredentialsClientIDBadRequest
- type DeleteUsersUserIDCredentialsClientIDConflict
- type DeleteUsersUserIDCredentialsClientIDForbidden
- type DeleteUsersUserIDCredentialsClientIDInternalServerError
- type DeleteUsersUserIDCredentialsClientIDNoContent
- type DeleteUsersUserIDCredentialsClientIDNotFound
- type DeleteUsersUserIDCredentialsClientIDParams
- func NewDeleteUsersUserIDCredentialsClientIDParams() *DeleteUsersUserIDCredentialsClientIDParams
- func NewDeleteUsersUserIDCredentialsClientIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDCredentialsClientIDParams
- func NewDeleteUsersUserIDCredentialsClientIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsClientIDParams
- func NewDeleteUsersUserIDCredentialsClientIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsClientIDParams
- func (o *DeleteUsersUserIDCredentialsClientIDParams) SetClientID(clientID strfmt.UUID)
- func (o *DeleteUsersUserIDCredentialsClientIDParams) SetContext(ctx context.Context)
- func (o *DeleteUsersUserIDCredentialsClientIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUsersUserIDCredentialsClientIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUsersUserIDCredentialsClientIDParams) SetUserID(userID strfmt.UUID)
- func (o *DeleteUsersUserIDCredentialsClientIDParams) WithClientID(clientID strfmt.UUID) *DeleteUsersUserIDCredentialsClientIDParams
- func (o *DeleteUsersUserIDCredentialsClientIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDCredentialsClientIDParams
- func (o *DeleteUsersUserIDCredentialsClientIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsClientIDParams
- func (o *DeleteUsersUserIDCredentialsClientIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsClientIDParams
- func (o *DeleteUsersUserIDCredentialsClientIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDCredentialsClientIDParams
- func (o *DeleteUsersUserIDCredentialsClientIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUsersUserIDCredentialsClientIDReader
- type DeleteUsersUserIDCredentialsClientIDServiceUnavailable
- type DeleteUsersUserIDCredentialsClientIDTooManyRequests
- type DeleteUsersUserIDCredentialsClientIDUnauthorized
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext(ctx context.Context)
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID(publicKeyID strfmt.UUID)
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID(userID strfmt.UUID)
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID(publicKeyID strfmt.UUID) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests
- type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized
- type DeleteUsersUserIDForbidden
- type DeleteUsersUserIDInternalServerError
- type DeleteUsersUserIDNoContent
- type DeleteUsersUserIDNotFound
- type DeleteUsersUserIDParams
- func NewDeleteUsersUserIDParams() *DeleteUsersUserIDParams
- func NewDeleteUsersUserIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDParams
- func NewDeleteUsersUserIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDParams
- func NewDeleteUsersUserIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDParams
- func (o *DeleteUsersUserIDParams) SetContext(ctx context.Context)
- func (o *DeleteUsersUserIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUsersUserIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUsersUserIDParams) SetUserID(userID strfmt.UUID)
- func (o *DeleteUsersUserIDParams) SetVersion(version int64)
- func (o *DeleteUsersUserIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDParams
- func (o *DeleteUsersUserIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDParams
- func (o *DeleteUsersUserIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDParams
- func (o *DeleteUsersUserIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDParams
- func (o *DeleteUsersUserIDParams) WithVersion(version int64) *DeleteUsersUserIDParams
- func (o *DeleteUsersUserIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUsersUserIDReader
- type DeleteUsersUserIDRolesRoleIDBadRequest
- type DeleteUsersUserIDRolesRoleIDConflict
- type DeleteUsersUserIDRolesRoleIDForbidden
- type DeleteUsersUserIDRolesRoleIDInternalServerError
- type DeleteUsersUserIDRolesRoleIDNoContent
- type DeleteUsersUserIDRolesRoleIDNotFound
- type DeleteUsersUserIDRolesRoleIDParams
- func NewDeleteUsersUserIDRolesRoleIDParams() *DeleteUsersUserIDRolesRoleIDParams
- func NewDeleteUsersUserIDRolesRoleIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDRolesRoleIDParams
- func NewDeleteUsersUserIDRolesRoleIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDRolesRoleIDParams
- func NewDeleteUsersUserIDRolesRoleIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDRolesRoleIDParams
- func (o *DeleteUsersUserIDRolesRoleIDParams) SetContext(ctx context.Context)
- func (o *DeleteUsersUserIDRolesRoleIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUsersUserIDRolesRoleIDParams) SetRoleID(roleID strfmt.UUID)
- func (o *DeleteUsersUserIDRolesRoleIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUsersUserIDRolesRoleIDParams) SetUserID(userID strfmt.UUID)
- func (o *DeleteUsersUserIDRolesRoleIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDRolesRoleIDParams
- func (o *DeleteUsersUserIDRolesRoleIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDRolesRoleIDParams
- func (o *DeleteUsersUserIDRolesRoleIDParams) WithRoleID(roleID strfmt.UUID) *DeleteUsersUserIDRolesRoleIDParams
- func (o *DeleteUsersUserIDRolesRoleIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDRolesRoleIDParams
- func (o *DeleteUsersUserIDRolesRoleIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDRolesRoleIDParams
- func (o *DeleteUsersUserIDRolesRoleIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUsersUserIDRolesRoleIDReader
- type DeleteUsersUserIDRolesRoleIDServiceUnavailable
- type DeleteUsersUserIDRolesRoleIDTooManyRequests
- type DeleteUsersUserIDRolesRoleIDUnauthorized
- type DeleteUsersUserIDServiceUnavailable
- type DeleteUsersUserIDTooManyRequests
- type DeleteUsersUserIDUnauthorized
- type GetUsersBadRequest
- type GetUsersConflict
- type GetUsersForbidden
- type GetUsersInternalServerError
- type GetUsersNotFound
- type GetUsersOK
- type GetUsersParams
- func (o *GetUsersParams) SetContext(ctx context.Context)
- func (o *GetUsersParams) SetHTTPClient(client *http.Client)
- func (o *GetUsersParams) SetPageNumber(pageNumber *int64)
- func (o *GetUsersParams) SetPageSize(pageSize *int64)
- func (o *GetUsersParams) SetTimeout(timeout time.Duration)
- func (o *GetUsersParams) WithContext(ctx context.Context) *GetUsersParams
- func (o *GetUsersParams) WithHTTPClient(client *http.Client) *GetUsersParams
- func (o *GetUsersParams) WithPageNumber(pageNumber *int64) *GetUsersParams
- func (o *GetUsersParams) WithPageSize(pageSize *int64) *GetUsersParams
- func (o *GetUsersParams) WithTimeout(timeout time.Duration) *GetUsersParams
- func (o *GetUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsersReader
- type GetUsersServiceUnavailable
- type GetUsersTooManyRequests
- type GetUsersUnauthorized
- type GetUsersUserIDAcesBadRequest
- type GetUsersUserIDAcesConflict
- type GetUsersUserIDAcesForbidden
- type GetUsersUserIDAcesInternalServerError
- type GetUsersUserIDAcesNotFound
- type GetUsersUserIDAcesOK
- type GetUsersUserIDAcesParams
- func NewGetUsersUserIDAcesParams() *GetUsersUserIDAcesParams
- func NewGetUsersUserIDAcesParamsWithContext(ctx context.Context) *GetUsersUserIDAcesParams
- func NewGetUsersUserIDAcesParamsWithHTTPClient(client *http.Client) *GetUsersUserIDAcesParams
- func NewGetUsersUserIDAcesParamsWithTimeout(timeout time.Duration) *GetUsersUserIDAcesParams
- func (o *GetUsersUserIDAcesParams) SetContext(ctx context.Context)
- func (o *GetUsersUserIDAcesParams) SetFilterAction(filterAction *string)
- func (o *GetUsersUserIDAcesParams) SetFilterRecordType(filterRecordType *string)
- func (o *GetUsersUserIDAcesParams) SetHTTPClient(client *http.Client)
- func (o *GetUsersUserIDAcesParams) SetTimeout(timeout time.Duration)
- func (o *GetUsersUserIDAcesParams) SetUserID(userID strfmt.UUID)
- func (o *GetUsersUserIDAcesParams) WithContext(ctx context.Context) *GetUsersUserIDAcesParams
- func (o *GetUsersUserIDAcesParams) WithFilterAction(filterAction *string) *GetUsersUserIDAcesParams
- func (o *GetUsersUserIDAcesParams) WithFilterRecordType(filterRecordType *string) *GetUsersUserIDAcesParams
- func (o *GetUsersUserIDAcesParams) WithHTTPClient(client *http.Client) *GetUsersUserIDAcesParams
- func (o *GetUsersUserIDAcesParams) WithTimeout(timeout time.Duration) *GetUsersUserIDAcesParams
- func (o *GetUsersUserIDAcesParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDAcesParams
- func (o *GetUsersUserIDAcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsersUserIDAcesReader
- type GetUsersUserIDAcesServiceUnavailable
- type GetUsersUserIDAcesTooManyRequests
- type GetUsersUserIDAcesUnauthorized
- type GetUsersUserIDBadRequest
- type GetUsersUserIDConflict
- type GetUsersUserIDCredentialsBadRequest
- type GetUsersUserIDCredentialsConflict
- type GetUsersUserIDCredentialsForbidden
- type GetUsersUserIDCredentialsInternalServerError
- type GetUsersUserIDCredentialsNotFound
- type GetUsersUserIDCredentialsOK
- type GetUsersUserIDCredentialsParams
- func NewGetUsersUserIDCredentialsParams() *GetUsersUserIDCredentialsParams
- func NewGetUsersUserIDCredentialsParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsParams
- func NewGetUsersUserIDCredentialsParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsParams
- func NewGetUsersUserIDCredentialsParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsParams
- func (o *GetUsersUserIDCredentialsParams) SetContext(ctx context.Context)
- func (o *GetUsersUserIDCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *GetUsersUserIDCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *GetUsersUserIDCredentialsParams) SetUserID(userID strfmt.UUID)
- func (o *GetUsersUserIDCredentialsParams) WithContext(ctx context.Context) *GetUsersUserIDCredentialsParams
- func (o *GetUsersUserIDCredentialsParams) WithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsParams
- func (o *GetUsersUserIDCredentialsParams) WithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsParams
- func (o *GetUsersUserIDCredentialsParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDCredentialsParams
- func (o *GetUsersUserIDCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsersUserIDCredentialsPublicKeyBadRequest
- type GetUsersUserIDCredentialsPublicKeyConflict
- type GetUsersUserIDCredentialsPublicKeyForbidden
- type GetUsersUserIDCredentialsPublicKeyInternalServerError
- type GetUsersUserIDCredentialsPublicKeyNotFound
- type GetUsersUserIDCredentialsPublicKeyOK
- type GetUsersUserIDCredentialsPublicKeyParams
- func NewGetUsersUserIDCredentialsPublicKeyParams() *GetUsersUserIDCredentialsPublicKeyParams
- func NewGetUsersUserIDCredentialsPublicKeyParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyParams
- func NewGetUsersUserIDCredentialsPublicKeyParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyParams
- func NewGetUsersUserIDCredentialsPublicKeyParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyParams
- func (o *GetUsersUserIDCredentialsPublicKeyParams) SetContext(ctx context.Context)
- func (o *GetUsersUserIDCredentialsPublicKeyParams) SetHTTPClient(client *http.Client)
- func (o *GetUsersUserIDCredentialsPublicKeyParams) SetTimeout(timeout time.Duration)
- func (o *GetUsersUserIDCredentialsPublicKeyParams) SetUserID(userID strfmt.UUID)
- func (o *GetUsersUserIDCredentialsPublicKeyParams) WithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyParams
- func (o *GetUsersUserIDCredentialsPublicKeyParams) WithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyParams
- func (o *GetUsersUserIDCredentialsPublicKeyParams) WithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyParams
- func (o *GetUsersUserIDCredentialsPublicKeyParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDCredentialsPublicKeyParams
- func (o *GetUsersUserIDCredentialsPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParams() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext(ctx context.Context)
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient(client *http.Client)
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID(publicKeyID strfmt.UUID)
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout(timeout time.Duration)
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID(userID strfmt.UUID)
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID(publicKeyID strfmt.UUID) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
- func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests
- type GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized
- type GetUsersUserIDCredentialsPublicKeyReader
- type GetUsersUserIDCredentialsPublicKeyServiceUnavailable
- type GetUsersUserIDCredentialsPublicKeyTooManyRequests
- type GetUsersUserIDCredentialsPublicKeyUnauthorized
- type GetUsersUserIDCredentialsReader
- type GetUsersUserIDCredentialsServiceUnavailable
- type GetUsersUserIDCredentialsTooManyRequests
- type GetUsersUserIDCredentialsUnauthorized
- type GetUsersUserIDForbidden
- type GetUsersUserIDInternalServerError
- type GetUsersUserIDNotFound
- type GetUsersUserIDOK
- type GetUsersUserIDParams
- func NewGetUsersUserIDParams() *GetUsersUserIDParams
- func NewGetUsersUserIDParamsWithContext(ctx context.Context) *GetUsersUserIDParams
- func NewGetUsersUserIDParamsWithHTTPClient(client *http.Client) *GetUsersUserIDParams
- func NewGetUsersUserIDParamsWithTimeout(timeout time.Duration) *GetUsersUserIDParams
- func (o *GetUsersUserIDParams) SetContext(ctx context.Context)
- func (o *GetUsersUserIDParams) SetHTTPClient(client *http.Client)
- func (o *GetUsersUserIDParams) SetTimeout(timeout time.Duration)
- func (o *GetUsersUserIDParams) SetUserID(userID strfmt.UUID)
- func (o *GetUsersUserIDParams) WithContext(ctx context.Context) *GetUsersUserIDParams
- func (o *GetUsersUserIDParams) WithHTTPClient(client *http.Client) *GetUsersUserIDParams
- func (o *GetUsersUserIDParams) WithTimeout(timeout time.Duration) *GetUsersUserIDParams
- func (o *GetUsersUserIDParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDParams
- func (o *GetUsersUserIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsersUserIDReader
- type GetUsersUserIDRolesBadRequest
- type GetUsersUserIDRolesConflict
- type GetUsersUserIDRolesForbidden
- type GetUsersUserIDRolesInternalServerError
- type GetUsersUserIDRolesNotFound
- type GetUsersUserIDRolesOK
- type GetUsersUserIDRolesParams
- func NewGetUsersUserIDRolesParams() *GetUsersUserIDRolesParams
- func NewGetUsersUserIDRolesParamsWithContext(ctx context.Context) *GetUsersUserIDRolesParams
- func NewGetUsersUserIDRolesParamsWithHTTPClient(client *http.Client) *GetUsersUserIDRolesParams
- func NewGetUsersUserIDRolesParamsWithTimeout(timeout time.Duration) *GetUsersUserIDRolesParams
- func (o *GetUsersUserIDRolesParams) SetContext(ctx context.Context)
- func (o *GetUsersUserIDRolesParams) SetHTTPClient(client *http.Client)
- func (o *GetUsersUserIDRolesParams) SetTimeout(timeout time.Duration)
- func (o *GetUsersUserIDRolesParams) SetUserID(userID strfmt.UUID)
- func (o *GetUsersUserIDRolesParams) WithContext(ctx context.Context) *GetUsersUserIDRolesParams
- func (o *GetUsersUserIDRolesParams) WithHTTPClient(client *http.Client) *GetUsersUserIDRolesParams
- func (o *GetUsersUserIDRolesParams) WithTimeout(timeout time.Duration) *GetUsersUserIDRolesParams
- func (o *GetUsersUserIDRolesParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDRolesParams
- func (o *GetUsersUserIDRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUsersUserIDRolesReader
- type GetUsersUserIDRolesServiceUnavailable
- type GetUsersUserIDRolesTooManyRequests
- type GetUsersUserIDRolesUnauthorized
- type GetUsersUserIDServiceUnavailable
- type GetUsersUserIDTooManyRequests
- type GetUsersUserIDUnauthorized
- type PatchUsersUserIDBadRequest
- type PatchUsersUserIDConflict
- type PatchUsersUserIDForbidden
- type PatchUsersUserIDInternalServerError
- type PatchUsersUserIDNotFound
- type PatchUsersUserIDOK
- type PatchUsersUserIDParams
- func NewPatchUsersUserIDParams() *PatchUsersUserIDParams
- func NewPatchUsersUserIDParamsWithContext(ctx context.Context) *PatchUsersUserIDParams
- func NewPatchUsersUserIDParamsWithHTTPClient(client *http.Client) *PatchUsersUserIDParams
- func NewPatchUsersUserIDParamsWithTimeout(timeout time.Duration) *PatchUsersUserIDParams
- func (o *PatchUsersUserIDParams) SetContext(ctx context.Context)
- func (o *PatchUsersUserIDParams) SetHTTPClient(client *http.Client)
- func (o *PatchUsersUserIDParams) SetTimeout(timeout time.Duration)
- func (o *PatchUsersUserIDParams) SetUserID(userID strfmt.UUID)
- func (o *PatchUsersUserIDParams) SetUserUpdateRequest(userUpdateRequest *models.UserCreation)
- func (o *PatchUsersUserIDParams) WithContext(ctx context.Context) *PatchUsersUserIDParams
- func (o *PatchUsersUserIDParams) WithHTTPClient(client *http.Client) *PatchUsersUserIDParams
- func (o *PatchUsersUserIDParams) WithTimeout(timeout time.Duration) *PatchUsersUserIDParams
- func (o *PatchUsersUserIDParams) WithUserID(userID strfmt.UUID) *PatchUsersUserIDParams
- func (o *PatchUsersUserIDParams) WithUserUpdateRequest(userUpdateRequest *models.UserCreation) *PatchUsersUserIDParams
- func (o *PatchUsersUserIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchUsersUserIDReader
- type PatchUsersUserIDServiceUnavailable
- type PatchUsersUserIDTooManyRequests
- type PatchUsersUserIDUnauthorized
- type PostUsersBadRequest
- type PostUsersConflict
- type PostUsersCreated
- type PostUsersForbidden
- type PostUsersInternalServerError
- type PostUsersNotFound
- type PostUsersParams
- func (o *PostUsersParams) SetContext(ctx context.Context)
- func (o *PostUsersParams) SetHTTPClient(client *http.Client)
- func (o *PostUsersParams) SetTimeout(timeout time.Duration)
- func (o *PostUsersParams) SetUserCreationRequest(userCreationRequest *models.UserCreation)
- func (o *PostUsersParams) WithContext(ctx context.Context) *PostUsersParams
- func (o *PostUsersParams) WithHTTPClient(client *http.Client) *PostUsersParams
- func (o *PostUsersParams) WithTimeout(timeout time.Duration) *PostUsersParams
- func (o *PostUsersParams) WithUserCreationRequest(userCreationRequest *models.UserCreation) *PostUsersParams
- func (o *PostUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostUsersReader
- type PostUsersServiceUnavailable
- type PostUsersTooManyRequests
- type PostUsersUnauthorized
- type PostUsersUserIDCredentialsBadRequest
- type PostUsersUserIDCredentialsConflict
- type PostUsersUserIDCredentialsCreated
- type PostUsersUserIDCredentialsForbidden
- type PostUsersUserIDCredentialsInternalServerError
- type PostUsersUserIDCredentialsNotFound
- type PostUsersUserIDCredentialsParams
- func NewPostUsersUserIDCredentialsParams() *PostUsersUserIDCredentialsParams
- func NewPostUsersUserIDCredentialsParamsWithContext(ctx context.Context) *PostUsersUserIDCredentialsParams
- func NewPostUsersUserIDCredentialsParamsWithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsParams
- func NewPostUsersUserIDCredentialsParamsWithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsParams
- func (o *PostUsersUserIDCredentialsParams) SetContext(ctx context.Context)
- func (o *PostUsersUserIDCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *PostUsersUserIDCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *PostUsersUserIDCredentialsParams) SetUserID(userID strfmt.UUID)
- func (o *PostUsersUserIDCredentialsParams) WithContext(ctx context.Context) *PostUsersUserIDCredentialsParams
- func (o *PostUsersUserIDCredentialsParams) WithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsParams
- func (o *PostUsersUserIDCredentialsParams) WithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsParams
- func (o *PostUsersUserIDCredentialsParams) WithUserID(userID strfmt.UUID) *PostUsersUserIDCredentialsParams
- func (o *PostUsersUserIDCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostUsersUserIDCredentialsPublicKeyBadRequest
- type PostUsersUserIDCredentialsPublicKeyConflict
- type PostUsersUserIDCredentialsPublicKeyCreated
- type PostUsersUserIDCredentialsPublicKeyForbidden
- type PostUsersUserIDCredentialsPublicKeyInternalServerError
- type PostUsersUserIDCredentialsPublicKeyNotFound
- type PostUsersUserIDCredentialsPublicKeyParams
- func NewPostUsersUserIDCredentialsPublicKeyParams() *PostUsersUserIDCredentialsPublicKeyParams
- func NewPostUsersUserIDCredentialsPublicKeyParamsWithContext(ctx context.Context) *PostUsersUserIDCredentialsPublicKeyParams
- func NewPostUsersUserIDCredentialsPublicKeyParamsWithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsPublicKeyParams
- func NewPostUsersUserIDCredentialsPublicKeyParamsWithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsPublicKeyParams
- func (o *PostUsersUserIDCredentialsPublicKeyParams) SetContext(ctx context.Context)
- func (o *PostUsersUserIDCredentialsPublicKeyParams) SetHTTPClient(client *http.Client)
- func (o *PostUsersUserIDCredentialsPublicKeyParams) SetPublicKey(publicKey *models.PublicKey)
- func (o *PostUsersUserIDCredentialsPublicKeyParams) SetTimeout(timeout time.Duration)
- func (o *PostUsersUserIDCredentialsPublicKeyParams) SetUserID(userID strfmt.UUID)
- func (o *PostUsersUserIDCredentialsPublicKeyParams) WithContext(ctx context.Context) *PostUsersUserIDCredentialsPublicKeyParams
- func (o *PostUsersUserIDCredentialsPublicKeyParams) WithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsPublicKeyParams
- func (o *PostUsersUserIDCredentialsPublicKeyParams) WithPublicKey(publicKey *models.PublicKey) *PostUsersUserIDCredentialsPublicKeyParams
- func (o *PostUsersUserIDCredentialsPublicKeyParams) WithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsPublicKeyParams
- func (o *PostUsersUserIDCredentialsPublicKeyParams) WithUserID(userID strfmt.UUID) *PostUsersUserIDCredentialsPublicKeyParams
- func (o *PostUsersUserIDCredentialsPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostUsersUserIDCredentialsPublicKeyReader
- type PostUsersUserIDCredentialsPublicKeyServiceUnavailable
- type PostUsersUserIDCredentialsPublicKeyTooManyRequests
- type PostUsersUserIDCredentialsPublicKeyUnauthorized
- type PostUsersUserIDCredentialsReader
- type PostUsersUserIDCredentialsServiceUnavailable
- type PostUsersUserIDCredentialsTooManyRequests
- type PostUsersUserIDCredentialsUnauthorized
- type PostUsersUserIDRolesRoleIDBadRequest
- type PostUsersUserIDRolesRoleIDConflict
- type PostUsersUserIDRolesRoleIDCreated
- type PostUsersUserIDRolesRoleIDForbidden
- type PostUsersUserIDRolesRoleIDInternalServerError
- type PostUsersUserIDRolesRoleIDNotFound
- type PostUsersUserIDRolesRoleIDParams
- func NewPostUsersUserIDRolesRoleIDParams() *PostUsersUserIDRolesRoleIDParams
- func NewPostUsersUserIDRolesRoleIDParamsWithContext(ctx context.Context) *PostUsersUserIDRolesRoleIDParams
- func NewPostUsersUserIDRolesRoleIDParamsWithHTTPClient(client *http.Client) *PostUsersUserIDRolesRoleIDParams
- func NewPostUsersUserIDRolesRoleIDParamsWithTimeout(timeout time.Duration) *PostUsersUserIDRolesRoleIDParams
- func (o *PostUsersUserIDRolesRoleIDParams) SetContext(ctx context.Context)
- func (o *PostUsersUserIDRolesRoleIDParams) SetHTTPClient(client *http.Client)
- func (o *PostUsersUserIDRolesRoleIDParams) SetRoleID(roleID strfmt.UUID)
- func (o *PostUsersUserIDRolesRoleIDParams) SetTimeout(timeout time.Duration)
- func (o *PostUsersUserIDRolesRoleIDParams) SetUserID(userID strfmt.UUID)
- func (o *PostUsersUserIDRolesRoleIDParams) WithContext(ctx context.Context) *PostUsersUserIDRolesRoleIDParams
- func (o *PostUsersUserIDRolesRoleIDParams) WithHTTPClient(client *http.Client) *PostUsersUserIDRolesRoleIDParams
- func (o *PostUsersUserIDRolesRoleIDParams) WithRoleID(roleID strfmt.UUID) *PostUsersUserIDRolesRoleIDParams
- func (o *PostUsersUserIDRolesRoleIDParams) WithTimeout(timeout time.Duration) *PostUsersUserIDRolesRoleIDParams
- func (o *PostUsersUserIDRolesRoleIDParams) WithUserID(userID strfmt.UUID) *PostUsersUserIDRolesRoleIDParams
- func (o *PostUsersUserIDRolesRoleIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostUsersUserIDRolesRoleIDReader
- type PostUsersUserIDRolesRoleIDServiceUnavailable
- type PostUsersUserIDRolesRoleIDTooManyRequests
- type PostUsersUserIDRolesRoleIDUnauthorized
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 users API
func (*Client) DeleteUsersUserID ¶
func (a *Client) DeleteUsersUserID(params *DeleteUsersUserIDParams) (*DeleteUsersUserIDNoContent, error)
DeleteUsersUserID deletes user
func (*Client) DeleteUsersUserIDCredentialsClientID ¶
func (a *Client) DeleteUsersUserIDCredentialsClientID(params *DeleteUsersUserIDCredentialsClientIDParams) (*DeleteUsersUserIDCredentialsClientIDNoContent, error)
DeleteUsersUserIDCredentialsClientID deletes credential for user
func (*Client) DeleteUsersUserIDCredentialsPublicKeyPublicKeyID ¶ added in v0.30.0
func (a *Client) DeleteUsersUserIDCredentialsPublicKeyPublicKeyID(params *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent, error)
DeleteUsersUserIDCredentialsPublicKeyPublicKeyID deletes public key credential for user
func (*Client) DeleteUsersUserIDRolesRoleID ¶
func (a *Client) DeleteUsersUserIDRolesRoleID(params *DeleteUsersUserIDRolesRoleIDParams) (*DeleteUsersUserIDRolesRoleIDNoContent, error)
DeleteUsersUserIDRolesRoleID removes role from user
func (*Client) GetUsers ¶
func (a *Client) GetUsers(params *GetUsersParams) (*GetUsersOK, error)
GetUsers lists all users
func (*Client) GetUsersUserID ¶
func (a *Client) GetUsersUserID(params *GetUsersUserIDParams) (*GetUsersUserIDOK, error)
GetUsersUserID fetches user
func (*Client) GetUsersUserIDAces ¶
func (a *Client) GetUsersUserIDAces(params *GetUsersUserIDAcesParams) (*GetUsersUserIDAcesOK, error)
GetUsersUserIDAces gets access control list for user
func (*Client) GetUsersUserIDCredentials ¶
func (a *Client) GetUsersUserIDCredentials(params *GetUsersUserIDCredentialsParams) (*GetUsersUserIDCredentialsOK, error)
GetUsersUserIDCredentials gets all credentials for user
func (*Client) GetUsersUserIDCredentialsPublicKey ¶ added in v0.30.0
func (a *Client) GetUsersUserIDCredentialsPublicKey(params *GetUsersUserIDCredentialsPublicKeyParams) (*GetUsersUserIDCredentialsPublicKeyOK, error)
GetUsersUserIDCredentialsPublicKey fetches public key credentials
func (*Client) GetUsersUserIDCredentialsPublicKeyPublicKeyID ¶ added in v0.30.0
func (a *Client) GetUsersUserIDCredentialsPublicKeyPublicKeyID(params *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK, error)
GetUsersUserIDCredentialsPublicKeyPublicKeyID fetches public key credential
func (*Client) GetUsersUserIDRoles ¶
func (a *Client) GetUsersUserIDRoles(params *GetUsersUserIDRolesParams) (*GetUsersUserIDRolesOK, error)
GetUsersUserIDRoles gets all roles for user
func (*Client) PatchUsersUserID ¶
func (a *Client) PatchUsersUserID(params *PatchUsersUserIDParams) (*PatchUsersUserIDOK, error)
PatchUsersUserID edits user details
func (*Client) PostUsers ¶
func (a *Client) PostUsers(params *PostUsersParams) (*PostUsersCreated, error)
PostUsers creates user
func (*Client) PostUsersUserIDCredentials ¶
func (a *Client) PostUsersUserIDCredentials(params *PostUsersUserIDCredentialsParams) (*PostUsersUserIDCredentialsCreated, error)
PostUsersUserIDCredentials adds credentials to user
func (*Client) PostUsersUserIDCredentialsPublicKey ¶ added in v0.30.0
func (a *Client) PostUsersUserIDCredentialsPublicKey(params *PostUsersUserIDCredentialsPublicKeyParams) (*PostUsersUserIDCredentialsPublicKeyCreated, error)
PostUsersUserIDCredentialsPublicKey generates new public key credential for a user
func (*Client) PostUsersUserIDRolesRoleID ¶
func (a *Client) PostUsersUserIDRolesRoleID(params *PostUsersUserIDRolesRoleIDParams) (*PostUsersUserIDRolesRoleIDCreated, error)
PostUsersUserIDRolesRoleID adds role to user
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶ added in v0.43.0
type ClientService interface { DeleteUsersUserID(params *DeleteUsersUserIDParams) (*DeleteUsersUserIDNoContent, error) DeleteUsersUserIDCredentialsClientID(params *DeleteUsersUserIDCredentialsClientIDParams) (*DeleteUsersUserIDCredentialsClientIDNoContent, error) DeleteUsersUserIDCredentialsPublicKeyPublicKeyID(params *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent, error) DeleteUsersUserIDRolesRoleID(params *DeleteUsersUserIDRolesRoleIDParams) (*DeleteUsersUserIDRolesRoleIDNoContent, error) GetUsers(params *GetUsersParams) (*GetUsersOK, error) GetUsersUserID(params *GetUsersUserIDParams) (*GetUsersUserIDOK, error) GetUsersUserIDAces(params *GetUsersUserIDAcesParams) (*GetUsersUserIDAcesOK, error) GetUsersUserIDCredentials(params *GetUsersUserIDCredentialsParams) (*GetUsersUserIDCredentialsOK, error) GetUsersUserIDCredentialsPublicKey(params *GetUsersUserIDCredentialsPublicKeyParams) (*GetUsersUserIDCredentialsPublicKeyOK, error) GetUsersUserIDCredentialsPublicKeyPublicKeyID(params *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK, error) GetUsersUserIDRoles(params *GetUsersUserIDRolesParams) (*GetUsersUserIDRolesOK, error) PatchUsersUserID(params *PatchUsersUserIDParams) (*PatchUsersUserIDOK, error) PostUsers(params *PostUsersParams) (*PostUsersCreated, error) PostUsersUserIDCredentials(params *PostUsersUserIDCredentialsParams) (*PostUsersUserIDCredentialsCreated, error) PostUsersUserIDCredentialsPublicKey(params *PostUsersUserIDCredentialsPublicKeyParams) (*PostUsersUserIDCredentialsPublicKeyCreated, error) PostUsersUserIDRolesRoleID(params *PostUsersUserIDRolesRoleIDParams) (*PostUsersUserIDRolesRoleIDCreated, 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 users API client.
type DeleteUsersUserIDBadRequest ¶ added in v0.43.0
DeleteUsersUserIDBadRequest handles this case with default header values.
Bad Request
func NewDeleteUsersUserIDBadRequest ¶ added in v0.43.0
func NewDeleteUsersUserIDBadRequest() *DeleteUsersUserIDBadRequest
NewDeleteUsersUserIDBadRequest creates a DeleteUsersUserIDBadRequest with default headers values
func (*DeleteUsersUserIDBadRequest) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDBadRequest) Error() string
func (*DeleteUsersUserIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDBadRequest) GetPayload() *models.APIError
type DeleteUsersUserIDConflict ¶ added in v0.43.0
DeleteUsersUserIDConflict handles this case with default header values.
Conflict
func NewDeleteUsersUserIDConflict ¶ added in v0.43.0
func NewDeleteUsersUserIDConflict() *DeleteUsersUserIDConflict
NewDeleteUsersUserIDConflict creates a DeleteUsersUserIDConflict with default headers values
func (*DeleteUsersUserIDConflict) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDConflict) Error() string
func (*DeleteUsersUserIDConflict) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDConflict) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDBadRequest ¶ added in v0.43.0
DeleteUsersUserIDCredentialsClientIDBadRequest handles this case with default header values.
Bad Request
func NewDeleteUsersUserIDCredentialsClientIDBadRequest ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDBadRequest() *DeleteUsersUserIDCredentialsClientIDBadRequest
NewDeleteUsersUserIDCredentialsClientIDBadRequest creates a DeleteUsersUserIDCredentialsClientIDBadRequest with default headers values
func (*DeleteUsersUserIDCredentialsClientIDBadRequest) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDBadRequest) Error() string
func (*DeleteUsersUserIDCredentialsClientIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDBadRequest) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDConflict ¶ added in v0.43.0
DeleteUsersUserIDCredentialsClientIDConflict handles this case with default header values.
Conflict
func NewDeleteUsersUserIDCredentialsClientIDConflict ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDConflict() *DeleteUsersUserIDCredentialsClientIDConflict
NewDeleteUsersUserIDCredentialsClientIDConflict creates a DeleteUsersUserIDCredentialsClientIDConflict with default headers values
func (*DeleteUsersUserIDCredentialsClientIDConflict) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDConflict) Error() string
func (*DeleteUsersUserIDCredentialsClientIDConflict) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDConflict) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDForbidden ¶ added in v0.43.0
DeleteUsersUserIDCredentialsClientIDForbidden handles this case with default header values.
Forbidden
func NewDeleteUsersUserIDCredentialsClientIDForbidden ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDForbidden() *DeleteUsersUserIDCredentialsClientIDForbidden
NewDeleteUsersUserIDCredentialsClientIDForbidden creates a DeleteUsersUserIDCredentialsClientIDForbidden with default headers values
func (*DeleteUsersUserIDCredentialsClientIDForbidden) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDForbidden) Error() string
func (*DeleteUsersUserIDCredentialsClientIDForbidden) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDForbidden) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDInternalServerError ¶ added in v0.43.0
DeleteUsersUserIDCredentialsClientIDInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteUsersUserIDCredentialsClientIDInternalServerError ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDInternalServerError() *DeleteUsersUserIDCredentialsClientIDInternalServerError
NewDeleteUsersUserIDCredentialsClientIDInternalServerError creates a DeleteUsersUserIDCredentialsClientIDInternalServerError with default headers values
func (*DeleteUsersUserIDCredentialsClientIDInternalServerError) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDInternalServerError) Error() string
func (*DeleteUsersUserIDCredentialsClientIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDInternalServerError) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDNoContent ¶
type DeleteUsersUserIDCredentialsClientIDNoContent struct { }
DeleteUsersUserIDCredentialsClientIDNoContent handles this case with default header values.
Credential deleted
func NewDeleteUsersUserIDCredentialsClientIDNoContent ¶
func NewDeleteUsersUserIDCredentialsClientIDNoContent() *DeleteUsersUserIDCredentialsClientIDNoContent
NewDeleteUsersUserIDCredentialsClientIDNoContent creates a DeleteUsersUserIDCredentialsClientIDNoContent with default headers values
func (*DeleteUsersUserIDCredentialsClientIDNoContent) Error ¶
func (o *DeleteUsersUserIDCredentialsClientIDNoContent) Error() string
type DeleteUsersUserIDCredentialsClientIDNotFound ¶ added in v0.43.0
DeleteUsersUserIDCredentialsClientIDNotFound handles this case with default header values.
Record not found
func NewDeleteUsersUserIDCredentialsClientIDNotFound ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDNotFound() *DeleteUsersUserIDCredentialsClientIDNotFound
NewDeleteUsersUserIDCredentialsClientIDNotFound creates a DeleteUsersUserIDCredentialsClientIDNotFound with default headers values
func (*DeleteUsersUserIDCredentialsClientIDNotFound) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDNotFound) Error() string
func (*DeleteUsersUserIDCredentialsClientIDNotFound) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDNotFound) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDParams ¶
type DeleteUsersUserIDCredentialsClientIDParams struct { /*ClientID client id */ ClientID strfmt.UUID /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUsersUserIDCredentialsClientIDParams contains all the parameters to send to the API endpoint for the delete users user ID credentials client ID operation typically these are written to a http.Request
func NewDeleteUsersUserIDCredentialsClientIDParams ¶
func NewDeleteUsersUserIDCredentialsClientIDParams() *DeleteUsersUserIDCredentialsClientIDParams
NewDeleteUsersUserIDCredentialsClientIDParams creates a new DeleteUsersUserIDCredentialsClientIDParams object with the default values initialized.
func NewDeleteUsersUserIDCredentialsClientIDParamsWithContext ¶
func NewDeleteUsersUserIDCredentialsClientIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDCredentialsClientIDParams
NewDeleteUsersUserIDCredentialsClientIDParamsWithContext creates a new DeleteUsersUserIDCredentialsClientIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteUsersUserIDCredentialsClientIDParamsWithHTTPClient ¶
func NewDeleteUsersUserIDCredentialsClientIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsClientIDParams
NewDeleteUsersUserIDCredentialsClientIDParamsWithHTTPClient creates a new DeleteUsersUserIDCredentialsClientIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteUsersUserIDCredentialsClientIDParamsWithTimeout ¶
func NewDeleteUsersUserIDCredentialsClientIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsClientIDParams
NewDeleteUsersUserIDCredentialsClientIDParamsWithTimeout creates a new DeleteUsersUserIDCredentialsClientIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteUsersUserIDCredentialsClientIDParams) SetClientID ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) SetClientID(clientID strfmt.UUID)
SetClientID adds the clientId to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) SetContext ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) SetHTTPClient ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) SetTimeout ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) SetUserID ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) WithClientID ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) WithClientID(clientID strfmt.UUID) *DeleteUsersUserIDCredentialsClientIDParams
WithClientID adds the clientID to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) WithContext ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDCredentialsClientIDParams
WithContext adds the context to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) WithHTTPClient ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsClientIDParams
WithHTTPClient adds the HTTPClient to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) WithTimeout ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsClientIDParams
WithTimeout adds the timeout to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) WithUserID ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDCredentialsClientIDParams
WithUserID adds the userID to the delete users user ID credentials client ID params
func (*DeleteUsersUserIDCredentialsClientIDParams) WriteToRequest ¶
func (o *DeleteUsersUserIDCredentialsClientIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUsersUserIDCredentialsClientIDReader ¶
type DeleteUsersUserIDCredentialsClientIDReader struct {
// contains filtered or unexported fields
}
DeleteUsersUserIDCredentialsClientIDReader is a Reader for the DeleteUsersUserIDCredentialsClientID structure.
func (*DeleteUsersUserIDCredentialsClientIDReader) ReadResponse ¶
func (o *DeleteUsersUserIDCredentialsClientIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUsersUserIDCredentialsClientIDServiceUnavailable ¶ added in v0.43.0
type DeleteUsersUserIDCredentialsClientIDServiceUnavailable struct {
}DeleteUsersUserIDCredentialsClientIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewDeleteUsersUserIDCredentialsClientIDServiceUnavailable ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDServiceUnavailable() *DeleteUsersUserIDCredentialsClientIDServiceUnavailable
NewDeleteUsersUserIDCredentialsClientIDServiceUnavailable creates a DeleteUsersUserIDCredentialsClientIDServiceUnavailable with default headers values
func (*DeleteUsersUserIDCredentialsClientIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDServiceUnavailable) Error() string
func (*DeleteUsersUserIDCredentialsClientIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDServiceUnavailable) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDTooManyRequests ¶ added in v0.43.0
DeleteUsersUserIDCredentialsClientIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewDeleteUsersUserIDCredentialsClientIDTooManyRequests ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDTooManyRequests() *DeleteUsersUserIDCredentialsClientIDTooManyRequests
NewDeleteUsersUserIDCredentialsClientIDTooManyRequests creates a DeleteUsersUserIDCredentialsClientIDTooManyRequests with default headers values
func (*DeleteUsersUserIDCredentialsClientIDTooManyRequests) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDTooManyRequests) Error() string
func (*DeleteUsersUserIDCredentialsClientIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDTooManyRequests) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsClientIDUnauthorized ¶ added in v0.43.0
type DeleteUsersUserIDCredentialsClientIDUnauthorized struct {
}DeleteUsersUserIDCredentialsClientIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewDeleteUsersUserIDCredentialsClientIDUnauthorized ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsClientIDUnauthorized() *DeleteUsersUserIDCredentialsClientIDUnauthorized
NewDeleteUsersUserIDCredentialsClientIDUnauthorized creates a DeleteUsersUserIDCredentialsClientIDUnauthorized with default headers values
func (*DeleteUsersUserIDCredentialsClientIDUnauthorized) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDUnauthorized) Error() string
func (*DeleteUsersUserIDCredentialsClientIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsClientIDUnauthorized) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest ¶ added in v0.43.0
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest handles this case with default header values.
Bad Request
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict ¶ added in v0.43.0
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict handles this case with default header values.
Conflict
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden ¶ added in v0.43.0
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden handles this case with default header values.
Forbidden
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError ¶ added in v0.43.0
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError struct {
Payload *models.APIError
}
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent ¶ added in v0.30.0
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent struct { }
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent handles this case with default header values.
Public key deleted
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent ¶ added in v0.30.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent) Error ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent) Error() string
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound ¶ added in v0.43.0
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound handles this case with default header values.
Record not found
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams ¶ added in v0.30.0
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams struct { /*PublicKeyID public_key_id */ PublicKeyID strfmt.UUID /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams contains all the parameters to send to the API endpoint for the delete users user ID credentials public key public key ID operation typically these are written to a http.Request
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams ¶ added in v0.30.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams creates a new DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized.
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext ¶ added in v0.30.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext creates a new DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient ¶ added in v0.30.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient creates a new DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout ¶ added in v0.30.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout creates a new DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID(publicKeyID strfmt.UUID)
SetPublicKeyID adds the publicKeyId to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithContext adds the context to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithHTTPClient adds the HTTPClient to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID(publicKeyID strfmt.UUID) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithPublicKeyID adds the publicKeyID to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithTimeout adds the timeout to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithUserID adds the userID to the delete users user ID credentials public key public key ID params
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader ¶ added in v0.30.0
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader struct {
// contains filtered or unexported fields
}
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader is a Reader for the DeleteUsersUserIDCredentialsPublicKeyPublicKeyID structure.
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader) ReadResponse ¶ added in v0.30.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable ¶ added in v0.43.0
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable struct {
}DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests ¶ added in v0.43.0
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests struct {
Payload *models.APIError
}
DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) GetPayload() *models.APIError
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized ¶ added in v0.43.0
type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized struct {
}DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized ¶ added in v0.43.0
func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized
NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized with default headers values
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) Error() string
func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) GetPayload() *models.APIError
type DeleteUsersUserIDForbidden ¶ added in v0.43.0
DeleteUsersUserIDForbidden handles this case with default header values.
Forbidden
func NewDeleteUsersUserIDForbidden ¶ added in v0.43.0
func NewDeleteUsersUserIDForbidden() *DeleteUsersUserIDForbidden
NewDeleteUsersUserIDForbidden creates a DeleteUsersUserIDForbidden with default headers values
func (*DeleteUsersUserIDForbidden) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDForbidden) Error() string
func (*DeleteUsersUserIDForbidden) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDForbidden) GetPayload() *models.APIError
type DeleteUsersUserIDInternalServerError ¶ added in v0.43.0
DeleteUsersUserIDInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteUsersUserIDInternalServerError ¶ added in v0.43.0
func NewDeleteUsersUserIDInternalServerError() *DeleteUsersUserIDInternalServerError
NewDeleteUsersUserIDInternalServerError creates a DeleteUsersUserIDInternalServerError with default headers values
func (*DeleteUsersUserIDInternalServerError) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDInternalServerError) Error() string
func (*DeleteUsersUserIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDInternalServerError) GetPayload() *models.APIError
type DeleteUsersUserIDNoContent ¶
type DeleteUsersUserIDNoContent struct { }
DeleteUsersUserIDNoContent handles this case with default header values.
User deleted
func NewDeleteUsersUserIDNoContent ¶
func NewDeleteUsersUserIDNoContent() *DeleteUsersUserIDNoContent
NewDeleteUsersUserIDNoContent creates a DeleteUsersUserIDNoContent with default headers values
func (*DeleteUsersUserIDNoContent) Error ¶
func (o *DeleteUsersUserIDNoContent) Error() string
type DeleteUsersUserIDNotFound ¶ added in v0.43.0
DeleteUsersUserIDNotFound handles this case with default header values.
Record not found
func NewDeleteUsersUserIDNotFound ¶ added in v0.43.0
func NewDeleteUsersUserIDNotFound() *DeleteUsersUserIDNotFound
NewDeleteUsersUserIDNotFound creates a DeleteUsersUserIDNotFound with default headers values
func (*DeleteUsersUserIDNotFound) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDNotFound) Error() string
func (*DeleteUsersUserIDNotFound) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDNotFound) GetPayload() *models.APIError
type DeleteUsersUserIDParams ¶
type DeleteUsersUserIDParams struct { /*UserID User Id */ UserID strfmt.UUID /*Version Version */ Version int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUsersUserIDParams contains all the parameters to send to the API endpoint for the delete users user ID operation typically these are written to a http.Request
func NewDeleteUsersUserIDParams ¶
func NewDeleteUsersUserIDParams() *DeleteUsersUserIDParams
NewDeleteUsersUserIDParams creates a new DeleteUsersUserIDParams object with the default values initialized.
func NewDeleteUsersUserIDParamsWithContext ¶
func NewDeleteUsersUserIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDParams
NewDeleteUsersUserIDParamsWithContext creates a new DeleteUsersUserIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteUsersUserIDParamsWithHTTPClient ¶
func NewDeleteUsersUserIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDParams
NewDeleteUsersUserIDParamsWithHTTPClient creates a new DeleteUsersUserIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteUsersUserIDParamsWithTimeout ¶
func NewDeleteUsersUserIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDParams
NewDeleteUsersUserIDParamsWithTimeout creates a new DeleteUsersUserIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteUsersUserIDParams) SetContext ¶
func (o *DeleteUsersUserIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete users user ID params
func (*DeleteUsersUserIDParams) SetHTTPClient ¶
func (o *DeleteUsersUserIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete users user ID params
func (*DeleteUsersUserIDParams) SetTimeout ¶
func (o *DeleteUsersUserIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete users user ID params
func (*DeleteUsersUserIDParams) SetUserID ¶
func (o *DeleteUsersUserIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the delete users user ID params
func (*DeleteUsersUserIDParams) SetVersion ¶
func (o *DeleteUsersUserIDParams) SetVersion(version int64)
SetVersion adds the version to the delete users user ID params
func (*DeleteUsersUserIDParams) WithContext ¶
func (o *DeleteUsersUserIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDParams
WithContext adds the context to the delete users user ID params
func (*DeleteUsersUserIDParams) WithHTTPClient ¶
func (o *DeleteUsersUserIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDParams
WithHTTPClient adds the HTTPClient to the delete users user ID params
func (*DeleteUsersUserIDParams) WithTimeout ¶
func (o *DeleteUsersUserIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDParams
WithTimeout adds the timeout to the delete users user ID params
func (*DeleteUsersUserIDParams) WithUserID ¶
func (o *DeleteUsersUserIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDParams
WithUserID adds the userID to the delete users user ID params
func (*DeleteUsersUserIDParams) WithVersion ¶
func (o *DeleteUsersUserIDParams) WithVersion(version int64) *DeleteUsersUserIDParams
WithVersion adds the version to the delete users user ID params
func (*DeleteUsersUserIDParams) WriteToRequest ¶
func (o *DeleteUsersUserIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUsersUserIDReader ¶
type DeleteUsersUserIDReader struct {
// contains filtered or unexported fields
}
DeleteUsersUserIDReader is a Reader for the DeleteUsersUserID structure.
func (*DeleteUsersUserIDReader) ReadResponse ¶
func (o *DeleteUsersUserIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUsersUserIDRolesRoleIDBadRequest ¶ added in v0.43.0
DeleteUsersUserIDRolesRoleIDBadRequest handles this case with default header values.
Bad Request
func NewDeleteUsersUserIDRolesRoleIDBadRequest ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDBadRequest() *DeleteUsersUserIDRolesRoleIDBadRequest
NewDeleteUsersUserIDRolesRoleIDBadRequest creates a DeleteUsersUserIDRolesRoleIDBadRequest with default headers values
func (*DeleteUsersUserIDRolesRoleIDBadRequest) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDBadRequest) Error() string
func (*DeleteUsersUserIDRolesRoleIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDBadRequest) GetPayload() *models.APIError
type DeleteUsersUserIDRolesRoleIDConflict ¶ added in v0.43.0
DeleteUsersUserIDRolesRoleIDConflict handles this case with default header values.
Conflict
func NewDeleteUsersUserIDRolesRoleIDConflict ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDConflict() *DeleteUsersUserIDRolesRoleIDConflict
NewDeleteUsersUserIDRolesRoleIDConflict creates a DeleteUsersUserIDRolesRoleIDConflict with default headers values
func (*DeleteUsersUserIDRolesRoleIDConflict) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDConflict) Error() string
func (*DeleteUsersUserIDRolesRoleIDConflict) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDConflict) GetPayload() *models.APIError
type DeleteUsersUserIDRolesRoleIDForbidden ¶ added in v0.43.0
DeleteUsersUserIDRolesRoleIDForbidden handles this case with default header values.
Forbidden
func NewDeleteUsersUserIDRolesRoleIDForbidden ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDForbidden() *DeleteUsersUserIDRolesRoleIDForbidden
NewDeleteUsersUserIDRolesRoleIDForbidden creates a DeleteUsersUserIDRolesRoleIDForbidden with default headers values
func (*DeleteUsersUserIDRolesRoleIDForbidden) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDForbidden) Error() string
func (*DeleteUsersUserIDRolesRoleIDForbidden) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDForbidden) GetPayload() *models.APIError
type DeleteUsersUserIDRolesRoleIDInternalServerError ¶ added in v0.43.0
DeleteUsersUserIDRolesRoleIDInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteUsersUserIDRolesRoleIDInternalServerError ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDInternalServerError() *DeleteUsersUserIDRolesRoleIDInternalServerError
NewDeleteUsersUserIDRolesRoleIDInternalServerError creates a DeleteUsersUserIDRolesRoleIDInternalServerError with default headers values
func (*DeleteUsersUserIDRolesRoleIDInternalServerError) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDInternalServerError) Error() string
func (*DeleteUsersUserIDRolesRoleIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDInternalServerError) GetPayload() *models.APIError
type DeleteUsersUserIDRolesRoleIDNoContent ¶
type DeleteUsersUserIDRolesRoleIDNoContent struct { }
DeleteUsersUserIDRolesRoleIDNoContent handles this case with default header values.
User role deleted OK
func NewDeleteUsersUserIDRolesRoleIDNoContent ¶
func NewDeleteUsersUserIDRolesRoleIDNoContent() *DeleteUsersUserIDRolesRoleIDNoContent
NewDeleteUsersUserIDRolesRoleIDNoContent creates a DeleteUsersUserIDRolesRoleIDNoContent with default headers values
func (*DeleteUsersUserIDRolesRoleIDNoContent) Error ¶
func (o *DeleteUsersUserIDRolesRoleIDNoContent) Error() string
type DeleteUsersUserIDRolesRoleIDNotFound ¶ added in v0.43.0
DeleteUsersUserIDRolesRoleIDNotFound handles this case with default header values.
Record not found
func NewDeleteUsersUserIDRolesRoleIDNotFound ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDNotFound() *DeleteUsersUserIDRolesRoleIDNotFound
NewDeleteUsersUserIDRolesRoleIDNotFound creates a DeleteUsersUserIDRolesRoleIDNotFound with default headers values
func (*DeleteUsersUserIDRolesRoleIDNotFound) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDNotFound) Error() string
func (*DeleteUsersUserIDRolesRoleIDNotFound) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDNotFound) GetPayload() *models.APIError
type DeleteUsersUserIDRolesRoleIDParams ¶
type DeleteUsersUserIDRolesRoleIDParams struct { /*RoleID Role Id */ RoleID strfmt.UUID /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUsersUserIDRolesRoleIDParams contains all the parameters to send to the API endpoint for the delete users user ID roles role ID operation typically these are written to a http.Request
func NewDeleteUsersUserIDRolesRoleIDParams ¶
func NewDeleteUsersUserIDRolesRoleIDParams() *DeleteUsersUserIDRolesRoleIDParams
NewDeleteUsersUserIDRolesRoleIDParams creates a new DeleteUsersUserIDRolesRoleIDParams object with the default values initialized.
func NewDeleteUsersUserIDRolesRoleIDParamsWithContext ¶
func NewDeleteUsersUserIDRolesRoleIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDRolesRoleIDParams
NewDeleteUsersUserIDRolesRoleIDParamsWithContext creates a new DeleteUsersUserIDRolesRoleIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteUsersUserIDRolesRoleIDParamsWithHTTPClient ¶
func NewDeleteUsersUserIDRolesRoleIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDRolesRoleIDParams
NewDeleteUsersUserIDRolesRoleIDParamsWithHTTPClient creates a new DeleteUsersUserIDRolesRoleIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteUsersUserIDRolesRoleIDParamsWithTimeout ¶
func NewDeleteUsersUserIDRolesRoleIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDRolesRoleIDParams
NewDeleteUsersUserIDRolesRoleIDParamsWithTimeout creates a new DeleteUsersUserIDRolesRoleIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteUsersUserIDRolesRoleIDParams) SetContext ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) SetHTTPClient ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) SetRoleID ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) SetRoleID(roleID strfmt.UUID)
SetRoleID adds the roleId to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) SetTimeout ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) SetUserID ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) WithContext ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) WithContext(ctx context.Context) *DeleteUsersUserIDRolesRoleIDParams
WithContext adds the context to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) WithHTTPClient ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) WithHTTPClient(client *http.Client) *DeleteUsersUserIDRolesRoleIDParams
WithHTTPClient adds the HTTPClient to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) WithRoleID ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) WithRoleID(roleID strfmt.UUID) *DeleteUsersUserIDRolesRoleIDParams
WithRoleID adds the roleID to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) WithTimeout ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) WithTimeout(timeout time.Duration) *DeleteUsersUserIDRolesRoleIDParams
WithTimeout adds the timeout to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) WithUserID ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) WithUserID(userID strfmt.UUID) *DeleteUsersUserIDRolesRoleIDParams
WithUserID adds the userID to the delete users user ID roles role ID params
func (*DeleteUsersUserIDRolesRoleIDParams) WriteToRequest ¶
func (o *DeleteUsersUserIDRolesRoleIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUsersUserIDRolesRoleIDReader ¶
type DeleteUsersUserIDRolesRoleIDReader struct {
// contains filtered or unexported fields
}
DeleteUsersUserIDRolesRoleIDReader is a Reader for the DeleteUsersUserIDRolesRoleID structure.
func (*DeleteUsersUserIDRolesRoleIDReader) ReadResponse ¶
func (o *DeleteUsersUserIDRolesRoleIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUsersUserIDRolesRoleIDServiceUnavailable ¶ added in v0.43.0
type DeleteUsersUserIDRolesRoleIDServiceUnavailable struct {
}DeleteUsersUserIDRolesRoleIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewDeleteUsersUserIDRolesRoleIDServiceUnavailable ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDServiceUnavailable() *DeleteUsersUserIDRolesRoleIDServiceUnavailable
NewDeleteUsersUserIDRolesRoleIDServiceUnavailable creates a DeleteUsersUserIDRolesRoleIDServiceUnavailable with default headers values
func (*DeleteUsersUserIDRolesRoleIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDServiceUnavailable) Error() string
func (*DeleteUsersUserIDRolesRoleIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDServiceUnavailable) GetPayload() *models.APIError
type DeleteUsersUserIDRolesRoleIDTooManyRequests ¶ added in v0.43.0
DeleteUsersUserIDRolesRoleIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewDeleteUsersUserIDRolesRoleIDTooManyRequests ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDTooManyRequests() *DeleteUsersUserIDRolesRoleIDTooManyRequests
NewDeleteUsersUserIDRolesRoleIDTooManyRequests creates a DeleteUsersUserIDRolesRoleIDTooManyRequests with default headers values
func (*DeleteUsersUserIDRolesRoleIDTooManyRequests) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDTooManyRequests) Error() string
func (*DeleteUsersUserIDRolesRoleIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDTooManyRequests) GetPayload() *models.APIError
type DeleteUsersUserIDRolesRoleIDUnauthorized ¶ added in v0.43.0
type DeleteUsersUserIDRolesRoleIDUnauthorized struct {
}DeleteUsersUserIDRolesRoleIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewDeleteUsersUserIDRolesRoleIDUnauthorized ¶ added in v0.43.0
func NewDeleteUsersUserIDRolesRoleIDUnauthorized() *DeleteUsersUserIDRolesRoleIDUnauthorized
NewDeleteUsersUserIDRolesRoleIDUnauthorized creates a DeleteUsersUserIDRolesRoleIDUnauthorized with default headers values
func (*DeleteUsersUserIDRolesRoleIDUnauthorized) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDUnauthorized) Error() string
func (*DeleteUsersUserIDRolesRoleIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDRolesRoleIDUnauthorized) GetPayload() *models.APIError
type DeleteUsersUserIDServiceUnavailable ¶ added in v0.43.0
type DeleteUsersUserIDServiceUnavailable struct {
}DeleteUsersUserIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewDeleteUsersUserIDServiceUnavailable ¶ added in v0.43.0
func NewDeleteUsersUserIDServiceUnavailable() *DeleteUsersUserIDServiceUnavailable
NewDeleteUsersUserIDServiceUnavailable creates a DeleteUsersUserIDServiceUnavailable with default headers values
func (*DeleteUsersUserIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDServiceUnavailable) Error() string
func (*DeleteUsersUserIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDServiceUnavailable) GetPayload() *models.APIError
type DeleteUsersUserIDTooManyRequests ¶ added in v0.43.0
DeleteUsersUserIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewDeleteUsersUserIDTooManyRequests ¶ added in v0.43.0
func NewDeleteUsersUserIDTooManyRequests() *DeleteUsersUserIDTooManyRequests
NewDeleteUsersUserIDTooManyRequests creates a DeleteUsersUserIDTooManyRequests with default headers values
func (*DeleteUsersUserIDTooManyRequests) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDTooManyRequests) Error() string
func (*DeleteUsersUserIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDTooManyRequests) GetPayload() *models.APIError
type DeleteUsersUserIDUnauthorized ¶ added in v0.43.0
type DeleteUsersUserIDUnauthorized struct {
}DeleteUsersUserIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewDeleteUsersUserIDUnauthorized ¶ added in v0.43.0
func NewDeleteUsersUserIDUnauthorized() *DeleteUsersUserIDUnauthorized
NewDeleteUsersUserIDUnauthorized creates a DeleteUsersUserIDUnauthorized with default headers values
func (*DeleteUsersUserIDUnauthorized) Error ¶ added in v0.43.0
func (o *DeleteUsersUserIDUnauthorized) Error() string
func (*DeleteUsersUserIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *DeleteUsersUserIDUnauthorized) GetPayload() *models.APIError
type GetUsersBadRequest ¶ added in v0.43.0
GetUsersBadRequest handles this case with default header values.
Bad Request
func NewGetUsersBadRequest ¶ added in v0.43.0
func NewGetUsersBadRequest() *GetUsersBadRequest
NewGetUsersBadRequest creates a GetUsersBadRequest with default headers values
func (*GetUsersBadRequest) Error ¶ added in v0.43.0
func (o *GetUsersBadRequest) Error() string
func (*GetUsersBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetUsersBadRequest) GetPayload() *models.APIError
type GetUsersConflict ¶ added in v0.43.0
GetUsersConflict handles this case with default header values.
Conflict
func NewGetUsersConflict ¶ added in v0.43.0
func NewGetUsersConflict() *GetUsersConflict
NewGetUsersConflict creates a GetUsersConflict with default headers values
func (*GetUsersConflict) Error ¶ added in v0.43.0
func (o *GetUsersConflict) Error() string
func (*GetUsersConflict) GetPayload ¶ added in v0.43.0
func (o *GetUsersConflict) GetPayload() *models.APIError
type GetUsersForbidden ¶ added in v0.43.0
GetUsersForbidden handles this case with default header values.
Forbidden
func NewGetUsersForbidden ¶ added in v0.43.0
func NewGetUsersForbidden() *GetUsersForbidden
NewGetUsersForbidden creates a GetUsersForbidden with default headers values
func (*GetUsersForbidden) Error ¶ added in v0.43.0
func (o *GetUsersForbidden) Error() string
func (*GetUsersForbidden) GetPayload ¶ added in v0.43.0
func (o *GetUsersForbidden) GetPayload() *models.APIError
type GetUsersInternalServerError ¶ added in v0.43.0
GetUsersInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUsersInternalServerError ¶ added in v0.43.0
func NewGetUsersInternalServerError() *GetUsersInternalServerError
NewGetUsersInternalServerError creates a GetUsersInternalServerError with default headers values
func (*GetUsersInternalServerError) Error ¶ added in v0.43.0
func (o *GetUsersInternalServerError) Error() string
func (*GetUsersInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetUsersInternalServerError) GetPayload() *models.APIError
type GetUsersNotFound ¶ added in v0.43.0
GetUsersNotFound handles this case with default header values.
Record not found
func NewGetUsersNotFound ¶ added in v0.43.0
func NewGetUsersNotFound() *GetUsersNotFound
NewGetUsersNotFound creates a GetUsersNotFound with default headers values
func (*GetUsersNotFound) Error ¶ added in v0.43.0
func (o *GetUsersNotFound) Error() string
func (*GetUsersNotFound) GetPayload ¶ added in v0.43.0
func (o *GetUsersNotFound) GetPayload() *models.APIError
type GetUsersOK ¶
type GetUsersOK struct {
Payload *models.UserDetailsListResponse
}
GetUsersOK handles this case with default header values.
List of user details
func NewGetUsersOK ¶
func NewGetUsersOK() *GetUsersOK
NewGetUsersOK creates a GetUsersOK with default headers values
func (*GetUsersOK) Error ¶
func (o *GetUsersOK) Error() string
func (*GetUsersOK) GetPayload ¶ added in v0.43.0
func (o *GetUsersOK) GetPayload() *models.UserDetailsListResponse
type GetUsersParams ¶
type GetUsersParams struct { /*PageNumber Which page to select */ PageNumber *int64 /*PageSize Number of items to select */ PageSize *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsersParams contains all the parameters to send to the API endpoint for the get users operation typically these are written to a http.Request
func NewGetUsersParams ¶
func NewGetUsersParams() *GetUsersParams
NewGetUsersParams creates a new GetUsersParams object with the default values initialized.
func NewGetUsersParamsWithContext ¶
func NewGetUsersParamsWithContext(ctx context.Context) *GetUsersParams
NewGetUsersParamsWithContext creates a new GetUsersParams object with the default values initialized, and the ability to set a context for a request
func NewGetUsersParamsWithHTTPClient ¶
func NewGetUsersParamsWithHTTPClient(client *http.Client) *GetUsersParams
NewGetUsersParamsWithHTTPClient creates a new GetUsersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUsersParamsWithTimeout ¶
func NewGetUsersParamsWithTimeout(timeout time.Duration) *GetUsersParams
NewGetUsersParamsWithTimeout creates a new GetUsersParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUsersParams) SetContext ¶
func (o *GetUsersParams) SetContext(ctx context.Context)
SetContext adds the context to the get users params
func (*GetUsersParams) SetHTTPClient ¶
func (o *GetUsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get users params
func (*GetUsersParams) SetPageNumber ¶
func (o *GetUsersParams) SetPageNumber(pageNumber *int64)
SetPageNumber adds the pageNumber to the get users params
func (*GetUsersParams) SetPageSize ¶
func (o *GetUsersParams) SetPageSize(pageSize *int64)
SetPageSize adds the pageSize to the get users params
func (*GetUsersParams) SetTimeout ¶
func (o *GetUsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get users params
func (*GetUsersParams) WithContext ¶
func (o *GetUsersParams) WithContext(ctx context.Context) *GetUsersParams
WithContext adds the context to the get users params
func (*GetUsersParams) WithHTTPClient ¶
func (o *GetUsersParams) WithHTTPClient(client *http.Client) *GetUsersParams
WithHTTPClient adds the HTTPClient to the get users params
func (*GetUsersParams) WithPageNumber ¶
func (o *GetUsersParams) WithPageNumber(pageNumber *int64) *GetUsersParams
WithPageNumber adds the pageNumber to the get users params
func (*GetUsersParams) WithPageSize ¶
func (o *GetUsersParams) WithPageSize(pageSize *int64) *GetUsersParams
WithPageSize adds the pageSize to the get users params
func (*GetUsersParams) WithTimeout ¶
func (o *GetUsersParams) WithTimeout(timeout time.Duration) *GetUsersParams
WithTimeout adds the timeout to the get users params
func (*GetUsersParams) WriteToRequest ¶
func (o *GetUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsersReader ¶
type GetUsersReader struct {
// contains filtered or unexported fields
}
GetUsersReader is a Reader for the GetUsers structure.
func (*GetUsersReader) ReadResponse ¶
func (o *GetUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsersServiceUnavailable ¶ added in v0.43.0
type GetUsersServiceUnavailable struct {
}GetUsersServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetUsersServiceUnavailable ¶ added in v0.43.0
func NewGetUsersServiceUnavailable() *GetUsersServiceUnavailable
NewGetUsersServiceUnavailable creates a GetUsersServiceUnavailable with default headers values
func (*GetUsersServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetUsersServiceUnavailable) Error() string
func (*GetUsersServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetUsersServiceUnavailable) GetPayload() *models.APIError
type GetUsersTooManyRequests ¶ added in v0.43.0
GetUsersTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetUsersTooManyRequests ¶ added in v0.43.0
func NewGetUsersTooManyRequests() *GetUsersTooManyRequests
NewGetUsersTooManyRequests creates a GetUsersTooManyRequests with default headers values
func (*GetUsersTooManyRequests) Error ¶ added in v0.43.0
func (o *GetUsersTooManyRequests) Error() string
func (*GetUsersTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetUsersTooManyRequests) GetPayload() *models.APIError
type GetUsersUnauthorized ¶ added in v0.43.0
type GetUsersUnauthorized struct {
}GetUsersUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetUsersUnauthorized ¶ added in v0.43.0
func NewGetUsersUnauthorized() *GetUsersUnauthorized
NewGetUsersUnauthorized creates a GetUsersUnauthorized with default headers values
func (*GetUsersUnauthorized) Error ¶ added in v0.43.0
func (o *GetUsersUnauthorized) Error() string
func (*GetUsersUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetUsersUnauthorized) GetPayload() *models.APIError
type GetUsersUserIDAcesBadRequest ¶ added in v0.43.0
GetUsersUserIDAcesBadRequest handles this case with default header values.
Bad Request
func NewGetUsersUserIDAcesBadRequest ¶ added in v0.43.0
func NewGetUsersUserIDAcesBadRequest() *GetUsersUserIDAcesBadRequest
NewGetUsersUserIDAcesBadRequest creates a GetUsersUserIDAcesBadRequest with default headers values
func (*GetUsersUserIDAcesBadRequest) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesBadRequest) Error() string
func (*GetUsersUserIDAcesBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesBadRequest) GetPayload() *models.APIError
type GetUsersUserIDAcesConflict ¶ added in v0.43.0
GetUsersUserIDAcesConflict handles this case with default header values.
Conflict
func NewGetUsersUserIDAcesConflict ¶ added in v0.43.0
func NewGetUsersUserIDAcesConflict() *GetUsersUserIDAcesConflict
NewGetUsersUserIDAcesConflict creates a GetUsersUserIDAcesConflict with default headers values
func (*GetUsersUserIDAcesConflict) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesConflict) Error() string
func (*GetUsersUserIDAcesConflict) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesConflict) GetPayload() *models.APIError
type GetUsersUserIDAcesForbidden ¶ added in v0.43.0
GetUsersUserIDAcesForbidden handles this case with default header values.
Forbidden
func NewGetUsersUserIDAcesForbidden ¶ added in v0.43.0
func NewGetUsersUserIDAcesForbidden() *GetUsersUserIDAcesForbidden
NewGetUsersUserIDAcesForbidden creates a GetUsersUserIDAcesForbidden with default headers values
func (*GetUsersUserIDAcesForbidden) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesForbidden) Error() string
func (*GetUsersUserIDAcesForbidden) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesForbidden) GetPayload() *models.APIError
type GetUsersUserIDAcesInternalServerError ¶ added in v0.43.0
GetUsersUserIDAcesInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUsersUserIDAcesInternalServerError ¶ added in v0.43.0
func NewGetUsersUserIDAcesInternalServerError() *GetUsersUserIDAcesInternalServerError
NewGetUsersUserIDAcesInternalServerError creates a GetUsersUserIDAcesInternalServerError with default headers values
func (*GetUsersUserIDAcesInternalServerError) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesInternalServerError) Error() string
func (*GetUsersUserIDAcesInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesInternalServerError) GetPayload() *models.APIError
type GetUsersUserIDAcesNotFound ¶ added in v0.43.0
GetUsersUserIDAcesNotFound handles this case with default header values.
Record not found
func NewGetUsersUserIDAcesNotFound ¶ added in v0.43.0
func NewGetUsersUserIDAcesNotFound() *GetUsersUserIDAcesNotFound
NewGetUsersUserIDAcesNotFound creates a GetUsersUserIDAcesNotFound with default headers values
func (*GetUsersUserIDAcesNotFound) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesNotFound) Error() string
func (*GetUsersUserIDAcesNotFound) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesNotFound) GetPayload() *models.APIError
type GetUsersUserIDAcesOK ¶
type GetUsersUserIDAcesOK struct {
Payload *models.AceDetailsListResponse
}
GetUsersUserIDAcesOK handles this case with default header values.
List of access control entries for this user
func NewGetUsersUserIDAcesOK ¶
func NewGetUsersUserIDAcesOK() *GetUsersUserIDAcesOK
NewGetUsersUserIDAcesOK creates a GetUsersUserIDAcesOK with default headers values
func (*GetUsersUserIDAcesOK) Error ¶
func (o *GetUsersUserIDAcesOK) Error() string
func (*GetUsersUserIDAcesOK) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesOK) GetPayload() *models.AceDetailsListResponse
type GetUsersUserIDAcesParams ¶
type GetUsersUserIDAcesParams struct { /*FilterAction Access action */ FilterAction *string /*FilterRecordType Record type */ FilterRecordType *string /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsersUserIDAcesParams contains all the parameters to send to the API endpoint for the get users user ID aces operation typically these are written to a http.Request
func NewGetUsersUserIDAcesParams ¶
func NewGetUsersUserIDAcesParams() *GetUsersUserIDAcesParams
NewGetUsersUserIDAcesParams creates a new GetUsersUserIDAcesParams object with the default values initialized.
func NewGetUsersUserIDAcesParamsWithContext ¶
func NewGetUsersUserIDAcesParamsWithContext(ctx context.Context) *GetUsersUserIDAcesParams
NewGetUsersUserIDAcesParamsWithContext creates a new GetUsersUserIDAcesParams object with the default values initialized, and the ability to set a context for a request
func NewGetUsersUserIDAcesParamsWithHTTPClient ¶
func NewGetUsersUserIDAcesParamsWithHTTPClient(client *http.Client) *GetUsersUserIDAcesParams
NewGetUsersUserIDAcesParamsWithHTTPClient creates a new GetUsersUserIDAcesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUsersUserIDAcesParamsWithTimeout ¶
func NewGetUsersUserIDAcesParamsWithTimeout(timeout time.Duration) *GetUsersUserIDAcesParams
NewGetUsersUserIDAcesParamsWithTimeout creates a new GetUsersUserIDAcesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUsersUserIDAcesParams) SetContext ¶
func (o *GetUsersUserIDAcesParams) SetContext(ctx context.Context)
SetContext adds the context to the get users user ID aces params
func (*GetUsersUserIDAcesParams) SetFilterAction ¶
func (o *GetUsersUserIDAcesParams) SetFilterAction(filterAction *string)
SetFilterAction adds the filterAction to the get users user ID aces params
func (*GetUsersUserIDAcesParams) SetFilterRecordType ¶
func (o *GetUsersUserIDAcesParams) SetFilterRecordType(filterRecordType *string)
SetFilterRecordType adds the filterRecordType to the get users user ID aces params
func (*GetUsersUserIDAcesParams) SetHTTPClient ¶
func (o *GetUsersUserIDAcesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get users user ID aces params
func (*GetUsersUserIDAcesParams) SetTimeout ¶
func (o *GetUsersUserIDAcesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get users user ID aces params
func (*GetUsersUserIDAcesParams) SetUserID ¶
func (o *GetUsersUserIDAcesParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the get users user ID aces params
func (*GetUsersUserIDAcesParams) WithContext ¶
func (o *GetUsersUserIDAcesParams) WithContext(ctx context.Context) *GetUsersUserIDAcesParams
WithContext adds the context to the get users user ID aces params
func (*GetUsersUserIDAcesParams) WithFilterAction ¶
func (o *GetUsersUserIDAcesParams) WithFilterAction(filterAction *string) *GetUsersUserIDAcesParams
WithFilterAction adds the filterAction to the get users user ID aces params
func (*GetUsersUserIDAcesParams) WithFilterRecordType ¶
func (o *GetUsersUserIDAcesParams) WithFilterRecordType(filterRecordType *string) *GetUsersUserIDAcesParams
WithFilterRecordType adds the filterRecordType to the get users user ID aces params
func (*GetUsersUserIDAcesParams) WithHTTPClient ¶
func (o *GetUsersUserIDAcesParams) WithHTTPClient(client *http.Client) *GetUsersUserIDAcesParams
WithHTTPClient adds the HTTPClient to the get users user ID aces params
func (*GetUsersUserIDAcesParams) WithTimeout ¶
func (o *GetUsersUserIDAcesParams) WithTimeout(timeout time.Duration) *GetUsersUserIDAcesParams
WithTimeout adds the timeout to the get users user ID aces params
func (*GetUsersUserIDAcesParams) WithUserID ¶
func (o *GetUsersUserIDAcesParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDAcesParams
WithUserID adds the userID to the get users user ID aces params
func (*GetUsersUserIDAcesParams) WriteToRequest ¶
func (o *GetUsersUserIDAcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsersUserIDAcesReader ¶
type GetUsersUserIDAcesReader struct {
// contains filtered or unexported fields
}
GetUsersUserIDAcesReader is a Reader for the GetUsersUserIDAces structure.
func (*GetUsersUserIDAcesReader) ReadResponse ¶
func (o *GetUsersUserIDAcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsersUserIDAcesServiceUnavailable ¶ added in v0.43.0
type GetUsersUserIDAcesServiceUnavailable struct {
}GetUsersUserIDAcesServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetUsersUserIDAcesServiceUnavailable ¶ added in v0.43.0
func NewGetUsersUserIDAcesServiceUnavailable() *GetUsersUserIDAcesServiceUnavailable
NewGetUsersUserIDAcesServiceUnavailable creates a GetUsersUserIDAcesServiceUnavailable with default headers values
func (*GetUsersUserIDAcesServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesServiceUnavailable) Error() string
func (*GetUsersUserIDAcesServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesServiceUnavailable) GetPayload() *models.APIError
type GetUsersUserIDAcesTooManyRequests ¶ added in v0.43.0
GetUsersUserIDAcesTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetUsersUserIDAcesTooManyRequests ¶ added in v0.43.0
func NewGetUsersUserIDAcesTooManyRequests() *GetUsersUserIDAcesTooManyRequests
NewGetUsersUserIDAcesTooManyRequests creates a GetUsersUserIDAcesTooManyRequests with default headers values
func (*GetUsersUserIDAcesTooManyRequests) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesTooManyRequests) Error() string
func (*GetUsersUserIDAcesTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesTooManyRequests) GetPayload() *models.APIError
type GetUsersUserIDAcesUnauthorized ¶ added in v0.43.0
type GetUsersUserIDAcesUnauthorized struct {
}GetUsersUserIDAcesUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetUsersUserIDAcesUnauthorized ¶ added in v0.43.0
func NewGetUsersUserIDAcesUnauthorized() *GetUsersUserIDAcesUnauthorized
NewGetUsersUserIDAcesUnauthorized creates a GetUsersUserIDAcesUnauthorized with default headers values
func (*GetUsersUserIDAcesUnauthorized) Error ¶ added in v0.43.0
func (o *GetUsersUserIDAcesUnauthorized) Error() string
func (*GetUsersUserIDAcesUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDAcesUnauthorized) GetPayload() *models.APIError
type GetUsersUserIDBadRequest ¶ added in v0.43.0
GetUsersUserIDBadRequest handles this case with default header values.
Bad Request
func NewGetUsersUserIDBadRequest ¶ added in v0.43.0
func NewGetUsersUserIDBadRequest() *GetUsersUserIDBadRequest
NewGetUsersUserIDBadRequest creates a GetUsersUserIDBadRequest with default headers values
func (*GetUsersUserIDBadRequest) Error ¶ added in v0.43.0
func (o *GetUsersUserIDBadRequest) Error() string
func (*GetUsersUserIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDBadRequest) GetPayload() *models.APIError
type GetUsersUserIDConflict ¶ added in v0.43.0
GetUsersUserIDConflict handles this case with default header values.
Conflict
func NewGetUsersUserIDConflict ¶ added in v0.43.0
func NewGetUsersUserIDConflict() *GetUsersUserIDConflict
NewGetUsersUserIDConflict creates a GetUsersUserIDConflict with default headers values
func (*GetUsersUserIDConflict) Error ¶ added in v0.43.0
func (o *GetUsersUserIDConflict) Error() string
func (*GetUsersUserIDConflict) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDConflict) GetPayload() *models.APIError
type GetUsersUserIDCredentialsBadRequest ¶ added in v0.43.0
GetUsersUserIDCredentialsBadRequest handles this case with default header values.
Bad Request
func NewGetUsersUserIDCredentialsBadRequest ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsBadRequest() *GetUsersUserIDCredentialsBadRequest
NewGetUsersUserIDCredentialsBadRequest creates a GetUsersUserIDCredentialsBadRequest with default headers values
func (*GetUsersUserIDCredentialsBadRequest) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsBadRequest) Error() string
func (*GetUsersUserIDCredentialsBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsBadRequest) GetPayload() *models.APIError
type GetUsersUserIDCredentialsConflict ¶ added in v0.43.0
GetUsersUserIDCredentialsConflict handles this case with default header values.
Conflict
func NewGetUsersUserIDCredentialsConflict ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsConflict() *GetUsersUserIDCredentialsConflict
NewGetUsersUserIDCredentialsConflict creates a GetUsersUserIDCredentialsConflict with default headers values
func (*GetUsersUserIDCredentialsConflict) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsConflict) Error() string
func (*GetUsersUserIDCredentialsConflict) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsConflict) GetPayload() *models.APIError
type GetUsersUserIDCredentialsForbidden ¶ added in v0.43.0
GetUsersUserIDCredentialsForbidden handles this case with default header values.
Forbidden
func NewGetUsersUserIDCredentialsForbidden ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsForbidden() *GetUsersUserIDCredentialsForbidden
NewGetUsersUserIDCredentialsForbidden creates a GetUsersUserIDCredentialsForbidden with default headers values
func (*GetUsersUserIDCredentialsForbidden) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsForbidden) Error() string
func (*GetUsersUserIDCredentialsForbidden) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsForbidden) GetPayload() *models.APIError
type GetUsersUserIDCredentialsInternalServerError ¶ added in v0.43.0
GetUsersUserIDCredentialsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUsersUserIDCredentialsInternalServerError ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsInternalServerError() *GetUsersUserIDCredentialsInternalServerError
NewGetUsersUserIDCredentialsInternalServerError creates a GetUsersUserIDCredentialsInternalServerError with default headers values
func (*GetUsersUserIDCredentialsInternalServerError) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsInternalServerError) Error() string
func (*GetUsersUserIDCredentialsInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsInternalServerError) GetPayload() *models.APIError
type GetUsersUserIDCredentialsNotFound ¶ added in v0.43.0
GetUsersUserIDCredentialsNotFound handles this case with default header values.
Record not found
func NewGetUsersUserIDCredentialsNotFound ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsNotFound() *GetUsersUserIDCredentialsNotFound
NewGetUsersUserIDCredentialsNotFound creates a GetUsersUserIDCredentialsNotFound with default headers values
func (*GetUsersUserIDCredentialsNotFound) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsNotFound) Error() string
func (*GetUsersUserIDCredentialsNotFound) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsNotFound) GetPayload() *models.APIError
type GetUsersUserIDCredentialsOK ¶
type GetUsersUserIDCredentialsOK struct {
Payload *models.UserCredentialListResponse
}
GetUsersUserIDCredentialsOK handles this case with default header values.
List of credentials for user
func NewGetUsersUserIDCredentialsOK ¶
func NewGetUsersUserIDCredentialsOK() *GetUsersUserIDCredentialsOK
NewGetUsersUserIDCredentialsOK creates a GetUsersUserIDCredentialsOK with default headers values
func (*GetUsersUserIDCredentialsOK) Error ¶
func (o *GetUsersUserIDCredentialsOK) Error() string
func (*GetUsersUserIDCredentialsOK) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsOK) GetPayload() *models.UserCredentialListResponse
type GetUsersUserIDCredentialsParams ¶
type GetUsersUserIDCredentialsParams struct { /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsersUserIDCredentialsParams contains all the parameters to send to the API endpoint for the get users user ID credentials operation typically these are written to a http.Request
func NewGetUsersUserIDCredentialsParams ¶
func NewGetUsersUserIDCredentialsParams() *GetUsersUserIDCredentialsParams
NewGetUsersUserIDCredentialsParams creates a new GetUsersUserIDCredentialsParams object with the default values initialized.
func NewGetUsersUserIDCredentialsParamsWithContext ¶
func NewGetUsersUserIDCredentialsParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsParams
NewGetUsersUserIDCredentialsParamsWithContext creates a new GetUsersUserIDCredentialsParams object with the default values initialized, and the ability to set a context for a request
func NewGetUsersUserIDCredentialsParamsWithHTTPClient ¶
func NewGetUsersUserIDCredentialsParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsParams
NewGetUsersUserIDCredentialsParamsWithHTTPClient creates a new GetUsersUserIDCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUsersUserIDCredentialsParamsWithTimeout ¶
func NewGetUsersUserIDCredentialsParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsParams
NewGetUsersUserIDCredentialsParamsWithTimeout creates a new GetUsersUserIDCredentialsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUsersUserIDCredentialsParams) SetContext ¶
func (o *GetUsersUserIDCredentialsParams) SetContext(ctx context.Context)
SetContext adds the context to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) SetHTTPClient ¶
func (o *GetUsersUserIDCredentialsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) SetTimeout ¶
func (o *GetUsersUserIDCredentialsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) SetUserID ¶
func (o *GetUsersUserIDCredentialsParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) WithContext ¶
func (o *GetUsersUserIDCredentialsParams) WithContext(ctx context.Context) *GetUsersUserIDCredentialsParams
WithContext adds the context to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) WithHTTPClient ¶
func (o *GetUsersUserIDCredentialsParams) WithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsParams
WithHTTPClient adds the HTTPClient to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) WithTimeout ¶
func (o *GetUsersUserIDCredentialsParams) WithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsParams
WithTimeout adds the timeout to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) WithUserID ¶
func (o *GetUsersUserIDCredentialsParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDCredentialsParams
WithUserID adds the userID to the get users user ID credentials params
func (*GetUsersUserIDCredentialsParams) WriteToRequest ¶
func (o *GetUsersUserIDCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsersUserIDCredentialsPublicKeyBadRequest ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyBadRequest handles this case with default header values.
Bad Request
func NewGetUsersUserIDCredentialsPublicKeyBadRequest ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyBadRequest() *GetUsersUserIDCredentialsPublicKeyBadRequest
NewGetUsersUserIDCredentialsPublicKeyBadRequest creates a GetUsersUserIDCredentialsPublicKeyBadRequest with default headers values
func (*GetUsersUserIDCredentialsPublicKeyBadRequest) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyBadRequest) Error() string
func (*GetUsersUserIDCredentialsPublicKeyBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyBadRequest) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyConflict ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyConflict handles this case with default header values.
Conflict
func NewGetUsersUserIDCredentialsPublicKeyConflict ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyConflict() *GetUsersUserIDCredentialsPublicKeyConflict
NewGetUsersUserIDCredentialsPublicKeyConflict creates a GetUsersUserIDCredentialsPublicKeyConflict with default headers values
func (*GetUsersUserIDCredentialsPublicKeyConflict) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyConflict) Error() string
func (*GetUsersUserIDCredentialsPublicKeyConflict) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyConflict) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyForbidden ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyForbidden handles this case with default header values.
Forbidden
func NewGetUsersUserIDCredentialsPublicKeyForbidden ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyForbidden() *GetUsersUserIDCredentialsPublicKeyForbidden
NewGetUsersUserIDCredentialsPublicKeyForbidden creates a GetUsersUserIDCredentialsPublicKeyForbidden with default headers values
func (*GetUsersUserIDCredentialsPublicKeyForbidden) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyForbidden) Error() string
func (*GetUsersUserIDCredentialsPublicKeyForbidden) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyForbidden) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyInternalServerError ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUsersUserIDCredentialsPublicKeyInternalServerError ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyInternalServerError() *GetUsersUserIDCredentialsPublicKeyInternalServerError
NewGetUsersUserIDCredentialsPublicKeyInternalServerError creates a GetUsersUserIDCredentialsPublicKeyInternalServerError with default headers values
func (*GetUsersUserIDCredentialsPublicKeyInternalServerError) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyInternalServerError) Error() string
func (*GetUsersUserIDCredentialsPublicKeyInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyInternalServerError) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyNotFound ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyNotFound handles this case with default header values.
Record not found
func NewGetUsersUserIDCredentialsPublicKeyNotFound ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyNotFound() *GetUsersUserIDCredentialsPublicKeyNotFound
NewGetUsersUserIDCredentialsPublicKeyNotFound creates a GetUsersUserIDCredentialsPublicKeyNotFound with default headers values
func (*GetUsersUserIDCredentialsPublicKeyNotFound) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyNotFound) Error() string
func (*GetUsersUserIDCredentialsPublicKeyNotFound) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyNotFound) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyOK ¶ added in v0.30.0
type GetUsersUserIDCredentialsPublicKeyOK struct {
Payload *models.UserPublicKeyListResponse
}
GetUsersUserIDCredentialsPublicKeyOK handles this case with default header values.
List of public keys for user
func NewGetUsersUserIDCredentialsPublicKeyOK ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyOK() *GetUsersUserIDCredentialsPublicKeyOK
NewGetUsersUserIDCredentialsPublicKeyOK creates a GetUsersUserIDCredentialsPublicKeyOK with default headers values
func (*GetUsersUserIDCredentialsPublicKeyOK) Error ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyOK) Error() string
func (*GetUsersUserIDCredentialsPublicKeyOK) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyOK) GetPayload() *models.UserPublicKeyListResponse
type GetUsersUserIDCredentialsPublicKeyParams ¶ added in v0.30.0
type GetUsersUserIDCredentialsPublicKeyParams struct { /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsersUserIDCredentialsPublicKeyParams contains all the parameters to send to the API endpoint for the get users user ID credentials public key operation typically these are written to a http.Request
func NewGetUsersUserIDCredentialsPublicKeyParams ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyParams() *GetUsersUserIDCredentialsPublicKeyParams
NewGetUsersUserIDCredentialsPublicKeyParams creates a new GetUsersUserIDCredentialsPublicKeyParams object with the default values initialized.
func NewGetUsersUserIDCredentialsPublicKeyParamsWithContext ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyParams
NewGetUsersUserIDCredentialsPublicKeyParamsWithContext creates a new GetUsersUserIDCredentialsPublicKeyParams object with the default values initialized, and the ability to set a context for a request
func NewGetUsersUserIDCredentialsPublicKeyParamsWithHTTPClient ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyParams
NewGetUsersUserIDCredentialsPublicKeyParamsWithHTTPClient creates a new GetUsersUserIDCredentialsPublicKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUsersUserIDCredentialsPublicKeyParamsWithTimeout ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyParams
NewGetUsersUserIDCredentialsPublicKeyParamsWithTimeout creates a new GetUsersUserIDCredentialsPublicKeyParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUsersUserIDCredentialsPublicKeyParams) SetContext ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) SetContext(ctx context.Context)
SetContext adds the context to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) SetHTTPClient ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) SetTimeout ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) SetUserID ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) WithContext ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) WithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyParams
WithContext adds the context to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) WithHTTPClient ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) WithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyParams
WithHTTPClient adds the HTTPClient to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) WithTimeout ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) WithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyParams
WithTimeout adds the timeout to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) WithUserID ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDCredentialsPublicKeyParams
WithUserID adds the userID to the get users user ID credentials public key params
func (*GetUsersUserIDCredentialsPublicKeyParams) WriteToRequest ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest handles this case with default header values.
Bad Request
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict handles this case with default header values.
Conflict
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden handles this case with default header values.
Forbidden
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError ¶ added in v0.43.0
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError struct {
Payload *models.APIError
}
GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound handles this case with default header values.
Record not found
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK ¶ added in v0.30.0
GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK handles this case with default header values.
Public key data
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDOK ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDOK() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDOK creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK) Error ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK) GetPayload() *models.PublicKey
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams ¶ added in v0.30.0
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams struct { /*PublicKeyID public_key_id */ PublicKeyID strfmt.UUID /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams contains all the parameters to send to the API endpoint for the get users user ID credentials public key public key ID operation typically these are written to a http.Request
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParams ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParams() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParams creates a new GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized.
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext creates a new GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient creates a new GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout ¶ added in v0.30.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout creates a new GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID(publicKeyID strfmt.UUID)
SetPublicKeyID adds the publicKeyId to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithContext adds the context to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithHTTPClient adds the HTTPClient to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID(publicKeyID strfmt.UUID) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithPublicKeyID adds the publicKeyID to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithTimeout adds the timeout to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams
WithUserID adds the userID to the get users user ID credentials public key public key ID params
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader ¶ added in v0.30.0
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader struct {
// contains filtered or unexported fields
}
GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader is a Reader for the GetUsersUserIDCredentialsPublicKeyPublicKeyID structure.
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader) ReadResponse ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable ¶ added in v0.43.0
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable struct {
}GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests ¶ added in v0.43.0
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests struct {
Payload *models.APIError
}
GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized ¶ added in v0.43.0
type GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized struct {
}GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized
NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized with default headers values
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) Error() string
func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyReader ¶ added in v0.30.0
type GetUsersUserIDCredentialsPublicKeyReader struct {
// contains filtered or unexported fields
}
GetUsersUserIDCredentialsPublicKeyReader is a Reader for the GetUsersUserIDCredentialsPublicKey structure.
func (*GetUsersUserIDCredentialsPublicKeyReader) ReadResponse ¶ added in v0.30.0
func (o *GetUsersUserIDCredentialsPublicKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsersUserIDCredentialsPublicKeyServiceUnavailable ¶ added in v0.43.0
type GetUsersUserIDCredentialsPublicKeyServiceUnavailable struct {
}GetUsersUserIDCredentialsPublicKeyServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetUsersUserIDCredentialsPublicKeyServiceUnavailable ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyServiceUnavailable() *GetUsersUserIDCredentialsPublicKeyServiceUnavailable
NewGetUsersUserIDCredentialsPublicKeyServiceUnavailable creates a GetUsersUserIDCredentialsPublicKeyServiceUnavailable with default headers values
func (*GetUsersUserIDCredentialsPublicKeyServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyServiceUnavailable) Error() string
func (*GetUsersUserIDCredentialsPublicKeyServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyServiceUnavailable) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyTooManyRequests ¶ added in v0.43.0
GetUsersUserIDCredentialsPublicKeyTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetUsersUserIDCredentialsPublicKeyTooManyRequests ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyTooManyRequests() *GetUsersUserIDCredentialsPublicKeyTooManyRequests
NewGetUsersUserIDCredentialsPublicKeyTooManyRequests creates a GetUsersUserIDCredentialsPublicKeyTooManyRequests with default headers values
func (*GetUsersUserIDCredentialsPublicKeyTooManyRequests) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyTooManyRequests) Error() string
func (*GetUsersUserIDCredentialsPublicKeyTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyTooManyRequests) GetPayload() *models.APIError
type GetUsersUserIDCredentialsPublicKeyUnauthorized ¶ added in v0.43.0
type GetUsersUserIDCredentialsPublicKeyUnauthorized struct {
}GetUsersUserIDCredentialsPublicKeyUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetUsersUserIDCredentialsPublicKeyUnauthorized ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsPublicKeyUnauthorized() *GetUsersUserIDCredentialsPublicKeyUnauthorized
NewGetUsersUserIDCredentialsPublicKeyUnauthorized creates a GetUsersUserIDCredentialsPublicKeyUnauthorized with default headers values
func (*GetUsersUserIDCredentialsPublicKeyUnauthorized) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyUnauthorized) Error() string
func (*GetUsersUserIDCredentialsPublicKeyUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsPublicKeyUnauthorized) GetPayload() *models.APIError
type GetUsersUserIDCredentialsReader ¶
type GetUsersUserIDCredentialsReader struct {
// contains filtered or unexported fields
}
GetUsersUserIDCredentialsReader is a Reader for the GetUsersUserIDCredentials structure.
func (*GetUsersUserIDCredentialsReader) ReadResponse ¶
func (o *GetUsersUserIDCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsersUserIDCredentialsServiceUnavailable ¶ added in v0.43.0
type GetUsersUserIDCredentialsServiceUnavailable struct {
}GetUsersUserIDCredentialsServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetUsersUserIDCredentialsServiceUnavailable ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsServiceUnavailable() *GetUsersUserIDCredentialsServiceUnavailable
NewGetUsersUserIDCredentialsServiceUnavailable creates a GetUsersUserIDCredentialsServiceUnavailable with default headers values
func (*GetUsersUserIDCredentialsServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsServiceUnavailable) Error() string
func (*GetUsersUserIDCredentialsServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsServiceUnavailable) GetPayload() *models.APIError
type GetUsersUserIDCredentialsTooManyRequests ¶ added in v0.43.0
GetUsersUserIDCredentialsTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetUsersUserIDCredentialsTooManyRequests ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsTooManyRequests() *GetUsersUserIDCredentialsTooManyRequests
NewGetUsersUserIDCredentialsTooManyRequests creates a GetUsersUserIDCredentialsTooManyRequests with default headers values
func (*GetUsersUserIDCredentialsTooManyRequests) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsTooManyRequests) Error() string
func (*GetUsersUserIDCredentialsTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsTooManyRequests) GetPayload() *models.APIError
type GetUsersUserIDCredentialsUnauthorized ¶ added in v0.43.0
type GetUsersUserIDCredentialsUnauthorized struct {
}GetUsersUserIDCredentialsUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetUsersUserIDCredentialsUnauthorized ¶ added in v0.43.0
func NewGetUsersUserIDCredentialsUnauthorized() *GetUsersUserIDCredentialsUnauthorized
NewGetUsersUserIDCredentialsUnauthorized creates a GetUsersUserIDCredentialsUnauthorized with default headers values
func (*GetUsersUserIDCredentialsUnauthorized) Error ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsUnauthorized) Error() string
func (*GetUsersUserIDCredentialsUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDCredentialsUnauthorized) GetPayload() *models.APIError
type GetUsersUserIDForbidden ¶ added in v0.43.0
GetUsersUserIDForbidden handles this case with default header values.
Forbidden
func NewGetUsersUserIDForbidden ¶ added in v0.43.0
func NewGetUsersUserIDForbidden() *GetUsersUserIDForbidden
NewGetUsersUserIDForbidden creates a GetUsersUserIDForbidden with default headers values
func (*GetUsersUserIDForbidden) Error ¶ added in v0.43.0
func (o *GetUsersUserIDForbidden) Error() string
func (*GetUsersUserIDForbidden) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDForbidden) GetPayload() *models.APIError
type GetUsersUserIDInternalServerError ¶ added in v0.43.0
GetUsersUserIDInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUsersUserIDInternalServerError ¶ added in v0.43.0
func NewGetUsersUserIDInternalServerError() *GetUsersUserIDInternalServerError
NewGetUsersUserIDInternalServerError creates a GetUsersUserIDInternalServerError with default headers values
func (*GetUsersUserIDInternalServerError) Error ¶ added in v0.43.0
func (o *GetUsersUserIDInternalServerError) Error() string
func (*GetUsersUserIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDInternalServerError) GetPayload() *models.APIError
type GetUsersUserIDNotFound ¶ added in v0.43.0
GetUsersUserIDNotFound handles this case with default header values.
Record not found
func NewGetUsersUserIDNotFound ¶ added in v0.43.0
func NewGetUsersUserIDNotFound() *GetUsersUserIDNotFound
NewGetUsersUserIDNotFound creates a GetUsersUserIDNotFound with default headers values
func (*GetUsersUserIDNotFound) Error ¶ added in v0.43.0
func (o *GetUsersUserIDNotFound) Error() string
func (*GetUsersUserIDNotFound) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDNotFound) GetPayload() *models.APIError
type GetUsersUserIDOK ¶
type GetUsersUserIDOK struct {
Payload *models.UserDetailsResponse
}
GetUsersUserIDOK handles this case with default header values.
User details
func NewGetUsersUserIDOK ¶
func NewGetUsersUserIDOK() *GetUsersUserIDOK
NewGetUsersUserIDOK creates a GetUsersUserIDOK with default headers values
func (*GetUsersUserIDOK) Error ¶
func (o *GetUsersUserIDOK) Error() string
func (*GetUsersUserIDOK) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDOK) GetPayload() *models.UserDetailsResponse
type GetUsersUserIDParams ¶
type GetUsersUserIDParams struct { /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsersUserIDParams contains all the parameters to send to the API endpoint for the get users user ID operation typically these are written to a http.Request
func NewGetUsersUserIDParams ¶
func NewGetUsersUserIDParams() *GetUsersUserIDParams
NewGetUsersUserIDParams creates a new GetUsersUserIDParams object with the default values initialized.
func NewGetUsersUserIDParamsWithContext ¶
func NewGetUsersUserIDParamsWithContext(ctx context.Context) *GetUsersUserIDParams
NewGetUsersUserIDParamsWithContext creates a new GetUsersUserIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetUsersUserIDParamsWithHTTPClient ¶
func NewGetUsersUserIDParamsWithHTTPClient(client *http.Client) *GetUsersUserIDParams
NewGetUsersUserIDParamsWithHTTPClient creates a new GetUsersUserIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUsersUserIDParamsWithTimeout ¶
func NewGetUsersUserIDParamsWithTimeout(timeout time.Duration) *GetUsersUserIDParams
NewGetUsersUserIDParamsWithTimeout creates a new GetUsersUserIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUsersUserIDParams) SetContext ¶
func (o *GetUsersUserIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get users user ID params
func (*GetUsersUserIDParams) SetHTTPClient ¶
func (o *GetUsersUserIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get users user ID params
func (*GetUsersUserIDParams) SetTimeout ¶
func (o *GetUsersUserIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get users user ID params
func (*GetUsersUserIDParams) SetUserID ¶
func (o *GetUsersUserIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the get users user ID params
func (*GetUsersUserIDParams) WithContext ¶
func (o *GetUsersUserIDParams) WithContext(ctx context.Context) *GetUsersUserIDParams
WithContext adds the context to the get users user ID params
func (*GetUsersUserIDParams) WithHTTPClient ¶
func (o *GetUsersUserIDParams) WithHTTPClient(client *http.Client) *GetUsersUserIDParams
WithHTTPClient adds the HTTPClient to the get users user ID params
func (*GetUsersUserIDParams) WithTimeout ¶
func (o *GetUsersUserIDParams) WithTimeout(timeout time.Duration) *GetUsersUserIDParams
WithTimeout adds the timeout to the get users user ID params
func (*GetUsersUserIDParams) WithUserID ¶
func (o *GetUsersUserIDParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDParams
WithUserID adds the userID to the get users user ID params
func (*GetUsersUserIDParams) WriteToRequest ¶
func (o *GetUsersUserIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsersUserIDReader ¶
type GetUsersUserIDReader struct {
// contains filtered or unexported fields
}
GetUsersUserIDReader is a Reader for the GetUsersUserID structure.
func (*GetUsersUserIDReader) ReadResponse ¶
func (o *GetUsersUserIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsersUserIDRolesBadRequest ¶ added in v0.43.0
GetUsersUserIDRolesBadRequest handles this case with default header values.
Bad Request
func NewGetUsersUserIDRolesBadRequest ¶ added in v0.43.0
func NewGetUsersUserIDRolesBadRequest() *GetUsersUserIDRolesBadRequest
NewGetUsersUserIDRolesBadRequest creates a GetUsersUserIDRolesBadRequest with default headers values
func (*GetUsersUserIDRolesBadRequest) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesBadRequest) Error() string
func (*GetUsersUserIDRolesBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesBadRequest) GetPayload() *models.APIError
type GetUsersUserIDRolesConflict ¶ added in v0.43.0
GetUsersUserIDRolesConflict handles this case with default header values.
Conflict
func NewGetUsersUserIDRolesConflict ¶ added in v0.43.0
func NewGetUsersUserIDRolesConflict() *GetUsersUserIDRolesConflict
NewGetUsersUserIDRolesConflict creates a GetUsersUserIDRolesConflict with default headers values
func (*GetUsersUserIDRolesConflict) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesConflict) Error() string
func (*GetUsersUserIDRolesConflict) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesConflict) GetPayload() *models.APIError
type GetUsersUserIDRolesForbidden ¶ added in v0.43.0
GetUsersUserIDRolesForbidden handles this case with default header values.
Forbidden
func NewGetUsersUserIDRolesForbidden ¶ added in v0.43.0
func NewGetUsersUserIDRolesForbidden() *GetUsersUserIDRolesForbidden
NewGetUsersUserIDRolesForbidden creates a GetUsersUserIDRolesForbidden with default headers values
func (*GetUsersUserIDRolesForbidden) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesForbidden) Error() string
func (*GetUsersUserIDRolesForbidden) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesForbidden) GetPayload() *models.APIError
type GetUsersUserIDRolesInternalServerError ¶ added in v0.43.0
GetUsersUserIDRolesInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUsersUserIDRolesInternalServerError ¶ added in v0.43.0
func NewGetUsersUserIDRolesInternalServerError() *GetUsersUserIDRolesInternalServerError
NewGetUsersUserIDRolesInternalServerError creates a GetUsersUserIDRolesInternalServerError with default headers values
func (*GetUsersUserIDRolesInternalServerError) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesInternalServerError) Error() string
func (*GetUsersUserIDRolesInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesInternalServerError) GetPayload() *models.APIError
type GetUsersUserIDRolesNotFound ¶ added in v0.43.0
GetUsersUserIDRolesNotFound handles this case with default header values.
Record not found
func NewGetUsersUserIDRolesNotFound ¶ added in v0.43.0
func NewGetUsersUserIDRolesNotFound() *GetUsersUserIDRolesNotFound
NewGetUsersUserIDRolesNotFound creates a GetUsersUserIDRolesNotFound with default headers values
func (*GetUsersUserIDRolesNotFound) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesNotFound) Error() string
func (*GetUsersUserIDRolesNotFound) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesNotFound) GetPayload() *models.APIError
type GetUsersUserIDRolesOK ¶
type GetUsersUserIDRolesOK struct {
Payload *models.UserRoleListResponse
}
GetUsersUserIDRolesOK handles this case with default header values.
List of roles for user
func NewGetUsersUserIDRolesOK ¶
func NewGetUsersUserIDRolesOK() *GetUsersUserIDRolesOK
NewGetUsersUserIDRolesOK creates a GetUsersUserIDRolesOK with default headers values
func (*GetUsersUserIDRolesOK) Error ¶
func (o *GetUsersUserIDRolesOK) Error() string
func (*GetUsersUserIDRolesOK) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesOK) GetPayload() *models.UserRoleListResponse
type GetUsersUserIDRolesParams ¶
type GetUsersUserIDRolesParams struct { /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUsersUserIDRolesParams contains all the parameters to send to the API endpoint for the get users user ID roles operation typically these are written to a http.Request
func NewGetUsersUserIDRolesParams ¶
func NewGetUsersUserIDRolesParams() *GetUsersUserIDRolesParams
NewGetUsersUserIDRolesParams creates a new GetUsersUserIDRolesParams object with the default values initialized.
func NewGetUsersUserIDRolesParamsWithContext ¶
func NewGetUsersUserIDRolesParamsWithContext(ctx context.Context) *GetUsersUserIDRolesParams
NewGetUsersUserIDRolesParamsWithContext creates a new GetUsersUserIDRolesParams object with the default values initialized, and the ability to set a context for a request
func NewGetUsersUserIDRolesParamsWithHTTPClient ¶
func NewGetUsersUserIDRolesParamsWithHTTPClient(client *http.Client) *GetUsersUserIDRolesParams
NewGetUsersUserIDRolesParamsWithHTTPClient creates a new GetUsersUserIDRolesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUsersUserIDRolesParamsWithTimeout ¶
func NewGetUsersUserIDRolesParamsWithTimeout(timeout time.Duration) *GetUsersUserIDRolesParams
NewGetUsersUserIDRolesParamsWithTimeout creates a new GetUsersUserIDRolesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUsersUserIDRolesParams) SetContext ¶
func (o *GetUsersUserIDRolesParams) SetContext(ctx context.Context)
SetContext adds the context to the get users user ID roles params
func (*GetUsersUserIDRolesParams) SetHTTPClient ¶
func (o *GetUsersUserIDRolesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get users user ID roles params
func (*GetUsersUserIDRolesParams) SetTimeout ¶
func (o *GetUsersUserIDRolesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get users user ID roles params
func (*GetUsersUserIDRolesParams) SetUserID ¶
func (o *GetUsersUserIDRolesParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the get users user ID roles params
func (*GetUsersUserIDRolesParams) WithContext ¶
func (o *GetUsersUserIDRolesParams) WithContext(ctx context.Context) *GetUsersUserIDRolesParams
WithContext adds the context to the get users user ID roles params
func (*GetUsersUserIDRolesParams) WithHTTPClient ¶
func (o *GetUsersUserIDRolesParams) WithHTTPClient(client *http.Client) *GetUsersUserIDRolesParams
WithHTTPClient adds the HTTPClient to the get users user ID roles params
func (*GetUsersUserIDRolesParams) WithTimeout ¶
func (o *GetUsersUserIDRolesParams) WithTimeout(timeout time.Duration) *GetUsersUserIDRolesParams
WithTimeout adds the timeout to the get users user ID roles params
func (*GetUsersUserIDRolesParams) WithUserID ¶
func (o *GetUsersUserIDRolesParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDRolesParams
WithUserID adds the userID to the get users user ID roles params
func (*GetUsersUserIDRolesParams) WriteToRequest ¶
func (o *GetUsersUserIDRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUsersUserIDRolesReader ¶
type GetUsersUserIDRolesReader struct {
// contains filtered or unexported fields
}
GetUsersUserIDRolesReader is a Reader for the GetUsersUserIDRoles structure.
func (*GetUsersUserIDRolesReader) ReadResponse ¶
func (o *GetUsersUserIDRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUsersUserIDRolesServiceUnavailable ¶ added in v0.43.0
type GetUsersUserIDRolesServiceUnavailable struct {
}GetUsersUserIDRolesServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetUsersUserIDRolesServiceUnavailable ¶ added in v0.43.0
func NewGetUsersUserIDRolesServiceUnavailable() *GetUsersUserIDRolesServiceUnavailable
NewGetUsersUserIDRolesServiceUnavailable creates a GetUsersUserIDRolesServiceUnavailable with default headers values
func (*GetUsersUserIDRolesServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesServiceUnavailable) Error() string
func (*GetUsersUserIDRolesServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesServiceUnavailable) GetPayload() *models.APIError
type GetUsersUserIDRolesTooManyRequests ¶ added in v0.43.0
GetUsersUserIDRolesTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetUsersUserIDRolesTooManyRequests ¶ added in v0.43.0
func NewGetUsersUserIDRolesTooManyRequests() *GetUsersUserIDRolesTooManyRequests
NewGetUsersUserIDRolesTooManyRequests creates a GetUsersUserIDRolesTooManyRequests with default headers values
func (*GetUsersUserIDRolesTooManyRequests) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesTooManyRequests) Error() string
func (*GetUsersUserIDRolesTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesTooManyRequests) GetPayload() *models.APIError
type GetUsersUserIDRolesUnauthorized ¶ added in v0.43.0
type GetUsersUserIDRolesUnauthorized struct {
}GetUsersUserIDRolesUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetUsersUserIDRolesUnauthorized ¶ added in v0.43.0
func NewGetUsersUserIDRolesUnauthorized() *GetUsersUserIDRolesUnauthorized
NewGetUsersUserIDRolesUnauthorized creates a GetUsersUserIDRolesUnauthorized with default headers values
func (*GetUsersUserIDRolesUnauthorized) Error ¶ added in v0.43.0
func (o *GetUsersUserIDRolesUnauthorized) Error() string
func (*GetUsersUserIDRolesUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDRolesUnauthorized) GetPayload() *models.APIError
type GetUsersUserIDServiceUnavailable ¶ added in v0.43.0
type GetUsersUserIDServiceUnavailable struct {
}GetUsersUserIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetUsersUserIDServiceUnavailable ¶ added in v0.43.0
func NewGetUsersUserIDServiceUnavailable() *GetUsersUserIDServiceUnavailable
NewGetUsersUserIDServiceUnavailable creates a GetUsersUserIDServiceUnavailable with default headers values
func (*GetUsersUserIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetUsersUserIDServiceUnavailable) Error() string
func (*GetUsersUserIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDServiceUnavailable) GetPayload() *models.APIError
type GetUsersUserIDTooManyRequests ¶ added in v0.43.0
GetUsersUserIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetUsersUserIDTooManyRequests ¶ added in v0.43.0
func NewGetUsersUserIDTooManyRequests() *GetUsersUserIDTooManyRequests
NewGetUsersUserIDTooManyRequests creates a GetUsersUserIDTooManyRequests with default headers values
func (*GetUsersUserIDTooManyRequests) Error ¶ added in v0.43.0
func (o *GetUsersUserIDTooManyRequests) Error() string
func (*GetUsersUserIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDTooManyRequests) GetPayload() *models.APIError
type GetUsersUserIDUnauthorized ¶ added in v0.43.0
type GetUsersUserIDUnauthorized struct {
}GetUsersUserIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetUsersUserIDUnauthorized ¶ added in v0.43.0
func NewGetUsersUserIDUnauthorized() *GetUsersUserIDUnauthorized
NewGetUsersUserIDUnauthorized creates a GetUsersUserIDUnauthorized with default headers values
func (*GetUsersUserIDUnauthorized) Error ¶ added in v0.43.0
func (o *GetUsersUserIDUnauthorized) Error() string
func (*GetUsersUserIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetUsersUserIDUnauthorized) GetPayload() *models.APIError
type PatchUsersUserIDBadRequest ¶ added in v0.43.0
PatchUsersUserIDBadRequest handles this case with default header values.
Bad Request
func NewPatchUsersUserIDBadRequest ¶ added in v0.43.0
func NewPatchUsersUserIDBadRequest() *PatchUsersUserIDBadRequest
NewPatchUsersUserIDBadRequest creates a PatchUsersUserIDBadRequest with default headers values
func (*PatchUsersUserIDBadRequest) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDBadRequest) Error() string
func (*PatchUsersUserIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDBadRequest) GetPayload() *models.APIError
type PatchUsersUserIDConflict ¶ added in v0.43.0
PatchUsersUserIDConflict handles this case with default header values.
Conflict
func NewPatchUsersUserIDConflict ¶ added in v0.43.0
func NewPatchUsersUserIDConflict() *PatchUsersUserIDConflict
NewPatchUsersUserIDConflict creates a PatchUsersUserIDConflict with default headers values
func (*PatchUsersUserIDConflict) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDConflict) Error() string
func (*PatchUsersUserIDConflict) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDConflict) GetPayload() *models.APIError
type PatchUsersUserIDForbidden ¶ added in v0.43.0
PatchUsersUserIDForbidden handles this case with default header values.
Forbidden
func NewPatchUsersUserIDForbidden ¶ added in v0.43.0
func NewPatchUsersUserIDForbidden() *PatchUsersUserIDForbidden
NewPatchUsersUserIDForbidden creates a PatchUsersUserIDForbidden with default headers values
func (*PatchUsersUserIDForbidden) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDForbidden) Error() string
func (*PatchUsersUserIDForbidden) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDForbidden) GetPayload() *models.APIError
type PatchUsersUserIDInternalServerError ¶ added in v0.43.0
PatchUsersUserIDInternalServerError handles this case with default header values.
Internal Server Error
func NewPatchUsersUserIDInternalServerError ¶ added in v0.43.0
func NewPatchUsersUserIDInternalServerError() *PatchUsersUserIDInternalServerError
NewPatchUsersUserIDInternalServerError creates a PatchUsersUserIDInternalServerError with default headers values
func (*PatchUsersUserIDInternalServerError) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDInternalServerError) Error() string
func (*PatchUsersUserIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDInternalServerError) GetPayload() *models.APIError
type PatchUsersUserIDNotFound ¶ added in v0.43.0
PatchUsersUserIDNotFound handles this case with default header values.
Record not found
func NewPatchUsersUserIDNotFound ¶ added in v0.43.0
func NewPatchUsersUserIDNotFound() *PatchUsersUserIDNotFound
NewPatchUsersUserIDNotFound creates a PatchUsersUserIDNotFound with default headers values
func (*PatchUsersUserIDNotFound) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDNotFound) Error() string
func (*PatchUsersUserIDNotFound) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDNotFound) GetPayload() *models.APIError
type PatchUsersUserIDOK ¶
type PatchUsersUserIDOK struct {
Payload *models.UserDetailsResponse
}
PatchUsersUserIDOK handles this case with default header values.
User details
func NewPatchUsersUserIDOK ¶
func NewPatchUsersUserIDOK() *PatchUsersUserIDOK
NewPatchUsersUserIDOK creates a PatchUsersUserIDOK with default headers values
func (*PatchUsersUserIDOK) Error ¶
func (o *PatchUsersUserIDOK) Error() string
func (*PatchUsersUserIDOK) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDOK) GetPayload() *models.UserDetailsResponse
type PatchUsersUserIDParams ¶
type PatchUsersUserIDParams struct { /*UserUpdateRequest*/ UserUpdateRequest *models.UserCreation /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchUsersUserIDParams contains all the parameters to send to the API endpoint for the patch users user ID operation typically these are written to a http.Request
func NewPatchUsersUserIDParams ¶
func NewPatchUsersUserIDParams() *PatchUsersUserIDParams
NewPatchUsersUserIDParams creates a new PatchUsersUserIDParams object with the default values initialized.
func NewPatchUsersUserIDParamsWithContext ¶
func NewPatchUsersUserIDParamsWithContext(ctx context.Context) *PatchUsersUserIDParams
NewPatchUsersUserIDParamsWithContext creates a new PatchUsersUserIDParams object with the default values initialized, and the ability to set a context for a request
func NewPatchUsersUserIDParamsWithHTTPClient ¶
func NewPatchUsersUserIDParamsWithHTTPClient(client *http.Client) *PatchUsersUserIDParams
NewPatchUsersUserIDParamsWithHTTPClient creates a new PatchUsersUserIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchUsersUserIDParamsWithTimeout ¶
func NewPatchUsersUserIDParamsWithTimeout(timeout time.Duration) *PatchUsersUserIDParams
NewPatchUsersUserIDParamsWithTimeout creates a new PatchUsersUserIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchUsersUserIDParams) SetContext ¶
func (o *PatchUsersUserIDParams) SetContext(ctx context.Context)
SetContext adds the context to the patch users user ID params
func (*PatchUsersUserIDParams) SetHTTPClient ¶
func (o *PatchUsersUserIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch users user ID params
func (*PatchUsersUserIDParams) SetTimeout ¶
func (o *PatchUsersUserIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch users user ID params
func (*PatchUsersUserIDParams) SetUserID ¶
func (o *PatchUsersUserIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the patch users user ID params
func (*PatchUsersUserIDParams) SetUserUpdateRequest ¶
func (o *PatchUsersUserIDParams) SetUserUpdateRequest(userUpdateRequest *models.UserCreation)
SetUserUpdateRequest adds the userUpdateRequest to the patch users user ID params
func (*PatchUsersUserIDParams) WithContext ¶
func (o *PatchUsersUserIDParams) WithContext(ctx context.Context) *PatchUsersUserIDParams
WithContext adds the context to the patch users user ID params
func (*PatchUsersUserIDParams) WithHTTPClient ¶
func (o *PatchUsersUserIDParams) WithHTTPClient(client *http.Client) *PatchUsersUserIDParams
WithHTTPClient adds the HTTPClient to the patch users user ID params
func (*PatchUsersUserIDParams) WithTimeout ¶
func (o *PatchUsersUserIDParams) WithTimeout(timeout time.Duration) *PatchUsersUserIDParams
WithTimeout adds the timeout to the patch users user ID params
func (*PatchUsersUserIDParams) WithUserID ¶
func (o *PatchUsersUserIDParams) WithUserID(userID strfmt.UUID) *PatchUsersUserIDParams
WithUserID adds the userID to the patch users user ID params
func (*PatchUsersUserIDParams) WithUserUpdateRequest ¶
func (o *PatchUsersUserIDParams) WithUserUpdateRequest(userUpdateRequest *models.UserCreation) *PatchUsersUserIDParams
WithUserUpdateRequest adds the userUpdateRequest to the patch users user ID params
func (*PatchUsersUserIDParams) WriteToRequest ¶
func (o *PatchUsersUserIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchUsersUserIDReader ¶
type PatchUsersUserIDReader struct {
// contains filtered or unexported fields
}
PatchUsersUserIDReader is a Reader for the PatchUsersUserID structure.
func (*PatchUsersUserIDReader) ReadResponse ¶
func (o *PatchUsersUserIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchUsersUserIDServiceUnavailable ¶ added in v0.43.0
type PatchUsersUserIDServiceUnavailable struct {
}PatchUsersUserIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewPatchUsersUserIDServiceUnavailable ¶ added in v0.43.0
func NewPatchUsersUserIDServiceUnavailable() *PatchUsersUserIDServiceUnavailable
NewPatchUsersUserIDServiceUnavailable creates a PatchUsersUserIDServiceUnavailable with default headers values
func (*PatchUsersUserIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDServiceUnavailable) Error() string
func (*PatchUsersUserIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDServiceUnavailable) GetPayload() *models.APIError
type PatchUsersUserIDTooManyRequests ¶ added in v0.43.0
PatchUsersUserIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewPatchUsersUserIDTooManyRequests ¶ added in v0.43.0
func NewPatchUsersUserIDTooManyRequests() *PatchUsersUserIDTooManyRequests
NewPatchUsersUserIDTooManyRequests creates a PatchUsersUserIDTooManyRequests with default headers values
func (*PatchUsersUserIDTooManyRequests) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDTooManyRequests) Error() string
func (*PatchUsersUserIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDTooManyRequests) GetPayload() *models.APIError
type PatchUsersUserIDUnauthorized ¶ added in v0.43.0
type PatchUsersUserIDUnauthorized struct {
}PatchUsersUserIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewPatchUsersUserIDUnauthorized ¶ added in v0.43.0
func NewPatchUsersUserIDUnauthorized() *PatchUsersUserIDUnauthorized
NewPatchUsersUserIDUnauthorized creates a PatchUsersUserIDUnauthorized with default headers values
func (*PatchUsersUserIDUnauthorized) Error ¶ added in v0.43.0
func (o *PatchUsersUserIDUnauthorized) Error() string
func (*PatchUsersUserIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *PatchUsersUserIDUnauthorized) GetPayload() *models.APIError
type PostUsersBadRequest ¶ added in v0.43.0
PostUsersBadRequest handles this case with default header values.
Bad Request
func NewPostUsersBadRequest ¶ added in v0.43.0
func NewPostUsersBadRequest() *PostUsersBadRequest
NewPostUsersBadRequest creates a PostUsersBadRequest with default headers values
func (*PostUsersBadRequest) Error ¶ added in v0.43.0
func (o *PostUsersBadRequest) Error() string
func (*PostUsersBadRequest) GetPayload ¶ added in v0.43.0
func (o *PostUsersBadRequest) GetPayload() *models.APIError
type PostUsersConflict ¶ added in v0.43.0
PostUsersConflict handles this case with default header values.
Conflict
func NewPostUsersConflict ¶ added in v0.43.0
func NewPostUsersConflict() *PostUsersConflict
NewPostUsersConflict creates a PostUsersConflict with default headers values
func (*PostUsersConflict) Error ¶ added in v0.43.0
func (o *PostUsersConflict) Error() string
func (*PostUsersConflict) GetPayload ¶ added in v0.43.0
func (o *PostUsersConflict) GetPayload() *models.APIError
type PostUsersCreated ¶
type PostUsersCreated struct {
Payload *models.UserCreationResponse
}
PostUsersCreated handles this case with default header values.
User creation response
func NewPostUsersCreated ¶
func NewPostUsersCreated() *PostUsersCreated
NewPostUsersCreated creates a PostUsersCreated with default headers values
func (*PostUsersCreated) Error ¶
func (o *PostUsersCreated) Error() string
func (*PostUsersCreated) GetPayload ¶ added in v0.43.0
func (o *PostUsersCreated) GetPayload() *models.UserCreationResponse
type PostUsersForbidden ¶ added in v0.43.0
PostUsersForbidden handles this case with default header values.
Forbidden
func NewPostUsersForbidden ¶ added in v0.43.0
func NewPostUsersForbidden() *PostUsersForbidden
NewPostUsersForbidden creates a PostUsersForbidden with default headers values
func (*PostUsersForbidden) Error ¶ added in v0.43.0
func (o *PostUsersForbidden) Error() string
func (*PostUsersForbidden) GetPayload ¶ added in v0.43.0
func (o *PostUsersForbidden) GetPayload() *models.APIError
type PostUsersInternalServerError ¶ added in v0.43.0
PostUsersInternalServerError handles this case with default header values.
Internal Server Error
func NewPostUsersInternalServerError ¶ added in v0.43.0
func NewPostUsersInternalServerError() *PostUsersInternalServerError
NewPostUsersInternalServerError creates a PostUsersInternalServerError with default headers values
func (*PostUsersInternalServerError) Error ¶ added in v0.43.0
func (o *PostUsersInternalServerError) Error() string
func (*PostUsersInternalServerError) GetPayload ¶ added in v0.43.0
func (o *PostUsersInternalServerError) GetPayload() *models.APIError
type PostUsersNotFound ¶ added in v0.43.0
PostUsersNotFound handles this case with default header values.
Record not found
func NewPostUsersNotFound ¶ added in v0.43.0
func NewPostUsersNotFound() *PostUsersNotFound
NewPostUsersNotFound creates a PostUsersNotFound with default headers values
func (*PostUsersNotFound) Error ¶ added in v0.43.0
func (o *PostUsersNotFound) Error() string
func (*PostUsersNotFound) GetPayload ¶ added in v0.43.0
func (o *PostUsersNotFound) GetPayload() *models.APIError
type PostUsersParams ¶
type PostUsersParams struct { /*UserCreationRequest*/ UserCreationRequest *models.UserCreation Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostUsersParams contains all the parameters to send to the API endpoint for the post users operation typically these are written to a http.Request
func NewPostUsersParams ¶
func NewPostUsersParams() *PostUsersParams
NewPostUsersParams creates a new PostUsersParams object with the default values initialized.
func NewPostUsersParamsWithContext ¶
func NewPostUsersParamsWithContext(ctx context.Context) *PostUsersParams
NewPostUsersParamsWithContext creates a new PostUsersParams object with the default values initialized, and the ability to set a context for a request
func NewPostUsersParamsWithHTTPClient ¶
func NewPostUsersParamsWithHTTPClient(client *http.Client) *PostUsersParams
NewPostUsersParamsWithHTTPClient creates a new PostUsersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostUsersParamsWithTimeout ¶
func NewPostUsersParamsWithTimeout(timeout time.Duration) *PostUsersParams
NewPostUsersParamsWithTimeout creates a new PostUsersParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostUsersParams) SetContext ¶
func (o *PostUsersParams) SetContext(ctx context.Context)
SetContext adds the context to the post users params
func (*PostUsersParams) SetHTTPClient ¶
func (o *PostUsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post users params
func (*PostUsersParams) SetTimeout ¶
func (o *PostUsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post users params
func (*PostUsersParams) SetUserCreationRequest ¶
func (o *PostUsersParams) SetUserCreationRequest(userCreationRequest *models.UserCreation)
SetUserCreationRequest adds the userCreationRequest to the post users params
func (*PostUsersParams) WithContext ¶
func (o *PostUsersParams) WithContext(ctx context.Context) *PostUsersParams
WithContext adds the context to the post users params
func (*PostUsersParams) WithHTTPClient ¶
func (o *PostUsersParams) WithHTTPClient(client *http.Client) *PostUsersParams
WithHTTPClient adds the HTTPClient to the post users params
func (*PostUsersParams) WithTimeout ¶
func (o *PostUsersParams) WithTimeout(timeout time.Duration) *PostUsersParams
WithTimeout adds the timeout to the post users params
func (*PostUsersParams) WithUserCreationRequest ¶
func (o *PostUsersParams) WithUserCreationRequest(userCreationRequest *models.UserCreation) *PostUsersParams
WithUserCreationRequest adds the userCreationRequest to the post users params
func (*PostUsersParams) WriteToRequest ¶
func (o *PostUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostUsersReader ¶
type PostUsersReader struct {
// contains filtered or unexported fields
}
PostUsersReader is a Reader for the PostUsers structure.
func (*PostUsersReader) ReadResponse ¶
func (o *PostUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostUsersServiceUnavailable ¶ added in v0.43.0
type PostUsersServiceUnavailable struct {
}PostUsersServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewPostUsersServiceUnavailable ¶ added in v0.43.0
func NewPostUsersServiceUnavailable() *PostUsersServiceUnavailable
NewPostUsersServiceUnavailable creates a PostUsersServiceUnavailable with default headers values
func (*PostUsersServiceUnavailable) Error ¶ added in v0.43.0
func (o *PostUsersServiceUnavailable) Error() string
func (*PostUsersServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *PostUsersServiceUnavailable) GetPayload() *models.APIError
type PostUsersTooManyRequests ¶ added in v0.43.0
PostUsersTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewPostUsersTooManyRequests ¶ added in v0.43.0
func NewPostUsersTooManyRequests() *PostUsersTooManyRequests
NewPostUsersTooManyRequests creates a PostUsersTooManyRequests with default headers values
func (*PostUsersTooManyRequests) Error ¶ added in v0.43.0
func (o *PostUsersTooManyRequests) Error() string
func (*PostUsersTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *PostUsersTooManyRequests) GetPayload() *models.APIError
type PostUsersUnauthorized ¶ added in v0.43.0
type PostUsersUnauthorized struct {
}PostUsersUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewPostUsersUnauthorized ¶ added in v0.43.0
func NewPostUsersUnauthorized() *PostUsersUnauthorized
NewPostUsersUnauthorized creates a PostUsersUnauthorized with default headers values
func (*PostUsersUnauthorized) Error ¶ added in v0.43.0
func (o *PostUsersUnauthorized) Error() string
func (*PostUsersUnauthorized) GetPayload ¶ added in v0.43.0
func (o *PostUsersUnauthorized) GetPayload() *models.APIError
type PostUsersUserIDCredentialsBadRequest ¶ added in v0.43.0
PostUsersUserIDCredentialsBadRequest handles this case with default header values.
Bad Request
func NewPostUsersUserIDCredentialsBadRequest ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsBadRequest() *PostUsersUserIDCredentialsBadRequest
NewPostUsersUserIDCredentialsBadRequest creates a PostUsersUserIDCredentialsBadRequest with default headers values
func (*PostUsersUserIDCredentialsBadRequest) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsBadRequest) Error() string
func (*PostUsersUserIDCredentialsBadRequest) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsBadRequest) GetPayload() *models.APIError
type PostUsersUserIDCredentialsConflict ¶ added in v0.43.0
PostUsersUserIDCredentialsConflict handles this case with default header values.
Conflict
func NewPostUsersUserIDCredentialsConflict ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsConflict() *PostUsersUserIDCredentialsConflict
NewPostUsersUserIDCredentialsConflict creates a PostUsersUserIDCredentialsConflict with default headers values
func (*PostUsersUserIDCredentialsConflict) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsConflict) Error() string
func (*PostUsersUserIDCredentialsConflict) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsConflict) GetPayload() *models.APIError
type PostUsersUserIDCredentialsCreated ¶
type PostUsersUserIDCredentialsCreated struct {
Payload *models.CredentialCreationResponse
}
PostUsersUserIDCredentialsCreated handles this case with default header values.
Credential creation response
func NewPostUsersUserIDCredentialsCreated ¶
func NewPostUsersUserIDCredentialsCreated() *PostUsersUserIDCredentialsCreated
NewPostUsersUserIDCredentialsCreated creates a PostUsersUserIDCredentialsCreated with default headers values
func (*PostUsersUserIDCredentialsCreated) Error ¶
func (o *PostUsersUserIDCredentialsCreated) Error() string
func (*PostUsersUserIDCredentialsCreated) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsCreated) GetPayload() *models.CredentialCreationResponse
type PostUsersUserIDCredentialsForbidden ¶ added in v0.43.0
PostUsersUserIDCredentialsForbidden handles this case with default header values.
Forbidden
func NewPostUsersUserIDCredentialsForbidden ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsForbidden() *PostUsersUserIDCredentialsForbidden
NewPostUsersUserIDCredentialsForbidden creates a PostUsersUserIDCredentialsForbidden with default headers values
func (*PostUsersUserIDCredentialsForbidden) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsForbidden) Error() string
func (*PostUsersUserIDCredentialsForbidden) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsForbidden) GetPayload() *models.APIError
type PostUsersUserIDCredentialsInternalServerError ¶ added in v0.43.0
PostUsersUserIDCredentialsInternalServerError handles this case with default header values.
Internal Server Error
func NewPostUsersUserIDCredentialsInternalServerError ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsInternalServerError() *PostUsersUserIDCredentialsInternalServerError
NewPostUsersUserIDCredentialsInternalServerError creates a PostUsersUserIDCredentialsInternalServerError with default headers values
func (*PostUsersUserIDCredentialsInternalServerError) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsInternalServerError) Error() string
func (*PostUsersUserIDCredentialsInternalServerError) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsInternalServerError) GetPayload() *models.APIError
type PostUsersUserIDCredentialsNotFound ¶ added in v0.43.0
PostUsersUserIDCredentialsNotFound handles this case with default header values.
Record not found
func NewPostUsersUserIDCredentialsNotFound ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsNotFound() *PostUsersUserIDCredentialsNotFound
NewPostUsersUserIDCredentialsNotFound creates a PostUsersUserIDCredentialsNotFound with default headers values
func (*PostUsersUserIDCredentialsNotFound) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsNotFound) Error() string
func (*PostUsersUserIDCredentialsNotFound) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsNotFound) GetPayload() *models.APIError
type PostUsersUserIDCredentialsParams ¶
type PostUsersUserIDCredentialsParams struct { /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostUsersUserIDCredentialsParams contains all the parameters to send to the API endpoint for the post users user ID credentials operation typically these are written to a http.Request
func NewPostUsersUserIDCredentialsParams ¶
func NewPostUsersUserIDCredentialsParams() *PostUsersUserIDCredentialsParams
NewPostUsersUserIDCredentialsParams creates a new PostUsersUserIDCredentialsParams object with the default values initialized.
func NewPostUsersUserIDCredentialsParamsWithContext ¶
func NewPostUsersUserIDCredentialsParamsWithContext(ctx context.Context) *PostUsersUserIDCredentialsParams
NewPostUsersUserIDCredentialsParamsWithContext creates a new PostUsersUserIDCredentialsParams object with the default values initialized, and the ability to set a context for a request
func NewPostUsersUserIDCredentialsParamsWithHTTPClient ¶
func NewPostUsersUserIDCredentialsParamsWithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsParams
NewPostUsersUserIDCredentialsParamsWithHTTPClient creates a new PostUsersUserIDCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostUsersUserIDCredentialsParamsWithTimeout ¶
func NewPostUsersUserIDCredentialsParamsWithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsParams
NewPostUsersUserIDCredentialsParamsWithTimeout creates a new PostUsersUserIDCredentialsParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostUsersUserIDCredentialsParams) SetContext ¶
func (o *PostUsersUserIDCredentialsParams) SetContext(ctx context.Context)
SetContext adds the context to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) SetHTTPClient ¶
func (o *PostUsersUserIDCredentialsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) SetTimeout ¶
func (o *PostUsersUserIDCredentialsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) SetUserID ¶
func (o *PostUsersUserIDCredentialsParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) WithContext ¶
func (o *PostUsersUserIDCredentialsParams) WithContext(ctx context.Context) *PostUsersUserIDCredentialsParams
WithContext adds the context to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) WithHTTPClient ¶
func (o *PostUsersUserIDCredentialsParams) WithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsParams
WithHTTPClient adds the HTTPClient to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) WithTimeout ¶
func (o *PostUsersUserIDCredentialsParams) WithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsParams
WithTimeout adds the timeout to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) WithUserID ¶
func (o *PostUsersUserIDCredentialsParams) WithUserID(userID strfmt.UUID) *PostUsersUserIDCredentialsParams
WithUserID adds the userID to the post users user ID credentials params
func (*PostUsersUserIDCredentialsParams) WriteToRequest ¶
func (o *PostUsersUserIDCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostUsersUserIDCredentialsPublicKeyBadRequest ¶ added in v0.43.0
PostUsersUserIDCredentialsPublicKeyBadRequest handles this case with default header values.
Bad Request
func NewPostUsersUserIDCredentialsPublicKeyBadRequest ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyBadRequest() *PostUsersUserIDCredentialsPublicKeyBadRequest
NewPostUsersUserIDCredentialsPublicKeyBadRequest creates a PostUsersUserIDCredentialsPublicKeyBadRequest with default headers values
func (*PostUsersUserIDCredentialsPublicKeyBadRequest) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyBadRequest) Error() string
func (*PostUsersUserIDCredentialsPublicKeyBadRequest) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyBadRequest) GetPayload() *models.APIError
type PostUsersUserIDCredentialsPublicKeyConflict ¶ added in v0.43.0
PostUsersUserIDCredentialsPublicKeyConflict handles this case with default header values.
Conflict
func NewPostUsersUserIDCredentialsPublicKeyConflict ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyConflict() *PostUsersUserIDCredentialsPublicKeyConflict
NewPostUsersUserIDCredentialsPublicKeyConflict creates a PostUsersUserIDCredentialsPublicKeyConflict with default headers values
func (*PostUsersUserIDCredentialsPublicKeyConflict) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyConflict) Error() string
func (*PostUsersUserIDCredentialsPublicKeyConflict) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyConflict) GetPayload() *models.APIError
type PostUsersUserIDCredentialsPublicKeyCreated ¶ added in v0.30.0
type PostUsersUserIDCredentialsPublicKeyCreated struct {
Payload *models.PublicKeyCreationResponse
}
PostUsersUserIDCredentialsPublicKeyCreated handles this case with default header values.
Signature Credential creation response
func NewPostUsersUserIDCredentialsPublicKeyCreated ¶ added in v0.30.0
func NewPostUsersUserIDCredentialsPublicKeyCreated() *PostUsersUserIDCredentialsPublicKeyCreated
NewPostUsersUserIDCredentialsPublicKeyCreated creates a PostUsersUserIDCredentialsPublicKeyCreated with default headers values
func (*PostUsersUserIDCredentialsPublicKeyCreated) Error ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyCreated) Error() string
func (*PostUsersUserIDCredentialsPublicKeyCreated) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyCreated) GetPayload() *models.PublicKeyCreationResponse
type PostUsersUserIDCredentialsPublicKeyForbidden ¶ added in v0.43.0
PostUsersUserIDCredentialsPublicKeyForbidden handles this case with default header values.
Forbidden
func NewPostUsersUserIDCredentialsPublicKeyForbidden ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyForbidden() *PostUsersUserIDCredentialsPublicKeyForbidden
NewPostUsersUserIDCredentialsPublicKeyForbidden creates a PostUsersUserIDCredentialsPublicKeyForbidden with default headers values
func (*PostUsersUserIDCredentialsPublicKeyForbidden) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyForbidden) Error() string
func (*PostUsersUserIDCredentialsPublicKeyForbidden) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyForbidden) GetPayload() *models.APIError
type PostUsersUserIDCredentialsPublicKeyInternalServerError ¶ added in v0.43.0
PostUsersUserIDCredentialsPublicKeyInternalServerError handles this case with default header values.
Internal Server Error
func NewPostUsersUserIDCredentialsPublicKeyInternalServerError ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyInternalServerError() *PostUsersUserIDCredentialsPublicKeyInternalServerError
NewPostUsersUserIDCredentialsPublicKeyInternalServerError creates a PostUsersUserIDCredentialsPublicKeyInternalServerError with default headers values
func (*PostUsersUserIDCredentialsPublicKeyInternalServerError) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyInternalServerError) Error() string
func (*PostUsersUserIDCredentialsPublicKeyInternalServerError) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyInternalServerError) GetPayload() *models.APIError
type PostUsersUserIDCredentialsPublicKeyNotFound ¶ added in v0.43.0
PostUsersUserIDCredentialsPublicKeyNotFound handles this case with default header values.
Record not found
func NewPostUsersUserIDCredentialsPublicKeyNotFound ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyNotFound() *PostUsersUserIDCredentialsPublicKeyNotFound
NewPostUsersUserIDCredentialsPublicKeyNotFound creates a PostUsersUserIDCredentialsPublicKeyNotFound with default headers values
func (*PostUsersUserIDCredentialsPublicKeyNotFound) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyNotFound) Error() string
func (*PostUsersUserIDCredentialsPublicKeyNotFound) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyNotFound) GetPayload() *models.APIError
type PostUsersUserIDCredentialsPublicKeyParams ¶ added in v0.30.0
type PostUsersUserIDCredentialsPublicKeyParams struct { /*PublicKey The public key to create. */ PublicKey *models.PublicKey /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostUsersUserIDCredentialsPublicKeyParams contains all the parameters to send to the API endpoint for the post users user ID credentials public key operation typically these are written to a http.Request
func NewPostUsersUserIDCredentialsPublicKeyParams ¶ added in v0.30.0
func NewPostUsersUserIDCredentialsPublicKeyParams() *PostUsersUserIDCredentialsPublicKeyParams
NewPostUsersUserIDCredentialsPublicKeyParams creates a new PostUsersUserIDCredentialsPublicKeyParams object with the default values initialized.
func NewPostUsersUserIDCredentialsPublicKeyParamsWithContext ¶ added in v0.30.0
func NewPostUsersUserIDCredentialsPublicKeyParamsWithContext(ctx context.Context) *PostUsersUserIDCredentialsPublicKeyParams
NewPostUsersUserIDCredentialsPublicKeyParamsWithContext creates a new PostUsersUserIDCredentialsPublicKeyParams object with the default values initialized, and the ability to set a context for a request
func NewPostUsersUserIDCredentialsPublicKeyParamsWithHTTPClient ¶ added in v0.30.0
func NewPostUsersUserIDCredentialsPublicKeyParamsWithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsPublicKeyParams
NewPostUsersUserIDCredentialsPublicKeyParamsWithHTTPClient creates a new PostUsersUserIDCredentialsPublicKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostUsersUserIDCredentialsPublicKeyParamsWithTimeout ¶ added in v0.30.0
func NewPostUsersUserIDCredentialsPublicKeyParamsWithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsPublicKeyParams
NewPostUsersUserIDCredentialsPublicKeyParamsWithTimeout creates a new PostUsersUserIDCredentialsPublicKeyParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostUsersUserIDCredentialsPublicKeyParams) SetContext ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) SetContext(ctx context.Context)
SetContext adds the context to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) SetHTTPClient ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) SetPublicKey ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) SetPublicKey(publicKey *models.PublicKey)
SetPublicKey adds the publicKey to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) SetTimeout ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) SetUserID ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) WithContext ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) WithContext(ctx context.Context) *PostUsersUserIDCredentialsPublicKeyParams
WithContext adds the context to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) WithHTTPClient ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) WithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsPublicKeyParams
WithHTTPClient adds the HTTPClient to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) WithPublicKey ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) WithPublicKey(publicKey *models.PublicKey) *PostUsersUserIDCredentialsPublicKeyParams
WithPublicKey adds the publicKey to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) WithTimeout ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) WithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsPublicKeyParams
WithTimeout adds the timeout to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) WithUserID ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) WithUserID(userID strfmt.UUID) *PostUsersUserIDCredentialsPublicKeyParams
WithUserID adds the userID to the post users user ID credentials public key params
func (*PostUsersUserIDCredentialsPublicKeyParams) WriteToRequest ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostUsersUserIDCredentialsPublicKeyReader ¶ added in v0.30.0
type PostUsersUserIDCredentialsPublicKeyReader struct {
// contains filtered or unexported fields
}
PostUsersUserIDCredentialsPublicKeyReader is a Reader for the PostUsersUserIDCredentialsPublicKey structure.
func (*PostUsersUserIDCredentialsPublicKeyReader) ReadResponse ¶ added in v0.30.0
func (o *PostUsersUserIDCredentialsPublicKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostUsersUserIDCredentialsPublicKeyServiceUnavailable ¶ added in v0.43.0
type PostUsersUserIDCredentialsPublicKeyServiceUnavailable struct {
}PostUsersUserIDCredentialsPublicKeyServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewPostUsersUserIDCredentialsPublicKeyServiceUnavailable ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyServiceUnavailable() *PostUsersUserIDCredentialsPublicKeyServiceUnavailable
NewPostUsersUserIDCredentialsPublicKeyServiceUnavailable creates a PostUsersUserIDCredentialsPublicKeyServiceUnavailable with default headers values
func (*PostUsersUserIDCredentialsPublicKeyServiceUnavailable) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyServiceUnavailable) Error() string
func (*PostUsersUserIDCredentialsPublicKeyServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyServiceUnavailable) GetPayload() *models.APIError
type PostUsersUserIDCredentialsPublicKeyTooManyRequests ¶ added in v0.43.0
PostUsersUserIDCredentialsPublicKeyTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewPostUsersUserIDCredentialsPublicKeyTooManyRequests ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyTooManyRequests() *PostUsersUserIDCredentialsPublicKeyTooManyRequests
NewPostUsersUserIDCredentialsPublicKeyTooManyRequests creates a PostUsersUserIDCredentialsPublicKeyTooManyRequests with default headers values
func (*PostUsersUserIDCredentialsPublicKeyTooManyRequests) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyTooManyRequests) Error() string
func (*PostUsersUserIDCredentialsPublicKeyTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyTooManyRequests) GetPayload() *models.APIError
type PostUsersUserIDCredentialsPublicKeyUnauthorized ¶ added in v0.43.0
type PostUsersUserIDCredentialsPublicKeyUnauthorized struct {
}PostUsersUserIDCredentialsPublicKeyUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewPostUsersUserIDCredentialsPublicKeyUnauthorized ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsPublicKeyUnauthorized() *PostUsersUserIDCredentialsPublicKeyUnauthorized
NewPostUsersUserIDCredentialsPublicKeyUnauthorized creates a PostUsersUserIDCredentialsPublicKeyUnauthorized with default headers values
func (*PostUsersUserIDCredentialsPublicKeyUnauthorized) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyUnauthorized) Error() string
func (*PostUsersUserIDCredentialsPublicKeyUnauthorized) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsPublicKeyUnauthorized) GetPayload() *models.APIError
type PostUsersUserIDCredentialsReader ¶
type PostUsersUserIDCredentialsReader struct {
// contains filtered or unexported fields
}
PostUsersUserIDCredentialsReader is a Reader for the PostUsersUserIDCredentials structure.
func (*PostUsersUserIDCredentialsReader) ReadResponse ¶
func (o *PostUsersUserIDCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostUsersUserIDCredentialsServiceUnavailable ¶ added in v0.43.0
type PostUsersUserIDCredentialsServiceUnavailable struct {
}PostUsersUserIDCredentialsServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewPostUsersUserIDCredentialsServiceUnavailable ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsServiceUnavailable() *PostUsersUserIDCredentialsServiceUnavailable
NewPostUsersUserIDCredentialsServiceUnavailable creates a PostUsersUserIDCredentialsServiceUnavailable with default headers values
func (*PostUsersUserIDCredentialsServiceUnavailable) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsServiceUnavailable) Error() string
func (*PostUsersUserIDCredentialsServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsServiceUnavailable) GetPayload() *models.APIError
type PostUsersUserIDCredentialsTooManyRequests ¶ added in v0.43.0
PostUsersUserIDCredentialsTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewPostUsersUserIDCredentialsTooManyRequests ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsTooManyRequests() *PostUsersUserIDCredentialsTooManyRequests
NewPostUsersUserIDCredentialsTooManyRequests creates a PostUsersUserIDCredentialsTooManyRequests with default headers values
func (*PostUsersUserIDCredentialsTooManyRequests) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsTooManyRequests) Error() string
func (*PostUsersUserIDCredentialsTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsTooManyRequests) GetPayload() *models.APIError
type PostUsersUserIDCredentialsUnauthorized ¶ added in v0.43.0
type PostUsersUserIDCredentialsUnauthorized struct {
}PostUsersUserIDCredentialsUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewPostUsersUserIDCredentialsUnauthorized ¶ added in v0.43.0
func NewPostUsersUserIDCredentialsUnauthorized() *PostUsersUserIDCredentialsUnauthorized
NewPostUsersUserIDCredentialsUnauthorized creates a PostUsersUserIDCredentialsUnauthorized with default headers values
func (*PostUsersUserIDCredentialsUnauthorized) Error ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsUnauthorized) Error() string
func (*PostUsersUserIDCredentialsUnauthorized) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDCredentialsUnauthorized) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDBadRequest ¶ added in v0.43.0
PostUsersUserIDRolesRoleIDBadRequest handles this case with default header values.
Bad Request
func NewPostUsersUserIDRolesRoleIDBadRequest ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDBadRequest() *PostUsersUserIDRolesRoleIDBadRequest
NewPostUsersUserIDRolesRoleIDBadRequest creates a PostUsersUserIDRolesRoleIDBadRequest with default headers values
func (*PostUsersUserIDRolesRoleIDBadRequest) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDBadRequest) Error() string
func (*PostUsersUserIDRolesRoleIDBadRequest) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDBadRequest) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDConflict ¶ added in v0.43.0
PostUsersUserIDRolesRoleIDConflict handles this case with default header values.
Conflict
func NewPostUsersUserIDRolesRoleIDConflict ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDConflict() *PostUsersUserIDRolesRoleIDConflict
NewPostUsersUserIDRolesRoleIDConflict creates a PostUsersUserIDRolesRoleIDConflict with default headers values
func (*PostUsersUserIDRolesRoleIDConflict) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDConflict) Error() string
func (*PostUsersUserIDRolesRoleIDConflict) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDConflict) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDCreated ¶
type PostUsersUserIDRolesRoleIDCreated struct { }
PostUsersUserIDRolesRoleIDCreated handles this case with default header values.
Role set OK
func NewPostUsersUserIDRolesRoleIDCreated ¶
func NewPostUsersUserIDRolesRoleIDCreated() *PostUsersUserIDRolesRoleIDCreated
NewPostUsersUserIDRolesRoleIDCreated creates a PostUsersUserIDRolesRoleIDCreated with default headers values
func (*PostUsersUserIDRolesRoleIDCreated) Error ¶
func (o *PostUsersUserIDRolesRoleIDCreated) Error() string
type PostUsersUserIDRolesRoleIDForbidden ¶ added in v0.43.0
PostUsersUserIDRolesRoleIDForbidden handles this case with default header values.
Forbidden
func NewPostUsersUserIDRolesRoleIDForbidden ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDForbidden() *PostUsersUserIDRolesRoleIDForbidden
NewPostUsersUserIDRolesRoleIDForbidden creates a PostUsersUserIDRolesRoleIDForbidden with default headers values
func (*PostUsersUserIDRolesRoleIDForbidden) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDForbidden) Error() string
func (*PostUsersUserIDRolesRoleIDForbidden) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDForbidden) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDInternalServerError ¶ added in v0.43.0
PostUsersUserIDRolesRoleIDInternalServerError handles this case with default header values.
Internal Server Error
func NewPostUsersUserIDRolesRoleIDInternalServerError ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDInternalServerError() *PostUsersUserIDRolesRoleIDInternalServerError
NewPostUsersUserIDRolesRoleIDInternalServerError creates a PostUsersUserIDRolesRoleIDInternalServerError with default headers values
func (*PostUsersUserIDRolesRoleIDInternalServerError) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDInternalServerError) Error() string
func (*PostUsersUserIDRolesRoleIDInternalServerError) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDInternalServerError) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDNotFound ¶ added in v0.43.0
PostUsersUserIDRolesRoleIDNotFound handles this case with default header values.
Record not found
func NewPostUsersUserIDRolesRoleIDNotFound ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDNotFound() *PostUsersUserIDRolesRoleIDNotFound
NewPostUsersUserIDRolesRoleIDNotFound creates a PostUsersUserIDRolesRoleIDNotFound with default headers values
func (*PostUsersUserIDRolesRoleIDNotFound) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDNotFound) Error() string
func (*PostUsersUserIDRolesRoleIDNotFound) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDNotFound) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDParams ¶
type PostUsersUserIDRolesRoleIDParams struct { /*RoleID Role Id */ RoleID strfmt.UUID /*UserID User Id */ UserID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostUsersUserIDRolesRoleIDParams contains all the parameters to send to the API endpoint for the post users user ID roles role ID operation typically these are written to a http.Request
func NewPostUsersUserIDRolesRoleIDParams ¶
func NewPostUsersUserIDRolesRoleIDParams() *PostUsersUserIDRolesRoleIDParams
NewPostUsersUserIDRolesRoleIDParams creates a new PostUsersUserIDRolesRoleIDParams object with the default values initialized.
func NewPostUsersUserIDRolesRoleIDParamsWithContext ¶
func NewPostUsersUserIDRolesRoleIDParamsWithContext(ctx context.Context) *PostUsersUserIDRolesRoleIDParams
NewPostUsersUserIDRolesRoleIDParamsWithContext creates a new PostUsersUserIDRolesRoleIDParams object with the default values initialized, and the ability to set a context for a request
func NewPostUsersUserIDRolesRoleIDParamsWithHTTPClient ¶
func NewPostUsersUserIDRolesRoleIDParamsWithHTTPClient(client *http.Client) *PostUsersUserIDRolesRoleIDParams
NewPostUsersUserIDRolesRoleIDParamsWithHTTPClient creates a new PostUsersUserIDRolesRoleIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostUsersUserIDRolesRoleIDParamsWithTimeout ¶
func NewPostUsersUserIDRolesRoleIDParamsWithTimeout(timeout time.Duration) *PostUsersUserIDRolesRoleIDParams
NewPostUsersUserIDRolesRoleIDParamsWithTimeout creates a new PostUsersUserIDRolesRoleIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostUsersUserIDRolesRoleIDParams) SetContext ¶
func (o *PostUsersUserIDRolesRoleIDParams) SetContext(ctx context.Context)
SetContext adds the context to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) SetHTTPClient ¶
func (o *PostUsersUserIDRolesRoleIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) SetRoleID ¶
func (o *PostUsersUserIDRolesRoleIDParams) SetRoleID(roleID strfmt.UUID)
SetRoleID adds the roleId to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) SetTimeout ¶
func (o *PostUsersUserIDRolesRoleIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) SetUserID ¶
func (o *PostUsersUserIDRolesRoleIDParams) SetUserID(userID strfmt.UUID)
SetUserID adds the userId to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) WithContext ¶
func (o *PostUsersUserIDRolesRoleIDParams) WithContext(ctx context.Context) *PostUsersUserIDRolesRoleIDParams
WithContext adds the context to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) WithHTTPClient ¶
func (o *PostUsersUserIDRolesRoleIDParams) WithHTTPClient(client *http.Client) *PostUsersUserIDRolesRoleIDParams
WithHTTPClient adds the HTTPClient to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) WithRoleID ¶
func (o *PostUsersUserIDRolesRoleIDParams) WithRoleID(roleID strfmt.UUID) *PostUsersUserIDRolesRoleIDParams
WithRoleID adds the roleID to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) WithTimeout ¶
func (o *PostUsersUserIDRolesRoleIDParams) WithTimeout(timeout time.Duration) *PostUsersUserIDRolesRoleIDParams
WithTimeout adds the timeout to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) WithUserID ¶
func (o *PostUsersUserIDRolesRoleIDParams) WithUserID(userID strfmt.UUID) *PostUsersUserIDRolesRoleIDParams
WithUserID adds the userID to the post users user ID roles role ID params
func (*PostUsersUserIDRolesRoleIDParams) WriteToRequest ¶
func (o *PostUsersUserIDRolesRoleIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostUsersUserIDRolesRoleIDReader ¶
type PostUsersUserIDRolesRoleIDReader struct {
// contains filtered or unexported fields
}
PostUsersUserIDRolesRoleIDReader is a Reader for the PostUsersUserIDRolesRoleID structure.
func (*PostUsersUserIDRolesRoleIDReader) ReadResponse ¶
func (o *PostUsersUserIDRolesRoleIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostUsersUserIDRolesRoleIDServiceUnavailable ¶ added in v0.43.0
type PostUsersUserIDRolesRoleIDServiceUnavailable struct {
}PostUsersUserIDRolesRoleIDServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewPostUsersUserIDRolesRoleIDServiceUnavailable ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDServiceUnavailable() *PostUsersUserIDRolesRoleIDServiceUnavailable
NewPostUsersUserIDRolesRoleIDServiceUnavailable creates a PostUsersUserIDRolesRoleIDServiceUnavailable with default headers values
func (*PostUsersUserIDRolesRoleIDServiceUnavailable) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDServiceUnavailable) Error() string
func (*PostUsersUserIDRolesRoleIDServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDServiceUnavailable) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDTooManyRequests ¶ added in v0.43.0
PostUsersUserIDRolesRoleIDTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewPostUsersUserIDRolesRoleIDTooManyRequests ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDTooManyRequests() *PostUsersUserIDRolesRoleIDTooManyRequests
NewPostUsersUserIDRolesRoleIDTooManyRequests creates a PostUsersUserIDRolesRoleIDTooManyRequests with default headers values
func (*PostUsersUserIDRolesRoleIDTooManyRequests) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDTooManyRequests) Error() string
func (*PostUsersUserIDRolesRoleIDTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDTooManyRequests) GetPayload() *models.APIError
type PostUsersUserIDRolesRoleIDUnauthorized ¶ added in v0.43.0
type PostUsersUserIDRolesRoleIDUnauthorized struct {
}PostUsersUserIDRolesRoleIDUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewPostUsersUserIDRolesRoleIDUnauthorized ¶ added in v0.43.0
func NewPostUsersUserIDRolesRoleIDUnauthorized() *PostUsersUserIDRolesRoleIDUnauthorized
NewPostUsersUserIDRolesRoleIDUnauthorized creates a PostUsersUserIDRolesRoleIDUnauthorized with default headers values
func (*PostUsersUserIDRolesRoleIDUnauthorized) Error ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDUnauthorized) Error() string
func (*PostUsersUserIDRolesRoleIDUnauthorized) GetPayload ¶ added in v0.43.0
func (o *PostUsersUserIDRolesRoleIDUnauthorized) GetPayload() *models.APIError
Source Files ¶
- delete_users_user_id_credentials_client_id_parameters.go
- delete_users_user_id_credentials_client_id_responses.go
- delete_users_user_id_credentials_public_key_public_key_id_parameters.go
- delete_users_user_id_credentials_public_key_public_key_id_responses.go
- delete_users_user_id_parameters.go
- delete_users_user_id_responses.go
- delete_users_user_id_roles_role_id_parameters.go
- delete_users_user_id_roles_role_id_responses.go
- get_users_parameters.go
- get_users_responses.go
- get_users_user_id_aces_parameters.go
- get_users_user_id_aces_responses.go
- get_users_user_id_credentials_parameters.go
- get_users_user_id_credentials_public_key_parameters.go
- get_users_user_id_credentials_public_key_public_key_id_parameters.go
- get_users_user_id_credentials_public_key_public_key_id_responses.go
- get_users_user_id_credentials_public_key_responses.go
- get_users_user_id_credentials_responses.go
- get_users_user_id_parameters.go
- get_users_user_id_responses.go
- get_users_user_id_roles_parameters.go
- get_users_user_id_roles_responses.go
- patch_users_user_id_parameters.go
- patch_users_user_id_responses.go
- post_users_parameters.go
- post_users_responses.go
- post_users_user_id_credentials_parameters.go
- post_users_user_id_credentials_public_key_parameters.go
- post_users_user_id_credentials_public_key_responses.go
- post_users_user_id_credentials_responses.go
- post_users_user_id_roles_role_id_parameters.go
- post_users_user_id_roles_role_id_responses.go
- users_client.go