Documentation ¶
Index ¶
- type AddThirdPartyLoginPlatformCredentialV3BadRequest
- type AddThirdPartyLoginPlatformCredentialV3Created
- type AddThirdPartyLoginPlatformCredentialV3Forbidden
- type AddThirdPartyLoginPlatformCredentialV3InternalServerError
- type AddThirdPartyLoginPlatformCredentialV3Params
- func NewAddThirdPartyLoginPlatformCredentialV3Params() *AddThirdPartyLoginPlatformCredentialV3Params
- func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *AddThirdPartyLoginPlatformCredentialV3Params
- func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *AddThirdPartyLoginPlatformCredentialV3Params
- func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *AddThirdPartyLoginPlatformCredentialV3Params
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest)
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest) *AddThirdPartyLoginPlatformCredentialV3Params
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *AddThirdPartyLoginPlatformCredentialV3Params
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *AddThirdPartyLoginPlatformCredentialV3Params
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *AddThirdPartyLoginPlatformCredentialV3Params
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *AddThirdPartyLoginPlatformCredentialV3Params
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *AddThirdPartyLoginPlatformCredentialV3Params
- func (o *AddThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddThirdPartyLoginPlatformCredentialV3Reader
- type AddThirdPartyLoginPlatformCredentialV3Unauthorized
- type Client
- func (a *Client) AddThirdPartyLoginPlatformCredentialV3(params *AddThirdPartyLoginPlatformCredentialV3Params, ...) (*AddThirdPartyLoginPlatformCredentialV3Created, ...)
- func (a *Client) DeleteThirdPartyLoginPlatformCredentialV3(params *DeleteThirdPartyLoginPlatformCredentialV3Params, ...) (*DeleteThirdPartyLoginPlatformCredentialV3NoContent, ...)
- func (a *Client) RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3(params *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params, ...) (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK, ...)
- func (a *Client) RetrieveAllActiveThirdPartyLoginPlatformCredentialV3(params *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params, ...) (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK, ...)
- func (a *Client) RetrieveAllThirdPartyLoginPlatformCredentialV3(params *RetrieveAllThirdPartyLoginPlatformCredentialV3Params, ...) (*RetrieveAllThirdPartyLoginPlatformCredentialV3OK, ...)
- func (a *Client) RetrieveThirdPartyLoginPlatformCredentialV3(params *RetrieveThirdPartyLoginPlatformCredentialV3Params, ...) (*RetrieveThirdPartyLoginPlatformCredentialV3OK, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateThirdPartyLoginPlatformCredentialV3(params *UpdateThirdPartyLoginPlatformCredentialV3Params, ...) (*UpdateThirdPartyLoginPlatformCredentialV3OK, ...)
- type ClientService
- type DeleteThirdPartyLoginPlatformCredentialV3Forbidden
- type DeleteThirdPartyLoginPlatformCredentialV3InternalServerError
- type DeleteThirdPartyLoginPlatformCredentialV3NoContent
- type DeleteThirdPartyLoginPlatformCredentialV3NotFound
- type DeleteThirdPartyLoginPlatformCredentialV3Params
- func NewDeleteThirdPartyLoginPlatformCredentialV3Params() *DeleteThirdPartyLoginPlatformCredentialV3Params
- func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *DeleteThirdPartyLoginPlatformCredentialV3Params
- func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteThirdPartyLoginPlatformCredentialV3Reader
- type DeleteThirdPartyLoginPlatformCredentialV3Unauthorized
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params() *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetContext(ctx context.Context)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetHTTPClient(client *http.Client)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetNamespace(namespace string)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetTimeout(timeout time.Duration)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithNamespace(namespace string) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Reader
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params() *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Reader
- type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized
- type RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden
- type RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError
- type RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound
- type RetrieveAllThirdPartyLoginPlatformCredentialV3OK
- type RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllThirdPartyLoginPlatformCredentialV3Params() *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveAllThirdPartyLoginPlatformCredentialV3Reader
- type RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized
- type RetrieveThirdPartyLoginPlatformCredentialV3Forbidden
- type RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError
- type RetrieveThirdPartyLoginPlatformCredentialV3NotFound
- type RetrieveThirdPartyLoginPlatformCredentialV3OK
- type RetrieveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveThirdPartyLoginPlatformCredentialV3Params() *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *RetrieveThirdPartyLoginPlatformCredentialV3Params
- func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveThirdPartyLoginPlatformCredentialV3Reader
- type RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized
- type UpdateThirdPartyLoginPlatformCredentialV3BadRequest
- type UpdateThirdPartyLoginPlatformCredentialV3Forbidden
- type UpdateThirdPartyLoginPlatformCredentialV3InternalServerError
- type UpdateThirdPartyLoginPlatformCredentialV3NotFound
- type UpdateThirdPartyLoginPlatformCredentialV3OK
- type UpdateThirdPartyLoginPlatformCredentialV3Params
- func NewUpdateThirdPartyLoginPlatformCredentialV3Params() *UpdateThirdPartyLoginPlatformCredentialV3Params
- func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest)
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *UpdateThirdPartyLoginPlatformCredentialV3Params
- func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateThirdPartyLoginPlatformCredentialV3Reader
- type UpdateThirdPartyLoginPlatformCredentialV3Unauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddThirdPartyLoginPlatformCredentialV3BadRequest ¶
type AddThirdPartyLoginPlatformCredentialV3BadRequest struct {
Payload *iamclientmodels.RestErrorResponse
}
AddThirdPartyLoginPlatformCredentialV3BadRequest handles this case with default header values.
Bad Request
func NewAddThirdPartyLoginPlatformCredentialV3BadRequest ¶
func NewAddThirdPartyLoginPlatformCredentialV3BadRequest() *AddThirdPartyLoginPlatformCredentialV3BadRequest
NewAddThirdPartyLoginPlatformCredentialV3BadRequest creates a AddThirdPartyLoginPlatformCredentialV3BadRequest with default headers values
func (*AddThirdPartyLoginPlatformCredentialV3BadRequest) Error ¶
func (o *AddThirdPartyLoginPlatformCredentialV3BadRequest) Error() string
func (*AddThirdPartyLoginPlatformCredentialV3BadRequest) GetPayload ¶
func (o *AddThirdPartyLoginPlatformCredentialV3BadRequest) GetPayload() *iamclientmodels.RestErrorResponse
type AddThirdPartyLoginPlatformCredentialV3Created ¶
type AddThirdPartyLoginPlatformCredentialV3Created struct {
Payload *iamclientmodels.ModelThirdPartyLoginPlatformCredentialResponse
}
AddThirdPartyLoginPlatformCredentialV3Created handles this case with default header values.
Third Party Credential Created
func NewAddThirdPartyLoginPlatformCredentialV3Created ¶
func NewAddThirdPartyLoginPlatformCredentialV3Created() *AddThirdPartyLoginPlatformCredentialV3Created
NewAddThirdPartyLoginPlatformCredentialV3Created creates a AddThirdPartyLoginPlatformCredentialV3Created with default headers values
func (*AddThirdPartyLoginPlatformCredentialV3Created) Error ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Created) Error() string
func (*AddThirdPartyLoginPlatformCredentialV3Created) GetPayload ¶
type AddThirdPartyLoginPlatformCredentialV3Forbidden ¶
type AddThirdPartyLoginPlatformCredentialV3Forbidden struct { }
AddThirdPartyLoginPlatformCredentialV3Forbidden handles this case with default header values.
Forbidden
func NewAddThirdPartyLoginPlatformCredentialV3Forbidden ¶
func NewAddThirdPartyLoginPlatformCredentialV3Forbidden() *AddThirdPartyLoginPlatformCredentialV3Forbidden
NewAddThirdPartyLoginPlatformCredentialV3Forbidden creates a AddThirdPartyLoginPlatformCredentialV3Forbidden with default headers values
func (*AddThirdPartyLoginPlatformCredentialV3Forbidden) Error ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Forbidden) Error() string
type AddThirdPartyLoginPlatformCredentialV3InternalServerError ¶
type AddThirdPartyLoginPlatformCredentialV3InternalServerError struct {
Payload *iamclientmodels.RestErrorResponse
}
AddThirdPartyLoginPlatformCredentialV3InternalServerError handles this case with default header values.
Internal Server Error
func NewAddThirdPartyLoginPlatformCredentialV3InternalServerError ¶
func NewAddThirdPartyLoginPlatformCredentialV3InternalServerError() *AddThirdPartyLoginPlatformCredentialV3InternalServerError
NewAddThirdPartyLoginPlatformCredentialV3InternalServerError creates a AddThirdPartyLoginPlatformCredentialV3InternalServerError with default headers values
func (*AddThirdPartyLoginPlatformCredentialV3InternalServerError) Error ¶
func (o *AddThirdPartyLoginPlatformCredentialV3InternalServerError) Error() string
func (*AddThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload ¶
func (o *AddThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload() *iamclientmodels.RestErrorResponse
type AddThirdPartyLoginPlatformCredentialV3Params ¶
type AddThirdPartyLoginPlatformCredentialV3Params struct { /*Body*/ Body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest /*Namespace Namespace, only accept alphabet and numeric */ Namespace string /*PlatformID Platform ID */ PlatformID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddThirdPartyLoginPlatformCredentialV3Params contains all the parameters to send to the API endpoint for the add third party login platform credential v3 operation typically these are written to a http.Request
func NewAddThirdPartyLoginPlatformCredentialV3Params ¶
func NewAddThirdPartyLoginPlatformCredentialV3Params() *AddThirdPartyLoginPlatformCredentialV3Params
NewAddThirdPartyLoginPlatformCredentialV3Params creates a new AddThirdPartyLoginPlatformCredentialV3Params object with the default values initialized.
func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithContext ¶
func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *AddThirdPartyLoginPlatformCredentialV3Params
NewAddThirdPartyLoginPlatformCredentialV3ParamsWithContext creates a new AddThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a context for a request
func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient ¶
func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *AddThirdPartyLoginPlatformCredentialV3Params
NewAddThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient creates a new AddThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithTimeout ¶
func NewAddThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *AddThirdPartyLoginPlatformCredentialV3Params
NewAddThirdPartyLoginPlatformCredentialV3ParamsWithTimeout creates a new AddThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*AddThirdPartyLoginPlatformCredentialV3Params) SetBody ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest)
SetBody adds the body to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) SetContext ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
SetContext adds the context to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) SetNamespace ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) SetPlatformID ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
SetPlatformID adds the platformId to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) SetTimeout ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) WithBody ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest) *AddThirdPartyLoginPlatformCredentialV3Params
WithBody adds the body to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) WithContext ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *AddThirdPartyLoginPlatformCredentialV3Params
WithContext adds the context to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *AddThirdPartyLoginPlatformCredentialV3Params
WithHTTPClient adds the HTTPClient to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) WithNamespace ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *AddThirdPartyLoginPlatformCredentialV3Params
WithNamespace adds the namespace to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) WithPlatformID ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *AddThirdPartyLoginPlatformCredentialV3Params
WithPlatformID adds the platformID to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) WithTimeout ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *AddThirdPartyLoginPlatformCredentialV3Params
WithTimeout adds the timeout to the add third party login platform credential v3 params
func (*AddThirdPartyLoginPlatformCredentialV3Params) WriteToRequest ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddThirdPartyLoginPlatformCredentialV3Reader ¶
type AddThirdPartyLoginPlatformCredentialV3Reader struct {
// contains filtered or unexported fields
}
AddThirdPartyLoginPlatformCredentialV3Reader is a Reader for the AddThirdPartyLoginPlatformCredentialV3 structure.
func (*AddThirdPartyLoginPlatformCredentialV3Reader) ReadResponse ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddThirdPartyLoginPlatformCredentialV3Unauthorized ¶
type AddThirdPartyLoginPlatformCredentialV3Unauthorized struct { }
AddThirdPartyLoginPlatformCredentialV3Unauthorized handles this case with default header values.
Unauthorized
func NewAddThirdPartyLoginPlatformCredentialV3Unauthorized ¶
func NewAddThirdPartyLoginPlatformCredentialV3Unauthorized() *AddThirdPartyLoginPlatformCredentialV3Unauthorized
NewAddThirdPartyLoginPlatformCredentialV3Unauthorized creates a AddThirdPartyLoginPlatformCredentialV3Unauthorized with default headers values
func (*AddThirdPartyLoginPlatformCredentialV3Unauthorized) Error ¶
func (o *AddThirdPartyLoginPlatformCredentialV3Unauthorized) Error() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for third party credential API
func (*Client) AddThirdPartyLoginPlatformCredentialV3 ¶
func (a *Client) AddThirdPartyLoginPlatformCredentialV3(params *AddThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*AddThirdPartyLoginPlatformCredentialV3Created, *AddThirdPartyLoginPlatformCredentialV3BadRequest, *AddThirdPartyLoginPlatformCredentialV3Unauthorized, *AddThirdPartyLoginPlatformCredentialV3Forbidden, *AddThirdPartyLoginPlatformCredentialV3InternalServerError, error)
AddThirdPartyLoginPlatformCredentialV3 adds third party platform credential
This is the API to Add 3rd Platform Credential. It needs ADMIN:NAMESPACE:{namespace}:PLATFORM:{platformId}:CLIENT [CREATE] resource
func (*Client) DeleteThirdPartyLoginPlatformCredentialV3 ¶
func (a *Client) DeleteThirdPartyLoginPlatformCredentialV3(params *DeleteThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteThirdPartyLoginPlatformCredentialV3NoContent, *DeleteThirdPartyLoginPlatformCredentialV3Unauthorized, *DeleteThirdPartyLoginPlatformCredentialV3Forbidden, *DeleteThirdPartyLoginPlatformCredentialV3NotFound, *DeleteThirdPartyLoginPlatformCredentialV3InternalServerError, error)
DeleteThirdPartyLoginPlatformCredentialV3 deletes third party platform credential
This is the API to Delete 3rd Platform Credential. It needs ADMIN:NAMESPACE:{namespace}:PLATFORM:{platformId}:CLIENT [DELETE] resource
func (*Client) RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3 ¶
func (a *Client) RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3(params *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError, error)
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3 gets all active third party platform active credential for public usage
This is the Public API to Get All Active 3rd Platform Credential.
func (*Client) RetrieveAllActiveThirdPartyLoginPlatformCredentialV3 ¶
func (a *Client) RetrieveAllActiveThirdPartyLoginPlatformCredentialV3(params *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError, error)
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3 gets all active third party platform active credential
This is the API to Get All Active 3rd Platform Credential. It needs ADMIN:NAMESPACE:{namespace}:PLATFORM:*:CLIENT [READ] resource
func (*Client) RetrieveAllThirdPartyLoginPlatformCredentialV3 ¶
func (a *Client) RetrieveAllThirdPartyLoginPlatformCredentialV3(params *RetrieveAllThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllThirdPartyLoginPlatformCredentialV3OK, *RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized, *RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden, *RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound, *RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError, error)
RetrieveAllThirdPartyLoginPlatformCredentialV3 gets all third party platform credential
This is the API to Get All Active 3rd Platform Credential. It needs ADMIN:NAMESPACE:{namespace}:PLATFORM:*:CLIENT [READ] resource
func (*Client) RetrieveThirdPartyLoginPlatformCredentialV3 ¶
func (a *Client) RetrieveThirdPartyLoginPlatformCredentialV3(params *RetrieveThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveThirdPartyLoginPlatformCredentialV3OK, *RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized, *RetrieveThirdPartyLoginPlatformCredentialV3Forbidden, *RetrieveThirdPartyLoginPlatformCredentialV3NotFound, *RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError, error)
RetrieveThirdPartyLoginPlatformCredentialV3 retrieves third party platform credential
This is the API to Get 3rd Platform Credential. It needs ADMIN:NAMESPACE:{namespace}:PLATFORM:{platformId}:CLIENT [READ] resource
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateThirdPartyLoginPlatformCredentialV3 ¶
func (a *Client) UpdateThirdPartyLoginPlatformCredentialV3(params *UpdateThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateThirdPartyLoginPlatformCredentialV3OK, *UpdateThirdPartyLoginPlatformCredentialV3BadRequest, *UpdateThirdPartyLoginPlatformCredentialV3Unauthorized, *UpdateThirdPartyLoginPlatformCredentialV3Forbidden, *UpdateThirdPartyLoginPlatformCredentialV3NotFound, *UpdateThirdPartyLoginPlatformCredentialV3InternalServerError, error)
UpdateThirdPartyLoginPlatformCredentialV3 updates third party platform credential
This is the API to Delete 3rd Platform Credential. It needs ADMIN:NAMESPACE:{namespace}:PLATFORM:{platformId}:CLIENT [UPDATE] resource
type ClientService ¶
type ClientService interface { AddThirdPartyLoginPlatformCredentialV3(params *AddThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*AddThirdPartyLoginPlatformCredentialV3Created, *AddThirdPartyLoginPlatformCredentialV3BadRequest, *AddThirdPartyLoginPlatformCredentialV3Unauthorized, *AddThirdPartyLoginPlatformCredentialV3Forbidden, *AddThirdPartyLoginPlatformCredentialV3InternalServerError, error) DeleteThirdPartyLoginPlatformCredentialV3(params *DeleteThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteThirdPartyLoginPlatformCredentialV3NoContent, *DeleteThirdPartyLoginPlatformCredentialV3Unauthorized, *DeleteThirdPartyLoginPlatformCredentialV3Forbidden, *DeleteThirdPartyLoginPlatformCredentialV3NotFound, *DeleteThirdPartyLoginPlatformCredentialV3InternalServerError, error) RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3(params *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound, *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError, error) RetrieveAllActiveThirdPartyLoginPlatformCredentialV3(params *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound, *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError, error) RetrieveAllThirdPartyLoginPlatformCredentialV3(params *RetrieveAllThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllThirdPartyLoginPlatformCredentialV3OK, *RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized, *RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden, *RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound, *RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError, error) RetrieveThirdPartyLoginPlatformCredentialV3(params *RetrieveThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveThirdPartyLoginPlatformCredentialV3OK, *RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized, *RetrieveThirdPartyLoginPlatformCredentialV3Forbidden, *RetrieveThirdPartyLoginPlatformCredentialV3NotFound, *RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError, error) UpdateThirdPartyLoginPlatformCredentialV3(params *UpdateThirdPartyLoginPlatformCredentialV3Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateThirdPartyLoginPlatformCredentialV3OK, *UpdateThirdPartyLoginPlatformCredentialV3BadRequest, *UpdateThirdPartyLoginPlatformCredentialV3Unauthorized, *UpdateThirdPartyLoginPlatformCredentialV3Forbidden, *UpdateThirdPartyLoginPlatformCredentialV3NotFound, *UpdateThirdPartyLoginPlatformCredentialV3InternalServerError, 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 third party credential API client.
type DeleteThirdPartyLoginPlatformCredentialV3Forbidden ¶
type DeleteThirdPartyLoginPlatformCredentialV3Forbidden struct { }
DeleteThirdPartyLoginPlatformCredentialV3Forbidden handles this case with default header values.
Forbidden
func NewDeleteThirdPartyLoginPlatformCredentialV3Forbidden ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3Forbidden() *DeleteThirdPartyLoginPlatformCredentialV3Forbidden
NewDeleteThirdPartyLoginPlatformCredentialV3Forbidden creates a DeleteThirdPartyLoginPlatformCredentialV3Forbidden with default headers values
func (*DeleteThirdPartyLoginPlatformCredentialV3Forbidden) Error ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Forbidden) Error() string
type DeleteThirdPartyLoginPlatformCredentialV3InternalServerError ¶
type DeleteThirdPartyLoginPlatformCredentialV3InternalServerError struct {
Payload *iamclientmodels.RestErrorResponse
}
DeleteThirdPartyLoginPlatformCredentialV3InternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteThirdPartyLoginPlatformCredentialV3InternalServerError ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3InternalServerError() *DeleteThirdPartyLoginPlatformCredentialV3InternalServerError
NewDeleteThirdPartyLoginPlatformCredentialV3InternalServerError creates a DeleteThirdPartyLoginPlatformCredentialV3InternalServerError with default headers values
func (*DeleteThirdPartyLoginPlatformCredentialV3InternalServerError) Error ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3InternalServerError) Error() string
func (*DeleteThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload() *iamclientmodels.RestErrorResponse
type DeleteThirdPartyLoginPlatformCredentialV3NoContent ¶
type DeleteThirdPartyLoginPlatformCredentialV3NoContent struct { }
DeleteThirdPartyLoginPlatformCredentialV3NoContent handles this case with default header values.
Delete Process Successful
func NewDeleteThirdPartyLoginPlatformCredentialV3NoContent ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3NoContent() *DeleteThirdPartyLoginPlatformCredentialV3NoContent
NewDeleteThirdPartyLoginPlatformCredentialV3NoContent creates a DeleteThirdPartyLoginPlatformCredentialV3NoContent with default headers values
func (*DeleteThirdPartyLoginPlatformCredentialV3NoContent) Error ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3NoContent) Error() string
type DeleteThirdPartyLoginPlatformCredentialV3NotFound ¶
type DeleteThirdPartyLoginPlatformCredentialV3NotFound struct {
Payload *iamclientmodels.RestErrorResponse
}
DeleteThirdPartyLoginPlatformCredentialV3NotFound handles this case with default header values.
Third Party Credential Not Found
func NewDeleteThirdPartyLoginPlatformCredentialV3NotFound ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3NotFound() *DeleteThirdPartyLoginPlatformCredentialV3NotFound
NewDeleteThirdPartyLoginPlatformCredentialV3NotFound creates a DeleteThirdPartyLoginPlatformCredentialV3NotFound with default headers values
func (*DeleteThirdPartyLoginPlatformCredentialV3NotFound) Error ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3NotFound) Error() string
func (*DeleteThirdPartyLoginPlatformCredentialV3NotFound) GetPayload ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3NotFound) GetPayload() *iamclientmodels.RestErrorResponse
type DeleteThirdPartyLoginPlatformCredentialV3Params ¶
type DeleteThirdPartyLoginPlatformCredentialV3Params struct { /*Namespace Namespace, only accept alphabet and numeric */ Namespace string /*PlatformID Platform ID */ PlatformID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteThirdPartyLoginPlatformCredentialV3Params contains all the parameters to send to the API endpoint for the delete third party login platform credential v3 operation typically these are written to a http.Request
func NewDeleteThirdPartyLoginPlatformCredentialV3Params ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3Params() *DeleteThirdPartyLoginPlatformCredentialV3Params
NewDeleteThirdPartyLoginPlatformCredentialV3Params creates a new DeleteThirdPartyLoginPlatformCredentialV3Params object with the default values initialized.
func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithContext ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *DeleteThirdPartyLoginPlatformCredentialV3Params
NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithContext creates a new DeleteThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *DeleteThirdPartyLoginPlatformCredentialV3Params
NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient creates a new DeleteThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithTimeout ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *DeleteThirdPartyLoginPlatformCredentialV3Params
NewDeleteThirdPartyLoginPlatformCredentialV3ParamsWithTimeout creates a new DeleteThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) SetContext ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
SetContext adds the context to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) SetNamespace ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) SetPlatformID ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
SetPlatformID adds the platformId to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) SetTimeout ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) WithContext ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *DeleteThirdPartyLoginPlatformCredentialV3Params
WithContext adds the context to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *DeleteThirdPartyLoginPlatformCredentialV3Params
WithHTTPClient adds the HTTPClient to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) WithNamespace ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *DeleteThirdPartyLoginPlatformCredentialV3Params
WithNamespace adds the namespace to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) WithPlatformID ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *DeleteThirdPartyLoginPlatformCredentialV3Params
WithPlatformID adds the platformID to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) WithTimeout ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *DeleteThirdPartyLoginPlatformCredentialV3Params
WithTimeout adds the timeout to the delete third party login platform credential v3 params
func (*DeleteThirdPartyLoginPlatformCredentialV3Params) WriteToRequest ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteThirdPartyLoginPlatformCredentialV3Reader ¶
type DeleteThirdPartyLoginPlatformCredentialV3Reader struct {
// contains filtered or unexported fields
}
DeleteThirdPartyLoginPlatformCredentialV3Reader is a Reader for the DeleteThirdPartyLoginPlatformCredentialV3 structure.
func (*DeleteThirdPartyLoginPlatformCredentialV3Reader) ReadResponse ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteThirdPartyLoginPlatformCredentialV3Unauthorized ¶
type DeleteThirdPartyLoginPlatformCredentialV3Unauthorized struct { }
DeleteThirdPartyLoginPlatformCredentialV3Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteThirdPartyLoginPlatformCredentialV3Unauthorized ¶
func NewDeleteThirdPartyLoginPlatformCredentialV3Unauthorized() *DeleteThirdPartyLoginPlatformCredentialV3Unauthorized
NewDeleteThirdPartyLoginPlatformCredentialV3Unauthorized creates a DeleteThirdPartyLoginPlatformCredentialV3Unauthorized with default headers values
func (*DeleteThirdPartyLoginPlatformCredentialV3Unauthorized) Error ¶
func (o *DeleteThirdPartyLoginPlatformCredentialV3Unauthorized) Error() string
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden struct { }
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden handles this case with default header values.
Forbidden
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden() *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Forbidden) Error() string
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError handles this case with default header values.
Internal Server Error
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError() *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3InternalServerError) GetPayload ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound handles this case with default header values.
Third Party Credential Not Found
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound() *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound) Error() string
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound) GetPayload ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3NotFound) GetPayload() *iamclientmodels.RestErrorResponse
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK struct {
Payload []*iamclientmodels.ModelPublicThirdPartyPlatformInfo
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK handles this case with default header values.
All Active Third Party Credential Retrieved
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK() *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK) Error() string
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK) GetPayload ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3OK) GetPayload() []*iamclientmodels.ModelPublicThirdPartyPlatformInfo
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params struct { /*Namespace Namespace, only accept alphabet and numeric */ Namespace string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params contains all the parameters to send to the API endpoint for the retrieve all active third party login platform credential public v3 operation typically these are written to a http.Request
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params() *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params object with the default values initialized.
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithContext ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithContext creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params object with the default values initialized, and the ability to set a context for a request
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithHTTPClient ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithHTTPClient creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithTimeout ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3ParamsWithTimeout creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetContext ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetContext(ctx context.Context)
SetContext adds the context to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetHTTPClient ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetNamespace ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetTimeout ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithContext ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
WithContext adds the context to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithHTTPClient ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
WithHTTPClient adds the HTTPClient to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithNamespace ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithNamespace(namespace string) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
WithNamespace adds the namespace to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithTimeout ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params
WithTimeout adds the timeout to the retrieve all active third party login platform credential public v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WriteToRequest ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Reader ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Reader struct {
// contains filtered or unexported fields
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Reader is a Reader for the RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3 structure.
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Reader) ReadResponse ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized struct { }
RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized handles this case with default header values.
Unauthorized
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized() *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3Unauthorized) Error() string
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden struct { }
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden handles this case with default header values.
Forbidden
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden() *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Forbidden) Error() string
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError handles this case with default header values.
Internal Server Error
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError() *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload() *iamclientmodels.RestErrorResponse
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound handles this case with default header values.
Third Party Credential Not Found
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound() *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound) Error() string
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound) GetPayload ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3NotFound) GetPayload() *iamclientmodels.RestErrorResponse
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK struct {
Payload []*iamclientmodels.ModelThirdPartyLoginPlatformCredentialResponse
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK handles this case with default header values.
All Active Third Party Credential Retrieved
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK() *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK) Error() string
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3OK) GetPayload ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params struct { /*Namespace Namespace, only accept alphabet and numeric */ Namespace string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params contains all the parameters to send to the API endpoint for the retrieve all active third party login platform credential v3 operation typically these are written to a http.Request
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params() *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized.
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithContext ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithContext creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a context for a request
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout creates a new RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetContext ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
SetContext adds the context to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetNamespace ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetTimeout ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithContext ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
WithContext adds the context to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
WithHTTPClient adds the HTTPClient to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithNamespace ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
WithNamespace adds the namespace to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithTimeout ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params
WithTimeout adds the timeout to the retrieve all active third party login platform credential v3 params
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WriteToRequest ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Reader ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Reader struct {
// contains filtered or unexported fields
}
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Reader is a Reader for the RetrieveAllActiveThirdPartyLoginPlatformCredentialV3 structure.
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Reader) ReadResponse ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized ¶
type RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized struct { }
RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized handles this case with default header values.
Unauthorized
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized ¶
func NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized() *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized
NewRetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized creates a RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized with default headers values
func (*RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized) Error ¶
func (o *RetrieveAllActiveThirdPartyLoginPlatformCredentialV3Unauthorized) Error() string
type RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden ¶
type RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden struct { }
RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden handles this case with default header values.
Forbidden
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden() *RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden
NewRetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden creates a RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden with default headers values
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden) Error ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Forbidden) Error() string
type RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError ¶
type RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError handles this case with default header values.
Internal Server Error
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError() *RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError
NewRetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError creates a RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError with default headers values
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError) Error ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError) Error() string
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload() *iamclientmodels.RestErrorResponse
type RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound ¶
type RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound handles this case with default header values.
Third Party Credential Not Found
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3NotFound ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3NotFound() *RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound
NewRetrieveAllThirdPartyLoginPlatformCredentialV3NotFound creates a RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound with default headers values
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound) Error ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound) Error() string
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound) GetPayload ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3NotFound) GetPayload() *iamclientmodels.RestErrorResponse
type RetrieveAllThirdPartyLoginPlatformCredentialV3OK ¶
type RetrieveAllThirdPartyLoginPlatformCredentialV3OK struct {
Payload []*iamclientmodels.ModelThirdPartyLoginPlatformCredentialResponse
}
RetrieveAllThirdPartyLoginPlatformCredentialV3OK handles this case with default header values.
All Active Third Party Credential Retrieved
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3OK ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3OK() *RetrieveAllThirdPartyLoginPlatformCredentialV3OK
NewRetrieveAllThirdPartyLoginPlatformCredentialV3OK creates a RetrieveAllThirdPartyLoginPlatformCredentialV3OK with default headers values
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3OK) Error ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3OK) Error() string
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3OK) GetPayload ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3OK) GetPayload() []*iamclientmodels.ModelThirdPartyLoginPlatformCredentialResponse
type RetrieveAllThirdPartyLoginPlatformCredentialV3Params ¶
type RetrieveAllThirdPartyLoginPlatformCredentialV3Params struct { /*Namespace Namespace, only accept alphabet and numeric */ Namespace string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RetrieveAllThirdPartyLoginPlatformCredentialV3Params contains all the parameters to send to the API endpoint for the retrieve all third party login platform credential v3 operation typically these are written to a http.Request
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3Params ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3Params() *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllThirdPartyLoginPlatformCredentialV3Params creates a new RetrieveAllThirdPartyLoginPlatformCredentialV3Params object with the default values initialized.
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithContext ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithContext creates a new RetrieveAllThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a context for a request
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient creates a new RetrieveAllThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithTimeout ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
NewRetrieveAllThirdPartyLoginPlatformCredentialV3ParamsWithTimeout creates a new RetrieveAllThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetContext ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
SetContext adds the context to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetNamespace ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetTimeout ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithContext ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
WithContext adds the context to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
WithHTTPClient adds the HTTPClient to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithNamespace ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
WithNamespace adds the namespace to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithTimeout ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *RetrieveAllThirdPartyLoginPlatformCredentialV3Params
WithTimeout adds the timeout to the retrieve all third party login platform credential v3 params
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WriteToRequest ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveAllThirdPartyLoginPlatformCredentialV3Reader ¶
type RetrieveAllThirdPartyLoginPlatformCredentialV3Reader struct {
// contains filtered or unexported fields
}
RetrieveAllThirdPartyLoginPlatformCredentialV3Reader is a Reader for the RetrieveAllThirdPartyLoginPlatformCredentialV3 structure.
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Reader) ReadResponse ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized ¶
type RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized struct { }
RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized handles this case with default header values.
Unauthorized
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized ¶
func NewRetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized() *RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized
NewRetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized creates a RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized with default headers values
func (*RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized) Error ¶
func (o *RetrieveAllThirdPartyLoginPlatformCredentialV3Unauthorized) Error() string
type RetrieveThirdPartyLoginPlatformCredentialV3Forbidden ¶
type RetrieveThirdPartyLoginPlatformCredentialV3Forbidden struct { }
RetrieveThirdPartyLoginPlatformCredentialV3Forbidden handles this case with default header values.
Forbidden
func NewRetrieveThirdPartyLoginPlatformCredentialV3Forbidden ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3Forbidden() *RetrieveThirdPartyLoginPlatformCredentialV3Forbidden
NewRetrieveThirdPartyLoginPlatformCredentialV3Forbidden creates a RetrieveThirdPartyLoginPlatformCredentialV3Forbidden with default headers values
func (*RetrieveThirdPartyLoginPlatformCredentialV3Forbidden) Error ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Forbidden) Error() string
type RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError ¶
type RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError handles this case with default header values.
Internal Server Error
func NewRetrieveThirdPartyLoginPlatformCredentialV3InternalServerError ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3InternalServerError() *RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError
NewRetrieveThirdPartyLoginPlatformCredentialV3InternalServerError creates a RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError with default headers values
func (*RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError) Error ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError) Error() string
func (*RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload() *iamclientmodels.RestErrorResponse
type RetrieveThirdPartyLoginPlatformCredentialV3NotFound ¶
type RetrieveThirdPartyLoginPlatformCredentialV3NotFound struct {
Payload *iamclientmodels.RestErrorResponse
}
RetrieveThirdPartyLoginPlatformCredentialV3NotFound handles this case with default header values.
Third Party Credential Not Found
func NewRetrieveThirdPartyLoginPlatformCredentialV3NotFound ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3NotFound() *RetrieveThirdPartyLoginPlatformCredentialV3NotFound
NewRetrieveThirdPartyLoginPlatformCredentialV3NotFound creates a RetrieveThirdPartyLoginPlatformCredentialV3NotFound with default headers values
func (*RetrieveThirdPartyLoginPlatformCredentialV3NotFound) Error ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3NotFound) Error() string
func (*RetrieveThirdPartyLoginPlatformCredentialV3NotFound) GetPayload ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3NotFound) GetPayload() *iamclientmodels.RestErrorResponse
type RetrieveThirdPartyLoginPlatformCredentialV3OK ¶
type RetrieveThirdPartyLoginPlatformCredentialV3OK struct {
Payload *iamclientmodels.ModelThirdPartyLoginPlatformCredentialResponse
}
RetrieveThirdPartyLoginPlatformCredentialV3OK handles this case with default header values.
Third Party Credential Found
func NewRetrieveThirdPartyLoginPlatformCredentialV3OK ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3OK() *RetrieveThirdPartyLoginPlatformCredentialV3OK
NewRetrieveThirdPartyLoginPlatformCredentialV3OK creates a RetrieveThirdPartyLoginPlatformCredentialV3OK with default headers values
func (*RetrieveThirdPartyLoginPlatformCredentialV3OK) Error ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3OK) Error() string
func (*RetrieveThirdPartyLoginPlatformCredentialV3OK) GetPayload ¶
type RetrieveThirdPartyLoginPlatformCredentialV3Params ¶
type RetrieveThirdPartyLoginPlatformCredentialV3Params struct { /*Namespace Namespace, only accept alphabet and numeric */ Namespace string /*PlatformID Platform ID */ PlatformID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RetrieveThirdPartyLoginPlatformCredentialV3Params contains all the parameters to send to the API endpoint for the retrieve third party login platform credential v3 operation typically these are written to a http.Request
func NewRetrieveThirdPartyLoginPlatformCredentialV3Params ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3Params() *RetrieveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveThirdPartyLoginPlatformCredentialV3Params creates a new RetrieveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized.
func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithContext ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *RetrieveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithContext creates a new RetrieveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a context for a request
func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *RetrieveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient creates a new RetrieveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *RetrieveThirdPartyLoginPlatformCredentialV3Params
NewRetrieveThirdPartyLoginPlatformCredentialV3ParamsWithTimeout creates a new RetrieveThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) SetContext ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
SetContext adds the context to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) SetNamespace ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) SetPlatformID ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
SetPlatformID adds the platformId to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) SetTimeout ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) WithContext ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *RetrieveThirdPartyLoginPlatformCredentialV3Params
WithContext adds the context to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *RetrieveThirdPartyLoginPlatformCredentialV3Params
WithHTTPClient adds the HTTPClient to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) WithNamespace ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *RetrieveThirdPartyLoginPlatformCredentialV3Params
WithNamespace adds the namespace to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) WithPlatformID ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *RetrieveThirdPartyLoginPlatformCredentialV3Params
WithPlatformID adds the platformID to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) WithTimeout ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *RetrieveThirdPartyLoginPlatformCredentialV3Params
WithTimeout adds the timeout to the retrieve third party login platform credential v3 params
func (*RetrieveThirdPartyLoginPlatformCredentialV3Params) WriteToRequest ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveThirdPartyLoginPlatformCredentialV3Reader ¶
type RetrieveThirdPartyLoginPlatformCredentialV3Reader struct {
// contains filtered or unexported fields
}
RetrieveThirdPartyLoginPlatformCredentialV3Reader is a Reader for the RetrieveThirdPartyLoginPlatformCredentialV3 structure.
func (*RetrieveThirdPartyLoginPlatformCredentialV3Reader) ReadResponse ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized ¶
type RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized struct { }
RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized handles this case with default header values.
Unauthorized
func NewRetrieveThirdPartyLoginPlatformCredentialV3Unauthorized ¶
func NewRetrieveThirdPartyLoginPlatformCredentialV3Unauthorized() *RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized
NewRetrieveThirdPartyLoginPlatformCredentialV3Unauthorized creates a RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized with default headers values
func (*RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized) Error ¶
func (o *RetrieveThirdPartyLoginPlatformCredentialV3Unauthorized) Error() string
type UpdateThirdPartyLoginPlatformCredentialV3BadRequest ¶
type UpdateThirdPartyLoginPlatformCredentialV3BadRequest struct {
Payload *iamclientmodels.RestErrorResponse
}
UpdateThirdPartyLoginPlatformCredentialV3BadRequest handles this case with default header values.
Bad Request
func NewUpdateThirdPartyLoginPlatformCredentialV3BadRequest ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3BadRequest() *UpdateThirdPartyLoginPlatformCredentialV3BadRequest
NewUpdateThirdPartyLoginPlatformCredentialV3BadRequest creates a UpdateThirdPartyLoginPlatformCredentialV3BadRequest with default headers values
func (*UpdateThirdPartyLoginPlatformCredentialV3BadRequest) Error ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3BadRequest) Error() string
func (*UpdateThirdPartyLoginPlatformCredentialV3BadRequest) GetPayload ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3BadRequest) GetPayload() *iamclientmodels.RestErrorResponse
type UpdateThirdPartyLoginPlatformCredentialV3Forbidden ¶
type UpdateThirdPartyLoginPlatformCredentialV3Forbidden struct { }
UpdateThirdPartyLoginPlatformCredentialV3Forbidden handles this case with default header values.
Forbidden
func NewUpdateThirdPartyLoginPlatformCredentialV3Forbidden ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3Forbidden() *UpdateThirdPartyLoginPlatformCredentialV3Forbidden
NewUpdateThirdPartyLoginPlatformCredentialV3Forbidden creates a UpdateThirdPartyLoginPlatformCredentialV3Forbidden with default headers values
func (*UpdateThirdPartyLoginPlatformCredentialV3Forbidden) Error ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Forbidden) Error() string
type UpdateThirdPartyLoginPlatformCredentialV3InternalServerError ¶
type UpdateThirdPartyLoginPlatformCredentialV3InternalServerError struct {
Payload *iamclientmodels.RestErrorResponse
}
UpdateThirdPartyLoginPlatformCredentialV3InternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateThirdPartyLoginPlatformCredentialV3InternalServerError ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3InternalServerError() *UpdateThirdPartyLoginPlatformCredentialV3InternalServerError
NewUpdateThirdPartyLoginPlatformCredentialV3InternalServerError creates a UpdateThirdPartyLoginPlatformCredentialV3InternalServerError with default headers values
func (*UpdateThirdPartyLoginPlatformCredentialV3InternalServerError) Error ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3InternalServerError) Error() string
func (*UpdateThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3InternalServerError) GetPayload() *iamclientmodels.RestErrorResponse
type UpdateThirdPartyLoginPlatformCredentialV3NotFound ¶
type UpdateThirdPartyLoginPlatformCredentialV3NotFound struct {
Payload *iamclientmodels.RestErrorResponse
}
UpdateThirdPartyLoginPlatformCredentialV3NotFound handles this case with default header values.
Third Party Credential Not Found
func NewUpdateThirdPartyLoginPlatformCredentialV3NotFound ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3NotFound() *UpdateThirdPartyLoginPlatformCredentialV3NotFound
NewUpdateThirdPartyLoginPlatformCredentialV3NotFound creates a UpdateThirdPartyLoginPlatformCredentialV3NotFound with default headers values
func (*UpdateThirdPartyLoginPlatformCredentialV3NotFound) Error ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3NotFound) Error() string
func (*UpdateThirdPartyLoginPlatformCredentialV3NotFound) GetPayload ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3NotFound) GetPayload() *iamclientmodels.RestErrorResponse
type UpdateThirdPartyLoginPlatformCredentialV3OK ¶
type UpdateThirdPartyLoginPlatformCredentialV3OK struct {
Payload *iamclientmodels.ModelThirdPartyLoginPlatformCredentialResponse
}
UpdateThirdPartyLoginPlatformCredentialV3OK handles this case with default header values.
OK
func NewUpdateThirdPartyLoginPlatformCredentialV3OK ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3OK() *UpdateThirdPartyLoginPlatformCredentialV3OK
NewUpdateThirdPartyLoginPlatformCredentialV3OK creates a UpdateThirdPartyLoginPlatformCredentialV3OK with default headers values
func (*UpdateThirdPartyLoginPlatformCredentialV3OK) Error ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3OK) Error() string
func (*UpdateThirdPartyLoginPlatformCredentialV3OK) GetPayload ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3OK) GetPayload() *iamclientmodels.ModelThirdPartyLoginPlatformCredentialResponse
type UpdateThirdPartyLoginPlatformCredentialV3Params ¶
type UpdateThirdPartyLoginPlatformCredentialV3Params struct { /*Body*/ Body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest /*Namespace Namespace, only accept alphabet and numeric */ Namespace string /*PlatformID Platform ID */ PlatformID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateThirdPartyLoginPlatformCredentialV3Params contains all the parameters to send to the API endpoint for the update third party login platform credential v3 operation typically these are written to a http.Request
func NewUpdateThirdPartyLoginPlatformCredentialV3Params ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3Params() *UpdateThirdPartyLoginPlatformCredentialV3Params
NewUpdateThirdPartyLoginPlatformCredentialV3Params creates a new UpdateThirdPartyLoginPlatformCredentialV3Params object with the default values initialized.
func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithContext ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithContext(ctx context.Context) *UpdateThirdPartyLoginPlatformCredentialV3Params
NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithContext creates a new UpdateThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a context for a request
func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient(client *http.Client) *UpdateThirdPartyLoginPlatformCredentialV3Params
NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithHTTPClient creates a new UpdateThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithTimeout ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithTimeout(timeout time.Duration) *UpdateThirdPartyLoginPlatformCredentialV3Params
NewUpdateThirdPartyLoginPlatformCredentialV3ParamsWithTimeout creates a new UpdateThirdPartyLoginPlatformCredentialV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) SetBody ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest)
SetBody adds the body to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) SetContext ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetContext(ctx context.Context)
SetContext adds the context to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) SetNamespace ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) SetPlatformID ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetPlatformID(platformID string)
SetPlatformID adds the platformId to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) SetTimeout ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) WithBody ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithBody(body *iamclientmodels.ModelThirdPartyLoginPlatformCredentialRequest) *UpdateThirdPartyLoginPlatformCredentialV3Params
WithBody adds the body to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) WithContext ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithContext(ctx context.Context) *UpdateThirdPartyLoginPlatformCredentialV3Params
WithContext adds the context to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithHTTPClient(client *http.Client) *UpdateThirdPartyLoginPlatformCredentialV3Params
WithHTTPClient adds the HTTPClient to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) WithNamespace ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithNamespace(namespace string) *UpdateThirdPartyLoginPlatformCredentialV3Params
WithNamespace adds the namespace to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) WithPlatformID ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithPlatformID(platformID string) *UpdateThirdPartyLoginPlatformCredentialV3Params
WithPlatformID adds the platformID to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) WithTimeout ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WithTimeout(timeout time.Duration) *UpdateThirdPartyLoginPlatformCredentialV3Params
WithTimeout adds the timeout to the update third party login platform credential v3 params
func (*UpdateThirdPartyLoginPlatformCredentialV3Params) WriteToRequest ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateThirdPartyLoginPlatformCredentialV3Reader ¶
type UpdateThirdPartyLoginPlatformCredentialV3Reader struct {
// contains filtered or unexported fields
}
UpdateThirdPartyLoginPlatformCredentialV3Reader is a Reader for the UpdateThirdPartyLoginPlatformCredentialV3 structure.
func (*UpdateThirdPartyLoginPlatformCredentialV3Reader) ReadResponse ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateThirdPartyLoginPlatformCredentialV3Unauthorized ¶
type UpdateThirdPartyLoginPlatformCredentialV3Unauthorized struct { }
UpdateThirdPartyLoginPlatformCredentialV3Unauthorized handles this case with default header values.
Unauthorized
func NewUpdateThirdPartyLoginPlatformCredentialV3Unauthorized ¶
func NewUpdateThirdPartyLoginPlatformCredentialV3Unauthorized() *UpdateThirdPartyLoginPlatformCredentialV3Unauthorized
NewUpdateThirdPartyLoginPlatformCredentialV3Unauthorized creates a UpdateThirdPartyLoginPlatformCredentialV3Unauthorized with default headers values
func (*UpdateThirdPartyLoginPlatformCredentialV3Unauthorized) Error ¶
func (o *UpdateThirdPartyLoginPlatformCredentialV3Unauthorized) Error() string
Source Files ¶
- add_third_party_login_platform_credential_v3_parameters.go
- add_third_party_login_platform_credential_v3_responses.go
- delete_third_party_login_platform_credential_v3_parameters.go
- delete_third_party_login_platform_credential_v3_responses.go
- retrieve_all_active_third_party_login_platform_credential_public_v3_parameters.go
- retrieve_all_active_third_party_login_platform_credential_public_v3_responses.go
- retrieve_all_active_third_party_login_platform_credential_v3_parameters.go
- retrieve_all_active_third_party_login_platform_credential_v3_responses.go
- retrieve_all_third_party_login_platform_credential_v3_parameters.go
- retrieve_all_third_party_login_platform_credential_v3_responses.go
- retrieve_third_party_login_platform_credential_v3_parameters.go
- retrieve_third_party_login_platform_credential_v3_responses.go
- third_party_credential_client.go
- update_third_party_login_platform_credential_v3_parameters.go
- update_third_party_login_platform_credential_v3_responses.go