Documentation
¶
Index ¶
- type AuthorizeCodeGrantFlowBasedCredentialV1OK
- type AuthorizeCodeGrantFlowBasedCredentialV1Params
- func NewAuthorizeCodeGrantFlowBasedCredentialV1Params() *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithContext(ctx context.Context) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient(client *http.Client) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithTimeout(timeout time.Duration) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetCloudPlatform(cloudPlatform string)
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetCode(code *string)
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetContext(ctx context.Context)
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetHTTPClient(client *http.Client)
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetState(state *string)
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetTimeout(timeout time.Duration)
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCloudPlatform(cloudPlatform string) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCode(code *string) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithContext(ctx context.Context) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithHTTPClient(client *http.Client) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithState(state *string) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithTimeout(timeout time.Duration) *AuthorizeCodeGrantFlowBasedCredentialV1Params
- func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AuthorizeCodeGrantFlowBasedCredentialV1Reader
- type Client
- func (a *Client) AuthorizeCodeGrantFlowBasedCredentialV1(params *AuthorizeCodeGrantFlowBasedCredentialV1Params) (*AuthorizeCodeGrantFlowBasedCredentialV1OK, error)
- func (a *Client) CodeGrantFlowBasedCredentialV1(params *CodeGrantFlowBasedCredentialV1Params) error
- func (a *Client) CodeGrantFlowOnExistingCredentialV1(params *CodeGrantFlowOnExistingCredentialV1Params) error
- func (a *Client) CreateCredentialV1(params *CreateCredentialV1Params) (*CreateCredentialV1OK, error)
- func (a *Client) DeleteCredentialByNameV1(params *DeleteCredentialByNameV1Params) (*DeleteCredentialByNameV1OK, error)
- func (a *Client) DeleteCredentialByResourceCrnV1(params *DeleteCredentialByResourceCrnV1Params) (*DeleteCredentialByResourceCrnV1OK, error)
- func (a *Client) DeleteCredentialsV1(params *DeleteCredentialsV1Params) (*DeleteCredentialsV1OK, error)
- func (a *Client) GetCreateCredentialForCli(params *GetCreateCredentialForCliParams) (*GetCreateCredentialForCliOK, error)
- func (a *Client) GetCredentialByEnvironmentCrnV1(params *GetCredentialByEnvironmentCrnV1Params) (*GetCredentialByEnvironmentCrnV1OK, error)
- func (a *Client) GetCredentialByEnvironmentNameV1(params *GetCredentialByEnvironmentNameV1Params) (*GetCredentialByEnvironmentNameV1OK, error)
- func (a *Client) GetCredentialByNameV1(params *GetCredentialByNameV1Params) (*GetCredentialByNameV1OK, error)
- func (a *Client) GetCredentialByResourceCrnV1(params *GetCredentialByResourceCrnV1Params) (*GetCredentialByResourceCrnV1OK, error)
- func (a *Client) GetPrerequisitesForCloudPlatform(params *GetPrerequisitesForCloudPlatformParams) (*GetPrerequisitesForCloudPlatformOK, error)
- func (a *Client) InteractiveLoginCredentialV1(params *InteractiveLoginCredentialV1Params) (*InteractiveLoginCredentialV1OK, error)
- func (a *Client) ListCredentialsV1(params *ListCredentialsV1Params) (*ListCredentialsV1OK, error)
- func (a *Client) PutCredentialV1(params *PutCredentialV1Params) (*PutCredentialV1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) VerifyCredentialByCrn(params *VerifyCredentialByCrnParams) (*VerifyCredentialByCrnOK, error)
- func (a *Client) VerifyCredentialByName(params *VerifyCredentialByNameParams) (*VerifyCredentialByNameOK, error)
- type CodeGrantFlowBasedCredentialV1Default
- type CodeGrantFlowBasedCredentialV1Params
- func NewCodeGrantFlowBasedCredentialV1Params() *CodeGrantFlowBasedCredentialV1Params
- func NewCodeGrantFlowBasedCredentialV1ParamsWithContext(ctx context.Context) *CodeGrantFlowBasedCredentialV1Params
- func NewCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient(client *http.Client) *CodeGrantFlowBasedCredentialV1Params
- func NewCodeGrantFlowBasedCredentialV1ParamsWithTimeout(timeout time.Duration) *CodeGrantFlowBasedCredentialV1Params
- func (o *CodeGrantFlowBasedCredentialV1Params) SetBody(body *model.CredentialV1Request)
- func (o *CodeGrantFlowBasedCredentialV1Params) SetContext(ctx context.Context)
- func (o *CodeGrantFlowBasedCredentialV1Params) SetHTTPClient(client *http.Client)
- func (o *CodeGrantFlowBasedCredentialV1Params) SetTimeout(timeout time.Duration)
- func (o *CodeGrantFlowBasedCredentialV1Params) WithBody(body *model.CredentialV1Request) *CodeGrantFlowBasedCredentialV1Params
- func (o *CodeGrantFlowBasedCredentialV1Params) WithContext(ctx context.Context) *CodeGrantFlowBasedCredentialV1Params
- func (o *CodeGrantFlowBasedCredentialV1Params) WithHTTPClient(client *http.Client) *CodeGrantFlowBasedCredentialV1Params
- func (o *CodeGrantFlowBasedCredentialV1Params) WithTimeout(timeout time.Duration) *CodeGrantFlowBasedCredentialV1Params
- func (o *CodeGrantFlowBasedCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CodeGrantFlowBasedCredentialV1Reader
- type CodeGrantFlowOnExistingCredentialV1Default
- type CodeGrantFlowOnExistingCredentialV1Params
- func NewCodeGrantFlowOnExistingCredentialV1Params() *CodeGrantFlowOnExistingCredentialV1Params
- func NewCodeGrantFlowOnExistingCredentialV1ParamsWithContext(ctx context.Context) *CodeGrantFlowOnExistingCredentialV1Params
- func NewCodeGrantFlowOnExistingCredentialV1ParamsWithHTTPClient(client *http.Client) *CodeGrantFlowOnExistingCredentialV1Params
- func NewCodeGrantFlowOnExistingCredentialV1ParamsWithTimeout(timeout time.Duration) *CodeGrantFlowOnExistingCredentialV1Params
- func (o *CodeGrantFlowOnExistingCredentialV1Params) SetContext(ctx context.Context)
- func (o *CodeGrantFlowOnExistingCredentialV1Params) SetHTTPClient(client *http.Client)
- func (o *CodeGrantFlowOnExistingCredentialV1Params) SetName(name string)
- func (o *CodeGrantFlowOnExistingCredentialV1Params) SetTimeout(timeout time.Duration)
- func (o *CodeGrantFlowOnExistingCredentialV1Params) WithContext(ctx context.Context) *CodeGrantFlowOnExistingCredentialV1Params
- func (o *CodeGrantFlowOnExistingCredentialV1Params) WithHTTPClient(client *http.Client) *CodeGrantFlowOnExistingCredentialV1Params
- func (o *CodeGrantFlowOnExistingCredentialV1Params) WithName(name string) *CodeGrantFlowOnExistingCredentialV1Params
- func (o *CodeGrantFlowOnExistingCredentialV1Params) WithTimeout(timeout time.Duration) *CodeGrantFlowOnExistingCredentialV1Params
- func (o *CodeGrantFlowOnExistingCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CodeGrantFlowOnExistingCredentialV1Reader
- type CreateCredentialV1OK
- type CreateCredentialV1Params
- func NewCreateCredentialV1Params() *CreateCredentialV1Params
- func NewCreateCredentialV1ParamsWithContext(ctx context.Context) *CreateCredentialV1Params
- func NewCreateCredentialV1ParamsWithHTTPClient(client *http.Client) *CreateCredentialV1Params
- func NewCreateCredentialV1ParamsWithTimeout(timeout time.Duration) *CreateCredentialV1Params
- func (o *CreateCredentialV1Params) SetBody(body *model.CredentialV1Request)
- func (o *CreateCredentialV1Params) SetContext(ctx context.Context)
- func (o *CreateCredentialV1Params) SetHTTPClient(client *http.Client)
- func (o *CreateCredentialV1Params) SetTimeout(timeout time.Duration)
- func (o *CreateCredentialV1Params) WithBody(body *model.CredentialV1Request) *CreateCredentialV1Params
- func (o *CreateCredentialV1Params) WithContext(ctx context.Context) *CreateCredentialV1Params
- func (o *CreateCredentialV1Params) WithHTTPClient(client *http.Client) *CreateCredentialV1Params
- func (o *CreateCredentialV1Params) WithTimeout(timeout time.Duration) *CreateCredentialV1Params
- func (o *CreateCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateCredentialV1Reader
- type DeleteCredentialByNameV1OK
- type DeleteCredentialByNameV1Params
- func NewDeleteCredentialByNameV1Params() *DeleteCredentialByNameV1Params
- func NewDeleteCredentialByNameV1ParamsWithContext(ctx context.Context) *DeleteCredentialByNameV1Params
- func NewDeleteCredentialByNameV1ParamsWithHTTPClient(client *http.Client) *DeleteCredentialByNameV1Params
- func NewDeleteCredentialByNameV1ParamsWithTimeout(timeout time.Duration) *DeleteCredentialByNameV1Params
- func (o *DeleteCredentialByNameV1Params) SetContext(ctx context.Context)
- func (o *DeleteCredentialByNameV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteCredentialByNameV1Params) SetName(name string)
- func (o *DeleteCredentialByNameV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteCredentialByNameV1Params) WithContext(ctx context.Context) *DeleteCredentialByNameV1Params
- func (o *DeleteCredentialByNameV1Params) WithHTTPClient(client *http.Client) *DeleteCredentialByNameV1Params
- func (o *DeleteCredentialByNameV1Params) WithName(name string) *DeleteCredentialByNameV1Params
- func (o *DeleteCredentialByNameV1Params) WithTimeout(timeout time.Duration) *DeleteCredentialByNameV1Params
- func (o *DeleteCredentialByNameV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCredentialByNameV1Reader
- type DeleteCredentialByResourceCrnV1OK
- type DeleteCredentialByResourceCrnV1Params
- func NewDeleteCredentialByResourceCrnV1Params() *DeleteCredentialByResourceCrnV1Params
- func NewDeleteCredentialByResourceCrnV1ParamsWithContext(ctx context.Context) *DeleteCredentialByResourceCrnV1Params
- func NewDeleteCredentialByResourceCrnV1ParamsWithHTTPClient(client *http.Client) *DeleteCredentialByResourceCrnV1Params
- func NewDeleteCredentialByResourceCrnV1ParamsWithTimeout(timeout time.Duration) *DeleteCredentialByResourceCrnV1Params
- func (o *DeleteCredentialByResourceCrnV1Params) SetContext(ctx context.Context)
- func (o *DeleteCredentialByResourceCrnV1Params) SetCrn(crn string)
- func (o *DeleteCredentialByResourceCrnV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteCredentialByResourceCrnV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteCredentialByResourceCrnV1Params) WithContext(ctx context.Context) *DeleteCredentialByResourceCrnV1Params
- func (o *DeleteCredentialByResourceCrnV1Params) WithCrn(crn string) *DeleteCredentialByResourceCrnV1Params
- func (o *DeleteCredentialByResourceCrnV1Params) WithHTTPClient(client *http.Client) *DeleteCredentialByResourceCrnV1Params
- func (o *DeleteCredentialByResourceCrnV1Params) WithTimeout(timeout time.Duration) *DeleteCredentialByResourceCrnV1Params
- func (o *DeleteCredentialByResourceCrnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCredentialByResourceCrnV1Reader
- type DeleteCredentialsV1OK
- type DeleteCredentialsV1Params
- func NewDeleteCredentialsV1Params() *DeleteCredentialsV1Params
- func NewDeleteCredentialsV1ParamsWithContext(ctx context.Context) *DeleteCredentialsV1Params
- func NewDeleteCredentialsV1ParamsWithHTTPClient(client *http.Client) *DeleteCredentialsV1Params
- func NewDeleteCredentialsV1ParamsWithTimeout(timeout time.Duration) *DeleteCredentialsV1Params
- func (o *DeleteCredentialsV1Params) SetBody(body []string)
- func (o *DeleteCredentialsV1Params) SetContext(ctx context.Context)
- func (o *DeleteCredentialsV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteCredentialsV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteCredentialsV1Params) WithBody(body []string) *DeleteCredentialsV1Params
- func (o *DeleteCredentialsV1Params) WithContext(ctx context.Context) *DeleteCredentialsV1Params
- func (o *DeleteCredentialsV1Params) WithHTTPClient(client *http.Client) *DeleteCredentialsV1Params
- func (o *DeleteCredentialsV1Params) WithTimeout(timeout time.Duration) *DeleteCredentialsV1Params
- func (o *DeleteCredentialsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCredentialsV1Reader
- type GetCreateCredentialForCliOK
- type GetCreateCredentialForCliParams
- func NewGetCreateCredentialForCliParams() *GetCreateCredentialForCliParams
- func NewGetCreateCredentialForCliParamsWithContext(ctx context.Context) *GetCreateCredentialForCliParams
- func NewGetCreateCredentialForCliParamsWithHTTPClient(client *http.Client) *GetCreateCredentialForCliParams
- func NewGetCreateCredentialForCliParamsWithTimeout(timeout time.Duration) *GetCreateCredentialForCliParams
- func (o *GetCreateCredentialForCliParams) SetBody(body *model.CredentialV1Request)
- func (o *GetCreateCredentialForCliParams) SetContext(ctx context.Context)
- func (o *GetCreateCredentialForCliParams) SetHTTPClient(client *http.Client)
- func (o *GetCreateCredentialForCliParams) SetTimeout(timeout time.Duration)
- func (o *GetCreateCredentialForCliParams) WithBody(body *model.CredentialV1Request) *GetCreateCredentialForCliParams
- func (o *GetCreateCredentialForCliParams) WithContext(ctx context.Context) *GetCreateCredentialForCliParams
- func (o *GetCreateCredentialForCliParams) WithHTTPClient(client *http.Client) *GetCreateCredentialForCliParams
- func (o *GetCreateCredentialForCliParams) WithTimeout(timeout time.Duration) *GetCreateCredentialForCliParams
- func (o *GetCreateCredentialForCliParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCreateCredentialForCliReader
- type GetCredentialByEnvironmentCrnV1OK
- type GetCredentialByEnvironmentCrnV1Params
- func NewGetCredentialByEnvironmentCrnV1Params() *GetCredentialByEnvironmentCrnV1Params
- func NewGetCredentialByEnvironmentCrnV1ParamsWithContext(ctx context.Context) *GetCredentialByEnvironmentCrnV1Params
- func NewGetCredentialByEnvironmentCrnV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByEnvironmentCrnV1Params
- func NewGetCredentialByEnvironmentCrnV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByEnvironmentCrnV1Params
- func (o *GetCredentialByEnvironmentCrnV1Params) SetContext(ctx context.Context)
- func (o *GetCredentialByEnvironmentCrnV1Params) SetEnvironmentCrn(environmentCrn string)
- func (o *GetCredentialByEnvironmentCrnV1Params) SetHTTPClient(client *http.Client)
- func (o *GetCredentialByEnvironmentCrnV1Params) SetTimeout(timeout time.Duration)
- func (o *GetCredentialByEnvironmentCrnV1Params) WithContext(ctx context.Context) *GetCredentialByEnvironmentCrnV1Params
- func (o *GetCredentialByEnvironmentCrnV1Params) WithEnvironmentCrn(environmentCrn string) *GetCredentialByEnvironmentCrnV1Params
- func (o *GetCredentialByEnvironmentCrnV1Params) WithHTTPClient(client *http.Client) *GetCredentialByEnvironmentCrnV1Params
- func (o *GetCredentialByEnvironmentCrnV1Params) WithTimeout(timeout time.Duration) *GetCredentialByEnvironmentCrnV1Params
- func (o *GetCredentialByEnvironmentCrnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCredentialByEnvironmentCrnV1Reader
- type GetCredentialByEnvironmentNameV1OK
- type GetCredentialByEnvironmentNameV1Params
- func NewGetCredentialByEnvironmentNameV1Params() *GetCredentialByEnvironmentNameV1Params
- func NewGetCredentialByEnvironmentNameV1ParamsWithContext(ctx context.Context) *GetCredentialByEnvironmentNameV1Params
- func NewGetCredentialByEnvironmentNameV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByEnvironmentNameV1Params
- func NewGetCredentialByEnvironmentNameV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByEnvironmentNameV1Params
- func (o *GetCredentialByEnvironmentNameV1Params) SetContext(ctx context.Context)
- func (o *GetCredentialByEnvironmentNameV1Params) SetEnvironmentName(environmentName string)
- func (o *GetCredentialByEnvironmentNameV1Params) SetHTTPClient(client *http.Client)
- func (o *GetCredentialByEnvironmentNameV1Params) SetTimeout(timeout time.Duration)
- func (o *GetCredentialByEnvironmentNameV1Params) WithContext(ctx context.Context) *GetCredentialByEnvironmentNameV1Params
- func (o *GetCredentialByEnvironmentNameV1Params) WithEnvironmentName(environmentName string) *GetCredentialByEnvironmentNameV1Params
- func (o *GetCredentialByEnvironmentNameV1Params) WithHTTPClient(client *http.Client) *GetCredentialByEnvironmentNameV1Params
- func (o *GetCredentialByEnvironmentNameV1Params) WithTimeout(timeout time.Duration) *GetCredentialByEnvironmentNameV1Params
- func (o *GetCredentialByEnvironmentNameV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCredentialByEnvironmentNameV1Reader
- type GetCredentialByNameV1OK
- type GetCredentialByNameV1Params
- func NewGetCredentialByNameV1Params() *GetCredentialByNameV1Params
- func NewGetCredentialByNameV1ParamsWithContext(ctx context.Context) *GetCredentialByNameV1Params
- func NewGetCredentialByNameV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByNameV1Params
- func NewGetCredentialByNameV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByNameV1Params
- func (o *GetCredentialByNameV1Params) SetContext(ctx context.Context)
- func (o *GetCredentialByNameV1Params) SetHTTPClient(client *http.Client)
- func (o *GetCredentialByNameV1Params) SetName(name string)
- func (o *GetCredentialByNameV1Params) SetTimeout(timeout time.Duration)
- func (o *GetCredentialByNameV1Params) WithContext(ctx context.Context) *GetCredentialByNameV1Params
- func (o *GetCredentialByNameV1Params) WithHTTPClient(client *http.Client) *GetCredentialByNameV1Params
- func (o *GetCredentialByNameV1Params) WithName(name string) *GetCredentialByNameV1Params
- func (o *GetCredentialByNameV1Params) WithTimeout(timeout time.Duration) *GetCredentialByNameV1Params
- func (o *GetCredentialByNameV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCredentialByNameV1Reader
- type GetCredentialByResourceCrnV1OK
- type GetCredentialByResourceCrnV1Params
- func NewGetCredentialByResourceCrnV1Params() *GetCredentialByResourceCrnV1Params
- func NewGetCredentialByResourceCrnV1ParamsWithContext(ctx context.Context) *GetCredentialByResourceCrnV1Params
- func NewGetCredentialByResourceCrnV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByResourceCrnV1Params
- func NewGetCredentialByResourceCrnV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByResourceCrnV1Params
- func (o *GetCredentialByResourceCrnV1Params) SetContext(ctx context.Context)
- func (o *GetCredentialByResourceCrnV1Params) SetCrn(crn string)
- func (o *GetCredentialByResourceCrnV1Params) SetHTTPClient(client *http.Client)
- func (o *GetCredentialByResourceCrnV1Params) SetTimeout(timeout time.Duration)
- func (o *GetCredentialByResourceCrnV1Params) WithContext(ctx context.Context) *GetCredentialByResourceCrnV1Params
- func (o *GetCredentialByResourceCrnV1Params) WithCrn(crn string) *GetCredentialByResourceCrnV1Params
- func (o *GetCredentialByResourceCrnV1Params) WithHTTPClient(client *http.Client) *GetCredentialByResourceCrnV1Params
- func (o *GetCredentialByResourceCrnV1Params) WithTimeout(timeout time.Duration) *GetCredentialByResourceCrnV1Params
- func (o *GetCredentialByResourceCrnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCredentialByResourceCrnV1Reader
- type GetPrerequisitesForCloudPlatformOK
- type GetPrerequisitesForCloudPlatformParams
- func NewGetPrerequisitesForCloudPlatformParams() *GetPrerequisitesForCloudPlatformParams
- func NewGetPrerequisitesForCloudPlatformParamsWithContext(ctx context.Context) *GetPrerequisitesForCloudPlatformParams
- func NewGetPrerequisitesForCloudPlatformParamsWithHTTPClient(client *http.Client) *GetPrerequisitesForCloudPlatformParams
- func NewGetPrerequisitesForCloudPlatformParamsWithTimeout(timeout time.Duration) *GetPrerequisitesForCloudPlatformParams
- func (o *GetPrerequisitesForCloudPlatformParams) SetCloudPlatform(cloudPlatform string)
- func (o *GetPrerequisitesForCloudPlatformParams) SetContext(ctx context.Context)
- func (o *GetPrerequisitesForCloudPlatformParams) SetDeploymentAddress(deploymentAddress *string)
- func (o *GetPrerequisitesForCloudPlatformParams) SetHTTPClient(client *http.Client)
- func (o *GetPrerequisitesForCloudPlatformParams) SetTimeout(timeout time.Duration)
- func (o *GetPrerequisitesForCloudPlatformParams) WithCloudPlatform(cloudPlatform string) *GetPrerequisitesForCloudPlatformParams
- func (o *GetPrerequisitesForCloudPlatformParams) WithContext(ctx context.Context) *GetPrerequisitesForCloudPlatformParams
- func (o *GetPrerequisitesForCloudPlatformParams) WithDeploymentAddress(deploymentAddress *string) *GetPrerequisitesForCloudPlatformParams
- func (o *GetPrerequisitesForCloudPlatformParams) WithHTTPClient(client *http.Client) *GetPrerequisitesForCloudPlatformParams
- func (o *GetPrerequisitesForCloudPlatformParams) WithTimeout(timeout time.Duration) *GetPrerequisitesForCloudPlatformParams
- func (o *GetPrerequisitesForCloudPlatformParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPrerequisitesForCloudPlatformReader
- type InteractiveLoginCredentialV1OK
- type InteractiveLoginCredentialV1Params
- func NewInteractiveLoginCredentialV1Params() *InteractiveLoginCredentialV1Params
- func NewInteractiveLoginCredentialV1ParamsWithContext(ctx context.Context) *InteractiveLoginCredentialV1Params
- func NewInteractiveLoginCredentialV1ParamsWithHTTPClient(client *http.Client) *InteractiveLoginCredentialV1Params
- func NewInteractiveLoginCredentialV1ParamsWithTimeout(timeout time.Duration) *InteractiveLoginCredentialV1Params
- func (o *InteractiveLoginCredentialV1Params) SetBody(body *model.CredentialV1Request)
- func (o *InteractiveLoginCredentialV1Params) SetContext(ctx context.Context)
- func (o *InteractiveLoginCredentialV1Params) SetHTTPClient(client *http.Client)
- func (o *InteractiveLoginCredentialV1Params) SetTimeout(timeout time.Duration)
- func (o *InteractiveLoginCredentialV1Params) WithBody(body *model.CredentialV1Request) *InteractiveLoginCredentialV1Params
- func (o *InteractiveLoginCredentialV1Params) WithContext(ctx context.Context) *InteractiveLoginCredentialV1Params
- func (o *InteractiveLoginCredentialV1Params) WithHTTPClient(client *http.Client) *InteractiveLoginCredentialV1Params
- func (o *InteractiveLoginCredentialV1Params) WithTimeout(timeout time.Duration) *InteractiveLoginCredentialV1Params
- func (o *InteractiveLoginCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type InteractiveLoginCredentialV1Reader
- type ListCredentialsV1OK
- type ListCredentialsV1Params
- func NewListCredentialsV1Params() *ListCredentialsV1Params
- func NewListCredentialsV1ParamsWithContext(ctx context.Context) *ListCredentialsV1Params
- func NewListCredentialsV1ParamsWithHTTPClient(client *http.Client) *ListCredentialsV1Params
- func NewListCredentialsV1ParamsWithTimeout(timeout time.Duration) *ListCredentialsV1Params
- func (o *ListCredentialsV1Params) SetContext(ctx context.Context)
- func (o *ListCredentialsV1Params) SetHTTPClient(client *http.Client)
- func (o *ListCredentialsV1Params) SetTimeout(timeout time.Duration)
- func (o *ListCredentialsV1Params) WithContext(ctx context.Context) *ListCredentialsV1Params
- func (o *ListCredentialsV1Params) WithHTTPClient(client *http.Client) *ListCredentialsV1Params
- func (o *ListCredentialsV1Params) WithTimeout(timeout time.Duration) *ListCredentialsV1Params
- func (o *ListCredentialsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListCredentialsV1Reader
- type PutCredentialV1OK
- type PutCredentialV1Params
- func NewPutCredentialV1Params() *PutCredentialV1Params
- func NewPutCredentialV1ParamsWithContext(ctx context.Context) *PutCredentialV1Params
- func NewPutCredentialV1ParamsWithHTTPClient(client *http.Client) *PutCredentialV1Params
- func NewPutCredentialV1ParamsWithTimeout(timeout time.Duration) *PutCredentialV1Params
- func (o *PutCredentialV1Params) SetBody(body *model.CredentialV1Request)
- func (o *PutCredentialV1Params) SetContext(ctx context.Context)
- func (o *PutCredentialV1Params) SetHTTPClient(client *http.Client)
- func (o *PutCredentialV1Params) SetTimeout(timeout time.Duration)
- func (o *PutCredentialV1Params) WithBody(body *model.CredentialV1Request) *PutCredentialV1Params
- func (o *PutCredentialV1Params) WithContext(ctx context.Context) *PutCredentialV1Params
- func (o *PutCredentialV1Params) WithHTTPClient(client *http.Client) *PutCredentialV1Params
- func (o *PutCredentialV1Params) WithTimeout(timeout time.Duration) *PutCredentialV1Params
- func (o *PutCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutCredentialV1Reader
- type VerifyCredentialByCrnOK
- type VerifyCredentialByCrnParams
- func NewVerifyCredentialByCrnParams() *VerifyCredentialByCrnParams
- func NewVerifyCredentialByCrnParamsWithContext(ctx context.Context) *VerifyCredentialByCrnParams
- func NewVerifyCredentialByCrnParamsWithHTTPClient(client *http.Client) *VerifyCredentialByCrnParams
- func NewVerifyCredentialByCrnParamsWithTimeout(timeout time.Duration) *VerifyCredentialByCrnParams
- func (o *VerifyCredentialByCrnParams) SetContext(ctx context.Context)
- func (o *VerifyCredentialByCrnParams) SetCrn(crn string)
- func (o *VerifyCredentialByCrnParams) SetHTTPClient(client *http.Client)
- func (o *VerifyCredentialByCrnParams) SetTimeout(timeout time.Duration)
- func (o *VerifyCredentialByCrnParams) WithContext(ctx context.Context) *VerifyCredentialByCrnParams
- func (o *VerifyCredentialByCrnParams) WithCrn(crn string) *VerifyCredentialByCrnParams
- func (o *VerifyCredentialByCrnParams) WithHTTPClient(client *http.Client) *VerifyCredentialByCrnParams
- func (o *VerifyCredentialByCrnParams) WithTimeout(timeout time.Duration) *VerifyCredentialByCrnParams
- func (o *VerifyCredentialByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VerifyCredentialByCrnReader
- type VerifyCredentialByNameOK
- type VerifyCredentialByNameParams
- func NewVerifyCredentialByNameParams() *VerifyCredentialByNameParams
- func NewVerifyCredentialByNameParamsWithContext(ctx context.Context) *VerifyCredentialByNameParams
- func NewVerifyCredentialByNameParamsWithHTTPClient(client *http.Client) *VerifyCredentialByNameParams
- func NewVerifyCredentialByNameParamsWithTimeout(timeout time.Duration) *VerifyCredentialByNameParams
- func (o *VerifyCredentialByNameParams) SetContext(ctx context.Context)
- func (o *VerifyCredentialByNameParams) SetHTTPClient(client *http.Client)
- func (o *VerifyCredentialByNameParams) SetName(name string)
- func (o *VerifyCredentialByNameParams) SetTimeout(timeout time.Duration)
- func (o *VerifyCredentialByNameParams) WithContext(ctx context.Context) *VerifyCredentialByNameParams
- func (o *VerifyCredentialByNameParams) WithHTTPClient(client *http.Client) *VerifyCredentialByNameParams
- func (o *VerifyCredentialByNameParams) WithName(name string) *VerifyCredentialByNameParams
- func (o *VerifyCredentialByNameParams) WithTimeout(timeout time.Duration) *VerifyCredentialByNameParams
- func (o *VerifyCredentialByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VerifyCredentialByNameReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizeCodeGrantFlowBasedCredentialV1OK ¶
type AuthorizeCodeGrantFlowBasedCredentialV1OK struct {
Payload *model.CredentialV1Response
}
AuthorizeCodeGrantFlowBasedCredentialV1OK handles this case with default header values.
successful operation
func NewAuthorizeCodeGrantFlowBasedCredentialV1OK ¶
func NewAuthorizeCodeGrantFlowBasedCredentialV1OK() *AuthorizeCodeGrantFlowBasedCredentialV1OK
NewAuthorizeCodeGrantFlowBasedCredentialV1OK creates a AuthorizeCodeGrantFlowBasedCredentialV1OK with default headers values
func (*AuthorizeCodeGrantFlowBasedCredentialV1OK) Error ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1OK) Error() string
type AuthorizeCodeGrantFlowBasedCredentialV1Params ¶
type AuthorizeCodeGrantFlowBasedCredentialV1Params struct { /*CloudPlatform*/ CloudPlatform string /*Code*/ Code *string /*State*/ State *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AuthorizeCodeGrantFlowBasedCredentialV1Params contains all the parameters to send to the API endpoint for the authorize code grant flow based credential v1 operation typically these are written to a http.Request
func NewAuthorizeCodeGrantFlowBasedCredentialV1Params ¶
func NewAuthorizeCodeGrantFlowBasedCredentialV1Params() *AuthorizeCodeGrantFlowBasedCredentialV1Params
NewAuthorizeCodeGrantFlowBasedCredentialV1Params creates a new AuthorizeCodeGrantFlowBasedCredentialV1Params object with the default values initialized.
func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithContext ¶
func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithContext(ctx context.Context) *AuthorizeCodeGrantFlowBasedCredentialV1Params
NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithContext creates a new AuthorizeCodeGrantFlowBasedCredentialV1Params object with the default values initialized, and the ability to set a context for a request
func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient ¶
func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient(client *http.Client) *AuthorizeCodeGrantFlowBasedCredentialV1Params
NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient creates a new AuthorizeCodeGrantFlowBasedCredentialV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithTimeout ¶
func NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithTimeout(timeout time.Duration) *AuthorizeCodeGrantFlowBasedCredentialV1Params
NewAuthorizeCodeGrantFlowBasedCredentialV1ParamsWithTimeout creates a new AuthorizeCodeGrantFlowBasedCredentialV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetCloudPlatform ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetCloudPlatform(cloudPlatform string)
SetCloudPlatform adds the cloudPlatform to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetCode ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetCode(code *string)
SetCode adds the code to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetContext ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetContext(ctx context.Context)
SetContext adds the context to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetHTTPClient ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetState ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetState(state *string)
SetState adds the state to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetTimeout ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCloudPlatform ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCloudPlatform(cloudPlatform string) *AuthorizeCodeGrantFlowBasedCredentialV1Params
WithCloudPlatform adds the cloudPlatform to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCode ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCode(code *string) *AuthorizeCodeGrantFlowBasedCredentialV1Params
WithCode adds the code to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithContext ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithContext(ctx context.Context) *AuthorizeCodeGrantFlowBasedCredentialV1Params
WithContext adds the context to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithHTTPClient ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithHTTPClient(client *http.Client) *AuthorizeCodeGrantFlowBasedCredentialV1Params
WithHTTPClient adds the HTTPClient to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithState ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithState(state *string) *AuthorizeCodeGrantFlowBasedCredentialV1Params
WithState adds the state to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithTimeout ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WithTimeout(timeout time.Duration) *AuthorizeCodeGrantFlowBasedCredentialV1Params
WithTimeout adds the timeout to the authorize code grant flow based credential v1 params
func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WriteToRequest ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AuthorizeCodeGrantFlowBasedCredentialV1Reader ¶
type AuthorizeCodeGrantFlowBasedCredentialV1Reader struct {
// contains filtered or unexported fields
}
AuthorizeCodeGrantFlowBasedCredentialV1Reader is a Reader for the AuthorizeCodeGrantFlowBasedCredentialV1 structure.
func (*AuthorizeCodeGrantFlowBasedCredentialV1Reader) ReadResponse ¶
func (o *AuthorizeCodeGrantFlowBasedCredentialV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for v1credentials API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v1credentials API client.
func (*Client) AuthorizeCodeGrantFlowBasedCredentialV1 ¶
func (a *Client) AuthorizeCodeGrantFlowBasedCredentialV1(params *AuthorizeCodeGrantFlowBasedCredentialV1Params) (*AuthorizeCodeGrantFlowBasedCredentialV1OK, error)
AuthorizeCodeGrantFlowBasedCredentialV1 authorizes oauth2 authorization code grant flow
Authorize code grant flow based credential creation.
func (*Client) CodeGrantFlowBasedCredentialV1 ¶
func (a *Client) CodeGrantFlowBasedCredentialV1(params *CodeGrantFlowBasedCredentialV1Params) error
CodeGrantFlowBasedCredentialV1 starts a credential creation with oauth2 authorization code grant flow
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) CodeGrantFlowOnExistingCredentialV1 ¶
func (a *Client) CodeGrantFlowOnExistingCredentialV1(params *CodeGrantFlowOnExistingCredentialV1Params) error
CodeGrantFlowOnExistingCredentialV1 reinitializes oauth2 authorization code grant flow on an existing credential
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) CreateCredentialV1 ¶
func (a *Client) CreateCredentialV1(params *CreateCredentialV1Params) (*CreateCredentialV1OK, error)
CreateCredentialV1 creates credential
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) DeleteCredentialByNameV1 ¶
func (a *Client) DeleteCredentialByNameV1(params *DeleteCredentialByNameV1Params) (*DeleteCredentialByNameV1OK, error)
DeleteCredentialByNameV1 deletes credential by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) DeleteCredentialByResourceCrnV1 ¶
func (a *Client) DeleteCredentialByResourceCrnV1(params *DeleteCredentialByResourceCrnV1Params) (*DeleteCredentialByResourceCrnV1OK, error)
DeleteCredentialByResourceCrnV1 deletes credential by crn
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) DeleteCredentialsV1 ¶
func (a *Client) DeleteCredentialsV1(params *DeleteCredentialsV1Params) (*DeleteCredentialsV1OK, error)
DeleteCredentialsV1 deletes multiple credentials by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetCreateCredentialForCli ¶
func (a *Client) GetCreateCredentialForCli(params *GetCreateCredentialForCliParams) (*GetCreateCredentialForCliOK, error)
GetCreateCredentialForCli produces cli command input for credential creation
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetCredentialByEnvironmentCrnV1 ¶
func (a *Client) GetCredentialByEnvironmentCrnV1(params *GetCredentialByEnvironmentCrnV1Params) (*GetCredentialByEnvironmentCrnV1OK, error)
GetCredentialByEnvironmentCrnV1 gets credential by environment crn
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetCredentialByEnvironmentNameV1 ¶
func (a *Client) GetCredentialByEnvironmentNameV1(params *GetCredentialByEnvironmentNameV1Params) (*GetCredentialByEnvironmentNameV1OK, error)
GetCredentialByEnvironmentNameV1 gets credential by environment name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetCredentialByNameV1 ¶
func (a *Client) GetCredentialByNameV1(params *GetCredentialByNameV1Params) (*GetCredentialByNameV1OK, error)
GetCredentialByNameV1 gets credential by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetCredentialByResourceCrnV1 ¶
func (a *Client) GetCredentialByResourceCrnV1(params *GetCredentialByResourceCrnV1Params) (*GetCredentialByResourceCrnV1OK, error)
GetCredentialByResourceCrnV1 gets credential by crn
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetPrerequisitesForCloudPlatform ¶
func (a *Client) GetPrerequisitesForCloudPlatform(params *GetPrerequisitesForCloudPlatformParams) (*GetPrerequisitesForCloudPlatformOK, error)
GetPrerequisitesForCloudPlatform gets credential prerequisites for cloud platform
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) InteractiveLoginCredentialV1 ¶
func (a *Client) InteractiveLoginCredentialV1(params *InteractiveLoginCredentialV1Params) (*InteractiveLoginCredentialV1OK, error)
InteractiveLoginCredentialV1 interactives login
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) ListCredentialsV1 ¶
func (a *Client) ListCredentialsV1(params *ListCredentialsV1Params) (*ListCredentialsV1OK, error)
ListCredentialsV1 lists credentials
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) PutCredentialV1 ¶
func (a *Client) PutCredentialV1(params *PutCredentialV1Params) (*PutCredentialV1OK, error)
PutCredentialV1 modifies public credential resource
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) VerifyCredentialByCrn ¶
func (a *Client) VerifyCredentialByCrn(params *VerifyCredentialByCrnParams) (*VerifyCredentialByCrnOK, error)
VerifyCredentialByCrn verifies permissions by crn
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) VerifyCredentialByName ¶
func (a *Client) VerifyCredentialByName(params *VerifyCredentialByNameParams) (*VerifyCredentialByNameOK, error)
VerifyCredentialByName verifies permissions by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
type CodeGrantFlowBasedCredentialV1Default ¶
type CodeGrantFlowBasedCredentialV1Default struct {
// contains filtered or unexported fields
}
CodeGrantFlowBasedCredentialV1Default handles this case with default header values.
successful operation
func NewCodeGrantFlowBasedCredentialV1Default ¶
func NewCodeGrantFlowBasedCredentialV1Default(code int) *CodeGrantFlowBasedCredentialV1Default
NewCodeGrantFlowBasedCredentialV1Default creates a CodeGrantFlowBasedCredentialV1Default with default headers values
func (*CodeGrantFlowBasedCredentialV1Default) Code ¶
func (o *CodeGrantFlowBasedCredentialV1Default) Code() int
Code gets the status code for the code grant flow based credential v1 default response
func (*CodeGrantFlowBasedCredentialV1Default) Error ¶
func (o *CodeGrantFlowBasedCredentialV1Default) Error() string
type CodeGrantFlowBasedCredentialV1Params ¶
type CodeGrantFlowBasedCredentialV1Params struct { /*Body*/ Body *model.CredentialV1Request Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CodeGrantFlowBasedCredentialV1Params contains all the parameters to send to the API endpoint for the code grant flow based credential v1 operation typically these are written to a http.Request
func NewCodeGrantFlowBasedCredentialV1Params ¶
func NewCodeGrantFlowBasedCredentialV1Params() *CodeGrantFlowBasedCredentialV1Params
NewCodeGrantFlowBasedCredentialV1Params creates a new CodeGrantFlowBasedCredentialV1Params object with the default values initialized.
func NewCodeGrantFlowBasedCredentialV1ParamsWithContext ¶
func NewCodeGrantFlowBasedCredentialV1ParamsWithContext(ctx context.Context) *CodeGrantFlowBasedCredentialV1Params
NewCodeGrantFlowBasedCredentialV1ParamsWithContext creates a new CodeGrantFlowBasedCredentialV1Params object with the default values initialized, and the ability to set a context for a request
func NewCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient ¶
func NewCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient(client *http.Client) *CodeGrantFlowBasedCredentialV1Params
NewCodeGrantFlowBasedCredentialV1ParamsWithHTTPClient creates a new CodeGrantFlowBasedCredentialV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCodeGrantFlowBasedCredentialV1ParamsWithTimeout ¶
func NewCodeGrantFlowBasedCredentialV1ParamsWithTimeout(timeout time.Duration) *CodeGrantFlowBasedCredentialV1Params
NewCodeGrantFlowBasedCredentialV1ParamsWithTimeout creates a new CodeGrantFlowBasedCredentialV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*CodeGrantFlowBasedCredentialV1Params) SetBody ¶
func (o *CodeGrantFlowBasedCredentialV1Params) SetBody(body *model.CredentialV1Request)
SetBody adds the body to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) SetContext ¶
func (o *CodeGrantFlowBasedCredentialV1Params) SetContext(ctx context.Context)
SetContext adds the context to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) SetHTTPClient ¶
func (o *CodeGrantFlowBasedCredentialV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) SetTimeout ¶
func (o *CodeGrantFlowBasedCredentialV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) WithBody ¶
func (o *CodeGrantFlowBasedCredentialV1Params) WithBody(body *model.CredentialV1Request) *CodeGrantFlowBasedCredentialV1Params
WithBody adds the body to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) WithContext ¶
func (o *CodeGrantFlowBasedCredentialV1Params) WithContext(ctx context.Context) *CodeGrantFlowBasedCredentialV1Params
WithContext adds the context to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) WithHTTPClient ¶
func (o *CodeGrantFlowBasedCredentialV1Params) WithHTTPClient(client *http.Client) *CodeGrantFlowBasedCredentialV1Params
WithHTTPClient adds the HTTPClient to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) WithTimeout ¶
func (o *CodeGrantFlowBasedCredentialV1Params) WithTimeout(timeout time.Duration) *CodeGrantFlowBasedCredentialV1Params
WithTimeout adds the timeout to the code grant flow based credential v1 params
func (*CodeGrantFlowBasedCredentialV1Params) WriteToRequest ¶
func (o *CodeGrantFlowBasedCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CodeGrantFlowBasedCredentialV1Reader ¶
type CodeGrantFlowBasedCredentialV1Reader struct {
// contains filtered or unexported fields
}
CodeGrantFlowBasedCredentialV1Reader is a Reader for the CodeGrantFlowBasedCredentialV1 structure.
func (*CodeGrantFlowBasedCredentialV1Reader) ReadResponse ¶
func (o *CodeGrantFlowBasedCredentialV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CodeGrantFlowOnExistingCredentialV1Default ¶
type CodeGrantFlowOnExistingCredentialV1Default struct {
// contains filtered or unexported fields
}
CodeGrantFlowOnExistingCredentialV1Default handles this case with default header values.
successful operation
func NewCodeGrantFlowOnExistingCredentialV1Default ¶
func NewCodeGrantFlowOnExistingCredentialV1Default(code int) *CodeGrantFlowOnExistingCredentialV1Default
NewCodeGrantFlowOnExistingCredentialV1Default creates a CodeGrantFlowOnExistingCredentialV1Default with default headers values
func (*CodeGrantFlowOnExistingCredentialV1Default) Code ¶
func (o *CodeGrantFlowOnExistingCredentialV1Default) Code() int
Code gets the status code for the code grant flow on existing credential v1 default response
func (*CodeGrantFlowOnExistingCredentialV1Default) Error ¶
func (o *CodeGrantFlowOnExistingCredentialV1Default) Error() string
type CodeGrantFlowOnExistingCredentialV1Params ¶
type CodeGrantFlowOnExistingCredentialV1Params struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CodeGrantFlowOnExistingCredentialV1Params contains all the parameters to send to the API endpoint for the code grant flow on existing credential v1 operation typically these are written to a http.Request
func NewCodeGrantFlowOnExistingCredentialV1Params ¶
func NewCodeGrantFlowOnExistingCredentialV1Params() *CodeGrantFlowOnExistingCredentialV1Params
NewCodeGrantFlowOnExistingCredentialV1Params creates a new CodeGrantFlowOnExistingCredentialV1Params object with the default values initialized.
func NewCodeGrantFlowOnExistingCredentialV1ParamsWithContext ¶
func NewCodeGrantFlowOnExistingCredentialV1ParamsWithContext(ctx context.Context) *CodeGrantFlowOnExistingCredentialV1Params
NewCodeGrantFlowOnExistingCredentialV1ParamsWithContext creates a new CodeGrantFlowOnExistingCredentialV1Params object with the default values initialized, and the ability to set a context for a request
func NewCodeGrantFlowOnExistingCredentialV1ParamsWithHTTPClient ¶
func NewCodeGrantFlowOnExistingCredentialV1ParamsWithHTTPClient(client *http.Client) *CodeGrantFlowOnExistingCredentialV1Params
NewCodeGrantFlowOnExistingCredentialV1ParamsWithHTTPClient creates a new CodeGrantFlowOnExistingCredentialV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCodeGrantFlowOnExistingCredentialV1ParamsWithTimeout ¶
func NewCodeGrantFlowOnExistingCredentialV1ParamsWithTimeout(timeout time.Duration) *CodeGrantFlowOnExistingCredentialV1Params
NewCodeGrantFlowOnExistingCredentialV1ParamsWithTimeout creates a new CodeGrantFlowOnExistingCredentialV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*CodeGrantFlowOnExistingCredentialV1Params) SetContext ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) SetContext(ctx context.Context)
SetContext adds the context to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) SetHTTPClient ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) SetName ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) SetName(name string)
SetName adds the name to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) SetTimeout ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) WithContext ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) WithContext(ctx context.Context) *CodeGrantFlowOnExistingCredentialV1Params
WithContext adds the context to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) WithHTTPClient ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) WithHTTPClient(client *http.Client) *CodeGrantFlowOnExistingCredentialV1Params
WithHTTPClient adds the HTTPClient to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) WithName ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) WithName(name string) *CodeGrantFlowOnExistingCredentialV1Params
WithName adds the name to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) WithTimeout ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) WithTimeout(timeout time.Duration) *CodeGrantFlowOnExistingCredentialV1Params
WithTimeout adds the timeout to the code grant flow on existing credential v1 params
func (*CodeGrantFlowOnExistingCredentialV1Params) WriteToRequest ¶
func (o *CodeGrantFlowOnExistingCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CodeGrantFlowOnExistingCredentialV1Reader ¶
type CodeGrantFlowOnExistingCredentialV1Reader struct {
// contains filtered or unexported fields
}
CodeGrantFlowOnExistingCredentialV1Reader is a Reader for the CodeGrantFlowOnExistingCredentialV1 structure.
func (*CodeGrantFlowOnExistingCredentialV1Reader) ReadResponse ¶
func (o *CodeGrantFlowOnExistingCredentialV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateCredentialV1OK ¶
type CreateCredentialV1OK struct {
Payload *model.CredentialV1Response
}
CreateCredentialV1OK handles this case with default header values.
successful operation
func NewCreateCredentialV1OK ¶
func NewCreateCredentialV1OK() *CreateCredentialV1OK
NewCreateCredentialV1OK creates a CreateCredentialV1OK with default headers values
func (*CreateCredentialV1OK) Error ¶
func (o *CreateCredentialV1OK) Error() string
type CreateCredentialV1Params ¶
type CreateCredentialV1Params struct { /*Body*/ Body *model.CredentialV1Request Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateCredentialV1Params contains all the parameters to send to the API endpoint for the create credential v1 operation typically these are written to a http.Request
func NewCreateCredentialV1Params ¶
func NewCreateCredentialV1Params() *CreateCredentialV1Params
NewCreateCredentialV1Params creates a new CreateCredentialV1Params object with the default values initialized.
func NewCreateCredentialV1ParamsWithContext ¶
func NewCreateCredentialV1ParamsWithContext(ctx context.Context) *CreateCredentialV1Params
NewCreateCredentialV1ParamsWithContext creates a new CreateCredentialV1Params object with the default values initialized, and the ability to set a context for a request
func NewCreateCredentialV1ParamsWithHTTPClient ¶
func NewCreateCredentialV1ParamsWithHTTPClient(client *http.Client) *CreateCredentialV1Params
NewCreateCredentialV1ParamsWithHTTPClient creates a new CreateCredentialV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateCredentialV1ParamsWithTimeout ¶
func NewCreateCredentialV1ParamsWithTimeout(timeout time.Duration) *CreateCredentialV1Params
NewCreateCredentialV1ParamsWithTimeout creates a new CreateCredentialV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*CreateCredentialV1Params) SetBody ¶
func (o *CreateCredentialV1Params) SetBody(body *model.CredentialV1Request)
SetBody adds the body to the create credential v1 params
func (*CreateCredentialV1Params) SetContext ¶
func (o *CreateCredentialV1Params) SetContext(ctx context.Context)
SetContext adds the context to the create credential v1 params
func (*CreateCredentialV1Params) SetHTTPClient ¶
func (o *CreateCredentialV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create credential v1 params
func (*CreateCredentialV1Params) SetTimeout ¶
func (o *CreateCredentialV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create credential v1 params
func (*CreateCredentialV1Params) WithBody ¶
func (o *CreateCredentialV1Params) WithBody(body *model.CredentialV1Request) *CreateCredentialV1Params
WithBody adds the body to the create credential v1 params
func (*CreateCredentialV1Params) WithContext ¶
func (o *CreateCredentialV1Params) WithContext(ctx context.Context) *CreateCredentialV1Params
WithContext adds the context to the create credential v1 params
func (*CreateCredentialV1Params) WithHTTPClient ¶
func (o *CreateCredentialV1Params) WithHTTPClient(client *http.Client) *CreateCredentialV1Params
WithHTTPClient adds the HTTPClient to the create credential v1 params
func (*CreateCredentialV1Params) WithTimeout ¶
func (o *CreateCredentialV1Params) WithTimeout(timeout time.Duration) *CreateCredentialV1Params
WithTimeout adds the timeout to the create credential v1 params
func (*CreateCredentialV1Params) WriteToRequest ¶
func (o *CreateCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateCredentialV1Reader ¶
type CreateCredentialV1Reader struct {
// contains filtered or unexported fields
}
CreateCredentialV1Reader is a Reader for the CreateCredentialV1 structure.
func (*CreateCredentialV1Reader) ReadResponse ¶
func (o *CreateCredentialV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCredentialByNameV1OK ¶
type DeleteCredentialByNameV1OK struct {
Payload *model.CredentialV1Response
}
DeleteCredentialByNameV1OK handles this case with default header values.
successful operation
func NewDeleteCredentialByNameV1OK ¶
func NewDeleteCredentialByNameV1OK() *DeleteCredentialByNameV1OK
NewDeleteCredentialByNameV1OK creates a DeleteCredentialByNameV1OK with default headers values
func (*DeleteCredentialByNameV1OK) Error ¶
func (o *DeleteCredentialByNameV1OK) Error() string
type DeleteCredentialByNameV1Params ¶
type DeleteCredentialByNameV1Params struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCredentialByNameV1Params contains all the parameters to send to the API endpoint for the delete credential by name v1 operation typically these are written to a http.Request
func NewDeleteCredentialByNameV1Params ¶
func NewDeleteCredentialByNameV1Params() *DeleteCredentialByNameV1Params
NewDeleteCredentialByNameV1Params creates a new DeleteCredentialByNameV1Params object with the default values initialized.
func NewDeleteCredentialByNameV1ParamsWithContext ¶
func NewDeleteCredentialByNameV1ParamsWithContext(ctx context.Context) *DeleteCredentialByNameV1Params
NewDeleteCredentialByNameV1ParamsWithContext creates a new DeleteCredentialByNameV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteCredentialByNameV1ParamsWithHTTPClient ¶
func NewDeleteCredentialByNameV1ParamsWithHTTPClient(client *http.Client) *DeleteCredentialByNameV1Params
NewDeleteCredentialByNameV1ParamsWithHTTPClient creates a new DeleteCredentialByNameV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCredentialByNameV1ParamsWithTimeout ¶
func NewDeleteCredentialByNameV1ParamsWithTimeout(timeout time.Duration) *DeleteCredentialByNameV1Params
NewDeleteCredentialByNameV1ParamsWithTimeout creates a new DeleteCredentialByNameV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCredentialByNameV1Params) SetContext ¶
func (o *DeleteCredentialByNameV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) SetHTTPClient ¶
func (o *DeleteCredentialByNameV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) SetName ¶
func (o *DeleteCredentialByNameV1Params) SetName(name string)
SetName adds the name to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) SetTimeout ¶
func (o *DeleteCredentialByNameV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) WithContext ¶
func (o *DeleteCredentialByNameV1Params) WithContext(ctx context.Context) *DeleteCredentialByNameV1Params
WithContext adds the context to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) WithHTTPClient ¶
func (o *DeleteCredentialByNameV1Params) WithHTTPClient(client *http.Client) *DeleteCredentialByNameV1Params
WithHTTPClient adds the HTTPClient to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) WithName ¶
func (o *DeleteCredentialByNameV1Params) WithName(name string) *DeleteCredentialByNameV1Params
WithName adds the name to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) WithTimeout ¶
func (o *DeleteCredentialByNameV1Params) WithTimeout(timeout time.Duration) *DeleteCredentialByNameV1Params
WithTimeout adds the timeout to the delete credential by name v1 params
func (*DeleteCredentialByNameV1Params) WriteToRequest ¶
func (o *DeleteCredentialByNameV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCredentialByNameV1Reader ¶
type DeleteCredentialByNameV1Reader struct {
// contains filtered or unexported fields
}
DeleteCredentialByNameV1Reader is a Reader for the DeleteCredentialByNameV1 structure.
func (*DeleteCredentialByNameV1Reader) ReadResponse ¶
func (o *DeleteCredentialByNameV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCredentialByResourceCrnV1OK ¶
type DeleteCredentialByResourceCrnV1OK struct {
Payload *model.CredentialV1Response
}
DeleteCredentialByResourceCrnV1OK handles this case with default header values.
successful operation
func NewDeleteCredentialByResourceCrnV1OK ¶
func NewDeleteCredentialByResourceCrnV1OK() *DeleteCredentialByResourceCrnV1OK
NewDeleteCredentialByResourceCrnV1OK creates a DeleteCredentialByResourceCrnV1OK with default headers values
func (*DeleteCredentialByResourceCrnV1OK) Error ¶
func (o *DeleteCredentialByResourceCrnV1OK) Error() string
type DeleteCredentialByResourceCrnV1Params ¶
type DeleteCredentialByResourceCrnV1Params struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCredentialByResourceCrnV1Params contains all the parameters to send to the API endpoint for the delete credential by resource crn v1 operation typically these are written to a http.Request
func NewDeleteCredentialByResourceCrnV1Params ¶
func NewDeleteCredentialByResourceCrnV1Params() *DeleteCredentialByResourceCrnV1Params
NewDeleteCredentialByResourceCrnV1Params creates a new DeleteCredentialByResourceCrnV1Params object with the default values initialized.
func NewDeleteCredentialByResourceCrnV1ParamsWithContext ¶
func NewDeleteCredentialByResourceCrnV1ParamsWithContext(ctx context.Context) *DeleteCredentialByResourceCrnV1Params
NewDeleteCredentialByResourceCrnV1ParamsWithContext creates a new DeleteCredentialByResourceCrnV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteCredentialByResourceCrnV1ParamsWithHTTPClient ¶
func NewDeleteCredentialByResourceCrnV1ParamsWithHTTPClient(client *http.Client) *DeleteCredentialByResourceCrnV1Params
NewDeleteCredentialByResourceCrnV1ParamsWithHTTPClient creates a new DeleteCredentialByResourceCrnV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCredentialByResourceCrnV1ParamsWithTimeout ¶
func NewDeleteCredentialByResourceCrnV1ParamsWithTimeout(timeout time.Duration) *DeleteCredentialByResourceCrnV1Params
NewDeleteCredentialByResourceCrnV1ParamsWithTimeout creates a new DeleteCredentialByResourceCrnV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCredentialByResourceCrnV1Params) SetContext ¶
func (o *DeleteCredentialByResourceCrnV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) SetCrn ¶
func (o *DeleteCredentialByResourceCrnV1Params) SetCrn(crn string)
SetCrn adds the crn to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) SetHTTPClient ¶
func (o *DeleteCredentialByResourceCrnV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) SetTimeout ¶
func (o *DeleteCredentialByResourceCrnV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) WithContext ¶
func (o *DeleteCredentialByResourceCrnV1Params) WithContext(ctx context.Context) *DeleteCredentialByResourceCrnV1Params
WithContext adds the context to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) WithCrn ¶
func (o *DeleteCredentialByResourceCrnV1Params) WithCrn(crn string) *DeleteCredentialByResourceCrnV1Params
WithCrn adds the crn to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) WithHTTPClient ¶
func (o *DeleteCredentialByResourceCrnV1Params) WithHTTPClient(client *http.Client) *DeleteCredentialByResourceCrnV1Params
WithHTTPClient adds the HTTPClient to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) WithTimeout ¶
func (o *DeleteCredentialByResourceCrnV1Params) WithTimeout(timeout time.Duration) *DeleteCredentialByResourceCrnV1Params
WithTimeout adds the timeout to the delete credential by resource crn v1 params
func (*DeleteCredentialByResourceCrnV1Params) WriteToRequest ¶
func (o *DeleteCredentialByResourceCrnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCredentialByResourceCrnV1Reader ¶
type DeleteCredentialByResourceCrnV1Reader struct {
// contains filtered or unexported fields
}
DeleteCredentialByResourceCrnV1Reader is a Reader for the DeleteCredentialByResourceCrnV1 structure.
func (*DeleteCredentialByResourceCrnV1Reader) ReadResponse ¶
func (o *DeleteCredentialByResourceCrnV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCredentialsV1OK ¶
type DeleteCredentialsV1OK struct {
Payload *model.CredentialV1Responses
}
DeleteCredentialsV1OK handles this case with default header values.
successful operation
func NewDeleteCredentialsV1OK ¶
func NewDeleteCredentialsV1OK() *DeleteCredentialsV1OK
NewDeleteCredentialsV1OK creates a DeleteCredentialsV1OK with default headers values
func (*DeleteCredentialsV1OK) Error ¶
func (o *DeleteCredentialsV1OK) Error() string
type DeleteCredentialsV1Params ¶
type DeleteCredentialsV1Params struct { /*Body*/ Body []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCredentialsV1Params contains all the parameters to send to the API endpoint for the delete credentials v1 operation typically these are written to a http.Request
func NewDeleteCredentialsV1Params ¶
func NewDeleteCredentialsV1Params() *DeleteCredentialsV1Params
NewDeleteCredentialsV1Params creates a new DeleteCredentialsV1Params object with the default values initialized.
func NewDeleteCredentialsV1ParamsWithContext ¶
func NewDeleteCredentialsV1ParamsWithContext(ctx context.Context) *DeleteCredentialsV1Params
NewDeleteCredentialsV1ParamsWithContext creates a new DeleteCredentialsV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteCredentialsV1ParamsWithHTTPClient ¶
func NewDeleteCredentialsV1ParamsWithHTTPClient(client *http.Client) *DeleteCredentialsV1Params
NewDeleteCredentialsV1ParamsWithHTTPClient creates a new DeleteCredentialsV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCredentialsV1ParamsWithTimeout ¶
func NewDeleteCredentialsV1ParamsWithTimeout(timeout time.Duration) *DeleteCredentialsV1Params
NewDeleteCredentialsV1ParamsWithTimeout creates a new DeleteCredentialsV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCredentialsV1Params) SetBody ¶
func (o *DeleteCredentialsV1Params) SetBody(body []string)
SetBody adds the body to the delete credentials v1 params
func (*DeleteCredentialsV1Params) SetContext ¶
func (o *DeleteCredentialsV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete credentials v1 params
func (*DeleteCredentialsV1Params) SetHTTPClient ¶
func (o *DeleteCredentialsV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete credentials v1 params
func (*DeleteCredentialsV1Params) SetTimeout ¶
func (o *DeleteCredentialsV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete credentials v1 params
func (*DeleteCredentialsV1Params) WithBody ¶
func (o *DeleteCredentialsV1Params) WithBody(body []string) *DeleteCredentialsV1Params
WithBody adds the body to the delete credentials v1 params
func (*DeleteCredentialsV1Params) WithContext ¶
func (o *DeleteCredentialsV1Params) WithContext(ctx context.Context) *DeleteCredentialsV1Params
WithContext adds the context to the delete credentials v1 params
func (*DeleteCredentialsV1Params) WithHTTPClient ¶
func (o *DeleteCredentialsV1Params) WithHTTPClient(client *http.Client) *DeleteCredentialsV1Params
WithHTTPClient adds the HTTPClient to the delete credentials v1 params
func (*DeleteCredentialsV1Params) WithTimeout ¶
func (o *DeleteCredentialsV1Params) WithTimeout(timeout time.Duration) *DeleteCredentialsV1Params
WithTimeout adds the timeout to the delete credentials v1 params
func (*DeleteCredentialsV1Params) WriteToRequest ¶
func (o *DeleteCredentialsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCredentialsV1Reader ¶
type DeleteCredentialsV1Reader struct {
// contains filtered or unexported fields
}
DeleteCredentialsV1Reader is a Reader for the DeleteCredentialsV1 structure.
func (*DeleteCredentialsV1Reader) ReadResponse ¶
func (o *DeleteCredentialsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCreateCredentialForCliOK ¶
type GetCreateCredentialForCliOK struct {
Payload interface{}
}
GetCreateCredentialForCliOK handles this case with default header values.
successful operation
func NewGetCreateCredentialForCliOK ¶
func NewGetCreateCredentialForCliOK() *GetCreateCredentialForCliOK
NewGetCreateCredentialForCliOK creates a GetCreateCredentialForCliOK with default headers values
func (*GetCreateCredentialForCliOK) Error ¶
func (o *GetCreateCredentialForCliOK) Error() string
type GetCreateCredentialForCliParams ¶
type GetCreateCredentialForCliParams struct { /*Body*/ Body *model.CredentialV1Request Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCreateCredentialForCliParams contains all the parameters to send to the API endpoint for the get create credential for cli operation typically these are written to a http.Request
func NewGetCreateCredentialForCliParams ¶
func NewGetCreateCredentialForCliParams() *GetCreateCredentialForCliParams
NewGetCreateCredentialForCliParams creates a new GetCreateCredentialForCliParams object with the default values initialized.
func NewGetCreateCredentialForCliParamsWithContext ¶
func NewGetCreateCredentialForCliParamsWithContext(ctx context.Context) *GetCreateCredentialForCliParams
NewGetCreateCredentialForCliParamsWithContext creates a new GetCreateCredentialForCliParams object with the default values initialized, and the ability to set a context for a request
func NewGetCreateCredentialForCliParamsWithHTTPClient ¶
func NewGetCreateCredentialForCliParamsWithHTTPClient(client *http.Client) *GetCreateCredentialForCliParams
NewGetCreateCredentialForCliParamsWithHTTPClient creates a new GetCreateCredentialForCliParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCreateCredentialForCliParamsWithTimeout ¶
func NewGetCreateCredentialForCliParamsWithTimeout(timeout time.Duration) *GetCreateCredentialForCliParams
NewGetCreateCredentialForCliParamsWithTimeout creates a new GetCreateCredentialForCliParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCreateCredentialForCliParams) SetBody ¶
func (o *GetCreateCredentialForCliParams) SetBody(body *model.CredentialV1Request)
SetBody adds the body to the get create credential for cli params
func (*GetCreateCredentialForCliParams) SetContext ¶
func (o *GetCreateCredentialForCliParams) SetContext(ctx context.Context)
SetContext adds the context to the get create credential for cli params
func (*GetCreateCredentialForCliParams) SetHTTPClient ¶
func (o *GetCreateCredentialForCliParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get create credential for cli params
func (*GetCreateCredentialForCliParams) SetTimeout ¶
func (o *GetCreateCredentialForCliParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get create credential for cli params
func (*GetCreateCredentialForCliParams) WithBody ¶
func (o *GetCreateCredentialForCliParams) WithBody(body *model.CredentialV1Request) *GetCreateCredentialForCliParams
WithBody adds the body to the get create credential for cli params
func (*GetCreateCredentialForCliParams) WithContext ¶
func (o *GetCreateCredentialForCliParams) WithContext(ctx context.Context) *GetCreateCredentialForCliParams
WithContext adds the context to the get create credential for cli params
func (*GetCreateCredentialForCliParams) WithHTTPClient ¶
func (o *GetCreateCredentialForCliParams) WithHTTPClient(client *http.Client) *GetCreateCredentialForCliParams
WithHTTPClient adds the HTTPClient to the get create credential for cli params
func (*GetCreateCredentialForCliParams) WithTimeout ¶
func (o *GetCreateCredentialForCliParams) WithTimeout(timeout time.Duration) *GetCreateCredentialForCliParams
WithTimeout adds the timeout to the get create credential for cli params
func (*GetCreateCredentialForCliParams) WriteToRequest ¶
func (o *GetCreateCredentialForCliParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCreateCredentialForCliReader ¶
type GetCreateCredentialForCliReader struct {
// contains filtered or unexported fields
}
GetCreateCredentialForCliReader is a Reader for the GetCreateCredentialForCli structure.
func (*GetCreateCredentialForCliReader) ReadResponse ¶
func (o *GetCreateCredentialForCliReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCredentialByEnvironmentCrnV1OK ¶
type GetCredentialByEnvironmentCrnV1OK struct {
Payload *model.CredentialV1Response
}
GetCredentialByEnvironmentCrnV1OK handles this case with default header values.
successful operation
func NewGetCredentialByEnvironmentCrnV1OK ¶
func NewGetCredentialByEnvironmentCrnV1OK() *GetCredentialByEnvironmentCrnV1OK
NewGetCredentialByEnvironmentCrnV1OK creates a GetCredentialByEnvironmentCrnV1OK with default headers values
func (*GetCredentialByEnvironmentCrnV1OK) Error ¶
func (o *GetCredentialByEnvironmentCrnV1OK) Error() string
type GetCredentialByEnvironmentCrnV1Params ¶
type GetCredentialByEnvironmentCrnV1Params struct { /*EnvironmentCrn*/ EnvironmentCrn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCredentialByEnvironmentCrnV1Params contains all the parameters to send to the API endpoint for the get credential by environment crn v1 operation typically these are written to a http.Request
func NewGetCredentialByEnvironmentCrnV1Params ¶
func NewGetCredentialByEnvironmentCrnV1Params() *GetCredentialByEnvironmentCrnV1Params
NewGetCredentialByEnvironmentCrnV1Params creates a new GetCredentialByEnvironmentCrnV1Params object with the default values initialized.
func NewGetCredentialByEnvironmentCrnV1ParamsWithContext ¶
func NewGetCredentialByEnvironmentCrnV1ParamsWithContext(ctx context.Context) *GetCredentialByEnvironmentCrnV1Params
NewGetCredentialByEnvironmentCrnV1ParamsWithContext creates a new GetCredentialByEnvironmentCrnV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetCredentialByEnvironmentCrnV1ParamsWithHTTPClient ¶
func NewGetCredentialByEnvironmentCrnV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByEnvironmentCrnV1Params
NewGetCredentialByEnvironmentCrnV1ParamsWithHTTPClient creates a new GetCredentialByEnvironmentCrnV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCredentialByEnvironmentCrnV1ParamsWithTimeout ¶
func NewGetCredentialByEnvironmentCrnV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByEnvironmentCrnV1Params
NewGetCredentialByEnvironmentCrnV1ParamsWithTimeout creates a new GetCredentialByEnvironmentCrnV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetCredentialByEnvironmentCrnV1Params) SetContext ¶
func (o *GetCredentialByEnvironmentCrnV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) SetEnvironmentCrn ¶
func (o *GetCredentialByEnvironmentCrnV1Params) SetEnvironmentCrn(environmentCrn string)
SetEnvironmentCrn adds the environmentCrn to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) SetHTTPClient ¶
func (o *GetCredentialByEnvironmentCrnV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) SetTimeout ¶
func (o *GetCredentialByEnvironmentCrnV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) WithContext ¶
func (o *GetCredentialByEnvironmentCrnV1Params) WithContext(ctx context.Context) *GetCredentialByEnvironmentCrnV1Params
WithContext adds the context to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) WithEnvironmentCrn ¶
func (o *GetCredentialByEnvironmentCrnV1Params) WithEnvironmentCrn(environmentCrn string) *GetCredentialByEnvironmentCrnV1Params
WithEnvironmentCrn adds the environmentCrn to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) WithHTTPClient ¶
func (o *GetCredentialByEnvironmentCrnV1Params) WithHTTPClient(client *http.Client) *GetCredentialByEnvironmentCrnV1Params
WithHTTPClient adds the HTTPClient to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) WithTimeout ¶
func (o *GetCredentialByEnvironmentCrnV1Params) WithTimeout(timeout time.Duration) *GetCredentialByEnvironmentCrnV1Params
WithTimeout adds the timeout to the get credential by environment crn v1 params
func (*GetCredentialByEnvironmentCrnV1Params) WriteToRequest ¶
func (o *GetCredentialByEnvironmentCrnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCredentialByEnvironmentCrnV1Reader ¶
type GetCredentialByEnvironmentCrnV1Reader struct {
// contains filtered or unexported fields
}
GetCredentialByEnvironmentCrnV1Reader is a Reader for the GetCredentialByEnvironmentCrnV1 structure.
func (*GetCredentialByEnvironmentCrnV1Reader) ReadResponse ¶
func (o *GetCredentialByEnvironmentCrnV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCredentialByEnvironmentNameV1OK ¶
type GetCredentialByEnvironmentNameV1OK struct {
Payload *model.CredentialV1Response
}
GetCredentialByEnvironmentNameV1OK handles this case with default header values.
successful operation
func NewGetCredentialByEnvironmentNameV1OK ¶
func NewGetCredentialByEnvironmentNameV1OK() *GetCredentialByEnvironmentNameV1OK
NewGetCredentialByEnvironmentNameV1OK creates a GetCredentialByEnvironmentNameV1OK with default headers values
func (*GetCredentialByEnvironmentNameV1OK) Error ¶
func (o *GetCredentialByEnvironmentNameV1OK) Error() string
type GetCredentialByEnvironmentNameV1Params ¶
type GetCredentialByEnvironmentNameV1Params struct { /*EnvironmentName*/ EnvironmentName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCredentialByEnvironmentNameV1Params contains all the parameters to send to the API endpoint for the get credential by environment name v1 operation typically these are written to a http.Request
func NewGetCredentialByEnvironmentNameV1Params ¶
func NewGetCredentialByEnvironmentNameV1Params() *GetCredentialByEnvironmentNameV1Params
NewGetCredentialByEnvironmentNameV1Params creates a new GetCredentialByEnvironmentNameV1Params object with the default values initialized.
func NewGetCredentialByEnvironmentNameV1ParamsWithContext ¶
func NewGetCredentialByEnvironmentNameV1ParamsWithContext(ctx context.Context) *GetCredentialByEnvironmentNameV1Params
NewGetCredentialByEnvironmentNameV1ParamsWithContext creates a new GetCredentialByEnvironmentNameV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetCredentialByEnvironmentNameV1ParamsWithHTTPClient ¶
func NewGetCredentialByEnvironmentNameV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByEnvironmentNameV1Params
NewGetCredentialByEnvironmentNameV1ParamsWithHTTPClient creates a new GetCredentialByEnvironmentNameV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCredentialByEnvironmentNameV1ParamsWithTimeout ¶
func NewGetCredentialByEnvironmentNameV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByEnvironmentNameV1Params
NewGetCredentialByEnvironmentNameV1ParamsWithTimeout creates a new GetCredentialByEnvironmentNameV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetCredentialByEnvironmentNameV1Params) SetContext ¶
func (o *GetCredentialByEnvironmentNameV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) SetEnvironmentName ¶
func (o *GetCredentialByEnvironmentNameV1Params) SetEnvironmentName(environmentName string)
SetEnvironmentName adds the environmentName to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) SetHTTPClient ¶
func (o *GetCredentialByEnvironmentNameV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) SetTimeout ¶
func (o *GetCredentialByEnvironmentNameV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) WithContext ¶
func (o *GetCredentialByEnvironmentNameV1Params) WithContext(ctx context.Context) *GetCredentialByEnvironmentNameV1Params
WithContext adds the context to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) WithEnvironmentName ¶
func (o *GetCredentialByEnvironmentNameV1Params) WithEnvironmentName(environmentName string) *GetCredentialByEnvironmentNameV1Params
WithEnvironmentName adds the environmentName to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) WithHTTPClient ¶
func (o *GetCredentialByEnvironmentNameV1Params) WithHTTPClient(client *http.Client) *GetCredentialByEnvironmentNameV1Params
WithHTTPClient adds the HTTPClient to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) WithTimeout ¶
func (o *GetCredentialByEnvironmentNameV1Params) WithTimeout(timeout time.Duration) *GetCredentialByEnvironmentNameV1Params
WithTimeout adds the timeout to the get credential by environment name v1 params
func (*GetCredentialByEnvironmentNameV1Params) WriteToRequest ¶
func (o *GetCredentialByEnvironmentNameV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCredentialByEnvironmentNameV1Reader ¶
type GetCredentialByEnvironmentNameV1Reader struct {
// contains filtered or unexported fields
}
GetCredentialByEnvironmentNameV1Reader is a Reader for the GetCredentialByEnvironmentNameV1 structure.
func (*GetCredentialByEnvironmentNameV1Reader) ReadResponse ¶
func (o *GetCredentialByEnvironmentNameV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCredentialByNameV1OK ¶
type GetCredentialByNameV1OK struct {
Payload *model.CredentialV1Response
}
GetCredentialByNameV1OK handles this case with default header values.
successful operation
func NewGetCredentialByNameV1OK ¶
func NewGetCredentialByNameV1OK() *GetCredentialByNameV1OK
NewGetCredentialByNameV1OK creates a GetCredentialByNameV1OK with default headers values
func (*GetCredentialByNameV1OK) Error ¶
func (o *GetCredentialByNameV1OK) Error() string
type GetCredentialByNameV1Params ¶
type GetCredentialByNameV1Params struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCredentialByNameV1Params contains all the parameters to send to the API endpoint for the get credential by name v1 operation typically these are written to a http.Request
func NewGetCredentialByNameV1Params ¶
func NewGetCredentialByNameV1Params() *GetCredentialByNameV1Params
NewGetCredentialByNameV1Params creates a new GetCredentialByNameV1Params object with the default values initialized.
func NewGetCredentialByNameV1ParamsWithContext ¶
func NewGetCredentialByNameV1ParamsWithContext(ctx context.Context) *GetCredentialByNameV1Params
NewGetCredentialByNameV1ParamsWithContext creates a new GetCredentialByNameV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetCredentialByNameV1ParamsWithHTTPClient ¶
func NewGetCredentialByNameV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByNameV1Params
NewGetCredentialByNameV1ParamsWithHTTPClient creates a new GetCredentialByNameV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCredentialByNameV1ParamsWithTimeout ¶
func NewGetCredentialByNameV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByNameV1Params
NewGetCredentialByNameV1ParamsWithTimeout creates a new GetCredentialByNameV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetCredentialByNameV1Params) SetContext ¶
func (o *GetCredentialByNameV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get credential by name v1 params
func (*GetCredentialByNameV1Params) SetHTTPClient ¶
func (o *GetCredentialByNameV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get credential by name v1 params
func (*GetCredentialByNameV1Params) SetName ¶
func (o *GetCredentialByNameV1Params) SetName(name string)
SetName adds the name to the get credential by name v1 params
func (*GetCredentialByNameV1Params) SetTimeout ¶
func (o *GetCredentialByNameV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get credential by name v1 params
func (*GetCredentialByNameV1Params) WithContext ¶
func (o *GetCredentialByNameV1Params) WithContext(ctx context.Context) *GetCredentialByNameV1Params
WithContext adds the context to the get credential by name v1 params
func (*GetCredentialByNameV1Params) WithHTTPClient ¶
func (o *GetCredentialByNameV1Params) WithHTTPClient(client *http.Client) *GetCredentialByNameV1Params
WithHTTPClient adds the HTTPClient to the get credential by name v1 params
func (*GetCredentialByNameV1Params) WithName ¶
func (o *GetCredentialByNameV1Params) WithName(name string) *GetCredentialByNameV1Params
WithName adds the name to the get credential by name v1 params
func (*GetCredentialByNameV1Params) WithTimeout ¶
func (o *GetCredentialByNameV1Params) WithTimeout(timeout time.Duration) *GetCredentialByNameV1Params
WithTimeout adds the timeout to the get credential by name v1 params
func (*GetCredentialByNameV1Params) WriteToRequest ¶
func (o *GetCredentialByNameV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCredentialByNameV1Reader ¶
type GetCredentialByNameV1Reader struct {
// contains filtered or unexported fields
}
GetCredentialByNameV1Reader is a Reader for the GetCredentialByNameV1 structure.
func (*GetCredentialByNameV1Reader) ReadResponse ¶
func (o *GetCredentialByNameV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCredentialByResourceCrnV1OK ¶
type GetCredentialByResourceCrnV1OK struct {
Payload *model.CredentialV1Response
}
GetCredentialByResourceCrnV1OK handles this case with default header values.
successful operation
func NewGetCredentialByResourceCrnV1OK ¶
func NewGetCredentialByResourceCrnV1OK() *GetCredentialByResourceCrnV1OK
NewGetCredentialByResourceCrnV1OK creates a GetCredentialByResourceCrnV1OK with default headers values
func (*GetCredentialByResourceCrnV1OK) Error ¶
func (o *GetCredentialByResourceCrnV1OK) Error() string
type GetCredentialByResourceCrnV1Params ¶
type GetCredentialByResourceCrnV1Params struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCredentialByResourceCrnV1Params contains all the parameters to send to the API endpoint for the get credential by resource crn v1 operation typically these are written to a http.Request
func NewGetCredentialByResourceCrnV1Params ¶
func NewGetCredentialByResourceCrnV1Params() *GetCredentialByResourceCrnV1Params
NewGetCredentialByResourceCrnV1Params creates a new GetCredentialByResourceCrnV1Params object with the default values initialized.
func NewGetCredentialByResourceCrnV1ParamsWithContext ¶
func NewGetCredentialByResourceCrnV1ParamsWithContext(ctx context.Context) *GetCredentialByResourceCrnV1Params
NewGetCredentialByResourceCrnV1ParamsWithContext creates a new GetCredentialByResourceCrnV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetCredentialByResourceCrnV1ParamsWithHTTPClient ¶
func NewGetCredentialByResourceCrnV1ParamsWithHTTPClient(client *http.Client) *GetCredentialByResourceCrnV1Params
NewGetCredentialByResourceCrnV1ParamsWithHTTPClient creates a new GetCredentialByResourceCrnV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCredentialByResourceCrnV1ParamsWithTimeout ¶
func NewGetCredentialByResourceCrnV1ParamsWithTimeout(timeout time.Duration) *GetCredentialByResourceCrnV1Params
NewGetCredentialByResourceCrnV1ParamsWithTimeout creates a new GetCredentialByResourceCrnV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetCredentialByResourceCrnV1Params) SetContext ¶
func (o *GetCredentialByResourceCrnV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) SetCrn ¶
func (o *GetCredentialByResourceCrnV1Params) SetCrn(crn string)
SetCrn adds the crn to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) SetHTTPClient ¶
func (o *GetCredentialByResourceCrnV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) SetTimeout ¶
func (o *GetCredentialByResourceCrnV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) WithContext ¶
func (o *GetCredentialByResourceCrnV1Params) WithContext(ctx context.Context) *GetCredentialByResourceCrnV1Params
WithContext adds the context to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) WithCrn ¶
func (o *GetCredentialByResourceCrnV1Params) WithCrn(crn string) *GetCredentialByResourceCrnV1Params
WithCrn adds the crn to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) WithHTTPClient ¶
func (o *GetCredentialByResourceCrnV1Params) WithHTTPClient(client *http.Client) *GetCredentialByResourceCrnV1Params
WithHTTPClient adds the HTTPClient to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) WithTimeout ¶
func (o *GetCredentialByResourceCrnV1Params) WithTimeout(timeout time.Duration) *GetCredentialByResourceCrnV1Params
WithTimeout adds the timeout to the get credential by resource crn v1 params
func (*GetCredentialByResourceCrnV1Params) WriteToRequest ¶
func (o *GetCredentialByResourceCrnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCredentialByResourceCrnV1Reader ¶
type GetCredentialByResourceCrnV1Reader struct {
// contains filtered or unexported fields
}
GetCredentialByResourceCrnV1Reader is a Reader for the GetCredentialByResourceCrnV1 structure.
func (*GetCredentialByResourceCrnV1Reader) ReadResponse ¶
func (o *GetCredentialByResourceCrnV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPrerequisitesForCloudPlatformOK ¶
type GetPrerequisitesForCloudPlatformOK struct {
Payload *model.CredentialPrerequisitesResponse
}
GetPrerequisitesForCloudPlatformOK handles this case with default header values.
successful operation
func NewGetPrerequisitesForCloudPlatformOK ¶
func NewGetPrerequisitesForCloudPlatformOK() *GetPrerequisitesForCloudPlatformOK
NewGetPrerequisitesForCloudPlatformOK creates a GetPrerequisitesForCloudPlatformOK with default headers values
func (*GetPrerequisitesForCloudPlatformOK) Error ¶
func (o *GetPrerequisitesForCloudPlatformOK) Error() string
type GetPrerequisitesForCloudPlatformParams ¶
type GetPrerequisitesForCloudPlatformParams struct { /*CloudPlatform*/ CloudPlatform string /*DeploymentAddress*/ DeploymentAddress *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPrerequisitesForCloudPlatformParams contains all the parameters to send to the API endpoint for the get prerequisites for cloud platform operation typically these are written to a http.Request
func NewGetPrerequisitesForCloudPlatformParams ¶
func NewGetPrerequisitesForCloudPlatformParams() *GetPrerequisitesForCloudPlatformParams
NewGetPrerequisitesForCloudPlatformParams creates a new GetPrerequisitesForCloudPlatformParams object with the default values initialized.
func NewGetPrerequisitesForCloudPlatformParamsWithContext ¶
func NewGetPrerequisitesForCloudPlatformParamsWithContext(ctx context.Context) *GetPrerequisitesForCloudPlatformParams
NewGetPrerequisitesForCloudPlatformParamsWithContext creates a new GetPrerequisitesForCloudPlatformParams object with the default values initialized, and the ability to set a context for a request
func NewGetPrerequisitesForCloudPlatformParamsWithHTTPClient ¶
func NewGetPrerequisitesForCloudPlatformParamsWithHTTPClient(client *http.Client) *GetPrerequisitesForCloudPlatformParams
NewGetPrerequisitesForCloudPlatformParamsWithHTTPClient creates a new GetPrerequisitesForCloudPlatformParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPrerequisitesForCloudPlatformParamsWithTimeout ¶
func NewGetPrerequisitesForCloudPlatformParamsWithTimeout(timeout time.Duration) *GetPrerequisitesForCloudPlatformParams
NewGetPrerequisitesForCloudPlatformParamsWithTimeout creates a new GetPrerequisitesForCloudPlatformParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPrerequisitesForCloudPlatformParams) SetCloudPlatform ¶
func (o *GetPrerequisitesForCloudPlatformParams) SetCloudPlatform(cloudPlatform string)
SetCloudPlatform adds the cloudPlatform to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) SetContext ¶
func (o *GetPrerequisitesForCloudPlatformParams) SetContext(ctx context.Context)
SetContext adds the context to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) SetDeploymentAddress ¶
func (o *GetPrerequisitesForCloudPlatformParams) SetDeploymentAddress(deploymentAddress *string)
SetDeploymentAddress adds the deploymentAddress to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) SetHTTPClient ¶
func (o *GetPrerequisitesForCloudPlatformParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) SetTimeout ¶
func (o *GetPrerequisitesForCloudPlatformParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) WithCloudPlatform ¶
func (o *GetPrerequisitesForCloudPlatformParams) WithCloudPlatform(cloudPlatform string) *GetPrerequisitesForCloudPlatformParams
WithCloudPlatform adds the cloudPlatform to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) WithContext ¶
func (o *GetPrerequisitesForCloudPlatformParams) WithContext(ctx context.Context) *GetPrerequisitesForCloudPlatformParams
WithContext adds the context to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) WithDeploymentAddress ¶
func (o *GetPrerequisitesForCloudPlatformParams) WithDeploymentAddress(deploymentAddress *string) *GetPrerequisitesForCloudPlatformParams
WithDeploymentAddress adds the deploymentAddress to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) WithHTTPClient ¶
func (o *GetPrerequisitesForCloudPlatformParams) WithHTTPClient(client *http.Client) *GetPrerequisitesForCloudPlatformParams
WithHTTPClient adds the HTTPClient to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) WithTimeout ¶
func (o *GetPrerequisitesForCloudPlatformParams) WithTimeout(timeout time.Duration) *GetPrerequisitesForCloudPlatformParams
WithTimeout adds the timeout to the get prerequisites for cloud platform params
func (*GetPrerequisitesForCloudPlatformParams) WriteToRequest ¶
func (o *GetPrerequisitesForCloudPlatformParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPrerequisitesForCloudPlatformReader ¶
type GetPrerequisitesForCloudPlatformReader struct {
// contains filtered or unexported fields
}
GetPrerequisitesForCloudPlatformReader is a Reader for the GetPrerequisitesForCloudPlatform structure.
func (*GetPrerequisitesForCloudPlatformReader) ReadResponse ¶
func (o *GetPrerequisitesForCloudPlatformReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type InteractiveLoginCredentialV1OK ¶
type InteractiveLoginCredentialV1OK struct {
Payload *model.InteractiveV1Credential
}
InteractiveLoginCredentialV1OK handles this case with default header values.
successful operation
func NewInteractiveLoginCredentialV1OK ¶
func NewInteractiveLoginCredentialV1OK() *InteractiveLoginCredentialV1OK
NewInteractiveLoginCredentialV1OK creates a InteractiveLoginCredentialV1OK with default headers values
func (*InteractiveLoginCredentialV1OK) Error ¶
func (o *InteractiveLoginCredentialV1OK) Error() string
type InteractiveLoginCredentialV1Params ¶
type InteractiveLoginCredentialV1Params struct { /*Body*/ Body *model.CredentialV1Request Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
InteractiveLoginCredentialV1Params contains all the parameters to send to the API endpoint for the interactive login credential v1 operation typically these are written to a http.Request
func NewInteractiveLoginCredentialV1Params ¶
func NewInteractiveLoginCredentialV1Params() *InteractiveLoginCredentialV1Params
NewInteractiveLoginCredentialV1Params creates a new InteractiveLoginCredentialV1Params object with the default values initialized.
func NewInteractiveLoginCredentialV1ParamsWithContext ¶
func NewInteractiveLoginCredentialV1ParamsWithContext(ctx context.Context) *InteractiveLoginCredentialV1Params
NewInteractiveLoginCredentialV1ParamsWithContext creates a new InteractiveLoginCredentialV1Params object with the default values initialized, and the ability to set a context for a request
func NewInteractiveLoginCredentialV1ParamsWithHTTPClient ¶
func NewInteractiveLoginCredentialV1ParamsWithHTTPClient(client *http.Client) *InteractiveLoginCredentialV1Params
NewInteractiveLoginCredentialV1ParamsWithHTTPClient creates a new InteractiveLoginCredentialV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewInteractiveLoginCredentialV1ParamsWithTimeout ¶
func NewInteractiveLoginCredentialV1ParamsWithTimeout(timeout time.Duration) *InteractiveLoginCredentialV1Params
NewInteractiveLoginCredentialV1ParamsWithTimeout creates a new InteractiveLoginCredentialV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*InteractiveLoginCredentialV1Params) SetBody ¶
func (o *InteractiveLoginCredentialV1Params) SetBody(body *model.CredentialV1Request)
SetBody adds the body to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) SetContext ¶
func (o *InteractiveLoginCredentialV1Params) SetContext(ctx context.Context)
SetContext adds the context to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) SetHTTPClient ¶
func (o *InteractiveLoginCredentialV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) SetTimeout ¶
func (o *InteractiveLoginCredentialV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) WithBody ¶
func (o *InteractiveLoginCredentialV1Params) WithBody(body *model.CredentialV1Request) *InteractiveLoginCredentialV1Params
WithBody adds the body to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) WithContext ¶
func (o *InteractiveLoginCredentialV1Params) WithContext(ctx context.Context) *InteractiveLoginCredentialV1Params
WithContext adds the context to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) WithHTTPClient ¶
func (o *InteractiveLoginCredentialV1Params) WithHTTPClient(client *http.Client) *InteractiveLoginCredentialV1Params
WithHTTPClient adds the HTTPClient to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) WithTimeout ¶
func (o *InteractiveLoginCredentialV1Params) WithTimeout(timeout time.Duration) *InteractiveLoginCredentialV1Params
WithTimeout adds the timeout to the interactive login credential v1 params
func (*InteractiveLoginCredentialV1Params) WriteToRequest ¶
func (o *InteractiveLoginCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type InteractiveLoginCredentialV1Reader ¶
type InteractiveLoginCredentialV1Reader struct {
// contains filtered or unexported fields
}
InteractiveLoginCredentialV1Reader is a Reader for the InteractiveLoginCredentialV1 structure.
func (*InteractiveLoginCredentialV1Reader) ReadResponse ¶
func (o *InteractiveLoginCredentialV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListCredentialsV1OK ¶
type ListCredentialsV1OK struct {
Payload *model.CredentialV1Responses
}
ListCredentialsV1OK handles this case with default header values.
successful operation
func NewListCredentialsV1OK ¶
func NewListCredentialsV1OK() *ListCredentialsV1OK
NewListCredentialsV1OK creates a ListCredentialsV1OK with default headers values
func (*ListCredentialsV1OK) Error ¶
func (o *ListCredentialsV1OK) Error() string
type ListCredentialsV1Params ¶
type ListCredentialsV1Params struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListCredentialsV1Params contains all the parameters to send to the API endpoint for the list credentials v1 operation typically these are written to a http.Request
func NewListCredentialsV1Params ¶
func NewListCredentialsV1Params() *ListCredentialsV1Params
NewListCredentialsV1Params creates a new ListCredentialsV1Params object with the default values initialized.
func NewListCredentialsV1ParamsWithContext ¶
func NewListCredentialsV1ParamsWithContext(ctx context.Context) *ListCredentialsV1Params
NewListCredentialsV1ParamsWithContext creates a new ListCredentialsV1Params object with the default values initialized, and the ability to set a context for a request
func NewListCredentialsV1ParamsWithHTTPClient ¶
func NewListCredentialsV1ParamsWithHTTPClient(client *http.Client) *ListCredentialsV1Params
NewListCredentialsV1ParamsWithHTTPClient creates a new ListCredentialsV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListCredentialsV1ParamsWithTimeout ¶
func NewListCredentialsV1ParamsWithTimeout(timeout time.Duration) *ListCredentialsV1Params
NewListCredentialsV1ParamsWithTimeout creates a new ListCredentialsV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*ListCredentialsV1Params) SetContext ¶
func (o *ListCredentialsV1Params) SetContext(ctx context.Context)
SetContext adds the context to the list credentials v1 params
func (*ListCredentialsV1Params) SetHTTPClient ¶
func (o *ListCredentialsV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list credentials v1 params
func (*ListCredentialsV1Params) SetTimeout ¶
func (o *ListCredentialsV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list credentials v1 params
func (*ListCredentialsV1Params) WithContext ¶
func (o *ListCredentialsV1Params) WithContext(ctx context.Context) *ListCredentialsV1Params
WithContext adds the context to the list credentials v1 params
func (*ListCredentialsV1Params) WithHTTPClient ¶
func (o *ListCredentialsV1Params) WithHTTPClient(client *http.Client) *ListCredentialsV1Params
WithHTTPClient adds the HTTPClient to the list credentials v1 params
func (*ListCredentialsV1Params) WithTimeout ¶
func (o *ListCredentialsV1Params) WithTimeout(timeout time.Duration) *ListCredentialsV1Params
WithTimeout adds the timeout to the list credentials v1 params
func (*ListCredentialsV1Params) WriteToRequest ¶
func (o *ListCredentialsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListCredentialsV1Reader ¶
type ListCredentialsV1Reader struct {
// contains filtered or unexported fields
}
ListCredentialsV1Reader is a Reader for the ListCredentialsV1 structure.
func (*ListCredentialsV1Reader) ReadResponse ¶
func (o *ListCredentialsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutCredentialV1OK ¶
type PutCredentialV1OK struct {
Payload *model.CredentialV1Response
}
PutCredentialV1OK handles this case with default header values.
successful operation
func NewPutCredentialV1OK ¶
func NewPutCredentialV1OK() *PutCredentialV1OK
NewPutCredentialV1OK creates a PutCredentialV1OK with default headers values
func (*PutCredentialV1OK) Error ¶
func (o *PutCredentialV1OK) Error() string
type PutCredentialV1Params ¶
type PutCredentialV1Params struct { /*Body*/ Body *model.CredentialV1Request Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutCredentialV1Params contains all the parameters to send to the API endpoint for the put credential v1 operation typically these are written to a http.Request
func NewPutCredentialV1Params ¶
func NewPutCredentialV1Params() *PutCredentialV1Params
NewPutCredentialV1Params creates a new PutCredentialV1Params object with the default values initialized.
func NewPutCredentialV1ParamsWithContext ¶
func NewPutCredentialV1ParamsWithContext(ctx context.Context) *PutCredentialV1Params
NewPutCredentialV1ParamsWithContext creates a new PutCredentialV1Params object with the default values initialized, and the ability to set a context for a request
func NewPutCredentialV1ParamsWithHTTPClient ¶
func NewPutCredentialV1ParamsWithHTTPClient(client *http.Client) *PutCredentialV1Params
NewPutCredentialV1ParamsWithHTTPClient creates a new PutCredentialV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutCredentialV1ParamsWithTimeout ¶
func NewPutCredentialV1ParamsWithTimeout(timeout time.Duration) *PutCredentialV1Params
NewPutCredentialV1ParamsWithTimeout creates a new PutCredentialV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*PutCredentialV1Params) SetBody ¶
func (o *PutCredentialV1Params) SetBody(body *model.CredentialV1Request)
SetBody adds the body to the put credential v1 params
func (*PutCredentialV1Params) SetContext ¶
func (o *PutCredentialV1Params) SetContext(ctx context.Context)
SetContext adds the context to the put credential v1 params
func (*PutCredentialV1Params) SetHTTPClient ¶
func (o *PutCredentialV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put credential v1 params
func (*PutCredentialV1Params) SetTimeout ¶
func (o *PutCredentialV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put credential v1 params
func (*PutCredentialV1Params) WithBody ¶
func (o *PutCredentialV1Params) WithBody(body *model.CredentialV1Request) *PutCredentialV1Params
WithBody adds the body to the put credential v1 params
func (*PutCredentialV1Params) WithContext ¶
func (o *PutCredentialV1Params) WithContext(ctx context.Context) *PutCredentialV1Params
WithContext adds the context to the put credential v1 params
func (*PutCredentialV1Params) WithHTTPClient ¶
func (o *PutCredentialV1Params) WithHTTPClient(client *http.Client) *PutCredentialV1Params
WithHTTPClient adds the HTTPClient to the put credential v1 params
func (*PutCredentialV1Params) WithTimeout ¶
func (o *PutCredentialV1Params) WithTimeout(timeout time.Duration) *PutCredentialV1Params
WithTimeout adds the timeout to the put credential v1 params
func (*PutCredentialV1Params) WriteToRequest ¶
func (o *PutCredentialV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutCredentialV1Reader ¶
type PutCredentialV1Reader struct {
// contains filtered or unexported fields
}
PutCredentialV1Reader is a Reader for the PutCredentialV1 structure.
func (*PutCredentialV1Reader) ReadResponse ¶
func (o *PutCredentialV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VerifyCredentialByCrnOK ¶
type VerifyCredentialByCrnOK struct {
Payload *model.CredentialV1Response
}
VerifyCredentialByCrnOK handles this case with default header values.
successful operation
func NewVerifyCredentialByCrnOK ¶
func NewVerifyCredentialByCrnOK() *VerifyCredentialByCrnOK
NewVerifyCredentialByCrnOK creates a VerifyCredentialByCrnOK with default headers values
func (*VerifyCredentialByCrnOK) Error ¶
func (o *VerifyCredentialByCrnOK) Error() string
type VerifyCredentialByCrnParams ¶
type VerifyCredentialByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VerifyCredentialByCrnParams contains all the parameters to send to the API endpoint for the verify credential by crn operation typically these are written to a http.Request
func NewVerifyCredentialByCrnParams ¶
func NewVerifyCredentialByCrnParams() *VerifyCredentialByCrnParams
NewVerifyCredentialByCrnParams creates a new VerifyCredentialByCrnParams object with the default values initialized.
func NewVerifyCredentialByCrnParamsWithContext ¶
func NewVerifyCredentialByCrnParamsWithContext(ctx context.Context) *VerifyCredentialByCrnParams
NewVerifyCredentialByCrnParamsWithContext creates a new VerifyCredentialByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewVerifyCredentialByCrnParamsWithHTTPClient ¶
func NewVerifyCredentialByCrnParamsWithHTTPClient(client *http.Client) *VerifyCredentialByCrnParams
NewVerifyCredentialByCrnParamsWithHTTPClient creates a new VerifyCredentialByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewVerifyCredentialByCrnParamsWithTimeout ¶
func NewVerifyCredentialByCrnParamsWithTimeout(timeout time.Duration) *VerifyCredentialByCrnParams
NewVerifyCredentialByCrnParamsWithTimeout creates a new VerifyCredentialByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*VerifyCredentialByCrnParams) SetContext ¶
func (o *VerifyCredentialByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the verify credential by crn params
func (*VerifyCredentialByCrnParams) SetCrn ¶
func (o *VerifyCredentialByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the verify credential by crn params
func (*VerifyCredentialByCrnParams) SetHTTPClient ¶
func (o *VerifyCredentialByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the verify credential by crn params
func (*VerifyCredentialByCrnParams) SetTimeout ¶
func (o *VerifyCredentialByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the verify credential by crn params
func (*VerifyCredentialByCrnParams) WithContext ¶
func (o *VerifyCredentialByCrnParams) WithContext(ctx context.Context) *VerifyCredentialByCrnParams
WithContext adds the context to the verify credential by crn params
func (*VerifyCredentialByCrnParams) WithCrn ¶
func (o *VerifyCredentialByCrnParams) WithCrn(crn string) *VerifyCredentialByCrnParams
WithCrn adds the crn to the verify credential by crn params
func (*VerifyCredentialByCrnParams) WithHTTPClient ¶
func (o *VerifyCredentialByCrnParams) WithHTTPClient(client *http.Client) *VerifyCredentialByCrnParams
WithHTTPClient adds the HTTPClient to the verify credential by crn params
func (*VerifyCredentialByCrnParams) WithTimeout ¶
func (o *VerifyCredentialByCrnParams) WithTimeout(timeout time.Duration) *VerifyCredentialByCrnParams
WithTimeout adds the timeout to the verify credential by crn params
func (*VerifyCredentialByCrnParams) WriteToRequest ¶
func (o *VerifyCredentialByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VerifyCredentialByCrnReader ¶
type VerifyCredentialByCrnReader struct {
// contains filtered or unexported fields
}
VerifyCredentialByCrnReader is a Reader for the VerifyCredentialByCrn structure.
func (*VerifyCredentialByCrnReader) ReadResponse ¶
func (o *VerifyCredentialByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VerifyCredentialByNameOK ¶
type VerifyCredentialByNameOK struct {
Payload *model.CredentialV1Response
}
VerifyCredentialByNameOK handles this case with default header values.
successful operation
func NewVerifyCredentialByNameOK ¶
func NewVerifyCredentialByNameOK() *VerifyCredentialByNameOK
NewVerifyCredentialByNameOK creates a VerifyCredentialByNameOK with default headers values
func (*VerifyCredentialByNameOK) Error ¶
func (o *VerifyCredentialByNameOK) Error() string
type VerifyCredentialByNameParams ¶
type VerifyCredentialByNameParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VerifyCredentialByNameParams contains all the parameters to send to the API endpoint for the verify credential by name operation typically these are written to a http.Request
func NewVerifyCredentialByNameParams ¶
func NewVerifyCredentialByNameParams() *VerifyCredentialByNameParams
NewVerifyCredentialByNameParams creates a new VerifyCredentialByNameParams object with the default values initialized.
func NewVerifyCredentialByNameParamsWithContext ¶
func NewVerifyCredentialByNameParamsWithContext(ctx context.Context) *VerifyCredentialByNameParams
NewVerifyCredentialByNameParamsWithContext creates a new VerifyCredentialByNameParams object with the default values initialized, and the ability to set a context for a request
func NewVerifyCredentialByNameParamsWithHTTPClient ¶
func NewVerifyCredentialByNameParamsWithHTTPClient(client *http.Client) *VerifyCredentialByNameParams
NewVerifyCredentialByNameParamsWithHTTPClient creates a new VerifyCredentialByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewVerifyCredentialByNameParamsWithTimeout ¶
func NewVerifyCredentialByNameParamsWithTimeout(timeout time.Duration) *VerifyCredentialByNameParams
NewVerifyCredentialByNameParamsWithTimeout creates a new VerifyCredentialByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*VerifyCredentialByNameParams) SetContext ¶
func (o *VerifyCredentialByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the verify credential by name params
func (*VerifyCredentialByNameParams) SetHTTPClient ¶
func (o *VerifyCredentialByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the verify credential by name params
func (*VerifyCredentialByNameParams) SetName ¶
func (o *VerifyCredentialByNameParams) SetName(name string)
SetName adds the name to the verify credential by name params
func (*VerifyCredentialByNameParams) SetTimeout ¶
func (o *VerifyCredentialByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the verify credential by name params
func (*VerifyCredentialByNameParams) WithContext ¶
func (o *VerifyCredentialByNameParams) WithContext(ctx context.Context) *VerifyCredentialByNameParams
WithContext adds the context to the verify credential by name params
func (*VerifyCredentialByNameParams) WithHTTPClient ¶
func (o *VerifyCredentialByNameParams) WithHTTPClient(client *http.Client) *VerifyCredentialByNameParams
WithHTTPClient adds the HTTPClient to the verify credential by name params
func (*VerifyCredentialByNameParams) WithName ¶
func (o *VerifyCredentialByNameParams) WithName(name string) *VerifyCredentialByNameParams
WithName adds the name to the verify credential by name params
func (*VerifyCredentialByNameParams) WithTimeout ¶
func (o *VerifyCredentialByNameParams) WithTimeout(timeout time.Duration) *VerifyCredentialByNameParams
WithTimeout adds the timeout to the verify credential by name params
func (*VerifyCredentialByNameParams) WriteToRequest ¶
func (o *VerifyCredentialByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VerifyCredentialByNameReader ¶
type VerifyCredentialByNameReader struct {
// contains filtered or unexported fields
}
VerifyCredentialByNameReader is a Reader for the VerifyCredentialByName structure.
func (*VerifyCredentialByNameReader) ReadResponse ¶
func (o *VerifyCredentialByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- authorize_code_grant_flow_based_credential_v1_parameters.go
- authorize_code_grant_flow_based_credential_v1_responses.go
- code_grant_flow_based_credential_v1_parameters.go
- code_grant_flow_based_credential_v1_responses.go
- code_grant_flow_on_existing_credential_v1_parameters.go
- code_grant_flow_on_existing_credential_v1_responses.go
- create_credential_v1_parameters.go
- create_credential_v1_responses.go
- delete_credential_by_name_v1_parameters.go
- delete_credential_by_name_v1_responses.go
- delete_credential_by_resource_crn_v1_parameters.go
- delete_credential_by_resource_crn_v1_responses.go
- delete_credentials_v1_parameters.go
- delete_credentials_v1_responses.go
- get_create_credential_for_cli_parameters.go
- get_create_credential_for_cli_responses.go
- get_credential_by_environment_crn_v1_parameters.go
- get_credential_by_environment_crn_v1_responses.go
- get_credential_by_environment_name_v1_parameters.go
- get_credential_by_environment_name_v1_responses.go
- get_credential_by_name_v1_parameters.go
- get_credential_by_name_v1_responses.go
- get_credential_by_resource_crn_v1_parameters.go
- get_credential_by_resource_crn_v1_responses.go
- get_prerequisites_for_cloud_platform_parameters.go
- get_prerequisites_for_cloud_platform_responses.go
- interactive_login_credential_v1_parameters.go
- interactive_login_credential_v1_responses.go
- list_credentials_v1_parameters.go
- list_credentials_v1_responses.go
- put_credential_v1_parameters.go
- put_credential_v1_responses.go
- v1credentials_client.go
- verify_credential_by_crn_parameters.go
- verify_credential_by_crn_responses.go
- verify_credential_by_name_parameters.go
- verify_credential_by_name_responses.go