v1credentials

package
v1.999.999-b11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

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

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

SetCode adds the code to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetContext

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

SetState adds the state to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) SetTimeout

SetTimeout adds the timeout to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCloudPlatform

WithCloudPlatform adds the cloudPlatform to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithCode

WithCode adds the code to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithContext

WithContext adds the context to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithState

WithState adds the state to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WithTimeout

WithTimeout adds the timeout to the authorize code grant flow based credential v1 params

func (*AuthorizeCodeGrantFlowBasedCredentialV1Params) WriteToRequest

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

Code gets the status code for the code grant flow based credential v1 default response

func (*CodeGrantFlowBasedCredentialV1Default) Error

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

SetBody adds the body to the code grant flow based credential v1 params

func (*CodeGrantFlowBasedCredentialV1Params) SetContext

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

WithBody adds the body to the code grant flow based credential v1 params

func (*CodeGrantFlowBasedCredentialV1Params) WithContext

WithContext adds the context to the code grant flow based credential v1 params

func (*CodeGrantFlowBasedCredentialV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the code grant flow based credential v1 params

func (*CodeGrantFlowBasedCredentialV1Params) WithTimeout

WithTimeout adds the timeout to the code grant flow based credential v1 params

func (*CodeGrantFlowBasedCredentialV1Params) WriteToRequest

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

Code gets the status code for the code grant flow on existing credential v1 default response

func (*CodeGrantFlowOnExistingCredentialV1Default) Error

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

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

SetName adds the name to the code grant flow on existing credential v1 params

func (*CodeGrantFlowOnExistingCredentialV1Params) SetTimeout

SetTimeout adds the timeout to the code grant flow on existing credential v1 params

func (*CodeGrantFlowOnExistingCredentialV1Params) WithContext

WithContext adds the context to the code grant flow on existing credential v1 params

func (*CodeGrantFlowOnExistingCredentialV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the code grant flow on existing credential v1 params

func (*CodeGrantFlowOnExistingCredentialV1Params) WithName

WithName adds the name to the code grant flow on existing credential v1 params

func (*CodeGrantFlowOnExistingCredentialV1Params) WithTimeout

WithTimeout adds the timeout to the code grant flow on existing credential v1 params

func (*CodeGrantFlowOnExistingCredentialV1Params) WriteToRequest

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

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

WithBody adds the body to the create credential v1 params

func (*CreateCredentialV1Params) WithContext

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

WithTimeout adds the timeout to the create credential v1 params

func (*CreateCredentialV1Params) WriteToRequest

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

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

WithContext adds the context to the delete credential by name v1 params

func (*DeleteCredentialByNameV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete credential by name v1 params

func (*DeleteCredentialByNameV1Params) WithName

WithName adds the name to the delete credential by name v1 params

func (*DeleteCredentialByNameV1Params) WithTimeout

WithTimeout adds the timeout to the delete credential by name v1 params

func (*DeleteCredentialByNameV1Params) WriteToRequest

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

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

SetContext adds the context to the delete credential by resource crn v1 params

func (*DeleteCredentialByResourceCrnV1Params) SetCrn

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

WithContext adds the context to the delete credential by resource crn v1 params

func (*DeleteCredentialByResourceCrnV1Params) WithCrn

WithCrn adds the crn to the delete credential by resource crn v1 params

func (*DeleteCredentialByResourceCrnV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete credential by resource crn v1 params

func (*DeleteCredentialByResourceCrnV1Params) WithTimeout

WithTimeout adds the timeout to the delete credential by resource crn v1 params

func (*DeleteCredentialByResourceCrnV1Params) WriteToRequest

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

WithBody adds the body to the delete credentials v1 params

func (*DeleteCredentialsV1Params) WithContext

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

WithTimeout adds the timeout to the delete credentials v1 params

func (*DeleteCredentialsV1Params) WriteToRequest

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

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

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

WithBody adds the body to the get create credential for cli params

func (*GetCreateCredentialForCliParams) WithContext

WithContext adds the context to the get create credential for cli params

func (*GetCreateCredentialForCliParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get create credential for cli params

func (*GetCreateCredentialForCliParams) WithTimeout

WithTimeout adds the timeout to the get create credential for cli params

func (*GetCreateCredentialForCliParams) WriteToRequest

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

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

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

WithContext adds the context to the get credential by environment crn v1 params

func (*GetCredentialByEnvironmentCrnV1Params) WithEnvironmentCrn

WithEnvironmentCrn adds the environmentCrn to the get credential by environment crn v1 params

func (*GetCredentialByEnvironmentCrnV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get credential by environment crn v1 params

func (*GetCredentialByEnvironmentCrnV1Params) WithTimeout

WithTimeout adds the timeout to the get credential by environment crn v1 params

func (*GetCredentialByEnvironmentCrnV1Params) WriteToRequest

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

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

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

WithContext adds the context to the get credential by environment name v1 params

func (*GetCredentialByEnvironmentNameV1Params) WithEnvironmentName

WithEnvironmentName adds the environmentName to the get credential by environment name v1 params

func (*GetCredentialByEnvironmentNameV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get credential by environment name v1 params

func (*GetCredentialByEnvironmentNameV1Params) WithTimeout

WithTimeout adds the timeout to the get credential by environment name v1 params

func (*GetCredentialByEnvironmentNameV1Params) WriteToRequest

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

WithContext adds the context to the get credential by name v1 params

func (*GetCredentialByNameV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get credential by name v1 params

func (*GetCredentialByNameV1Params) WithName

WithName adds the name to the get credential by name v1 params

func (*GetCredentialByNameV1Params) WithTimeout

WithTimeout adds the timeout to the get credential by name v1 params

func (*GetCredentialByNameV1Params) WriteToRequest

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

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

SetContext adds the context to the get credential by resource crn v1 params

func (*GetCredentialByResourceCrnV1Params) SetCrn

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

WithContext adds the context to the get credential by resource crn v1 params

func (*GetCredentialByResourceCrnV1Params) WithCrn

WithCrn adds the crn to the get credential by resource crn v1 params

func (*GetCredentialByResourceCrnV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get credential by resource crn v1 params

func (*GetCredentialByResourceCrnV1Params) WithTimeout

WithTimeout adds the timeout to the get credential by resource crn v1 params

func (*GetCredentialByResourceCrnV1Params) WriteToRequest

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

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

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

WithCloudPlatform adds the cloudPlatform to the get prerequisites for cloud platform params

func (*GetPrerequisitesForCloudPlatformParams) WithContext

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

WithHTTPClient adds the HTTPClient to the get prerequisites for cloud platform params

func (*GetPrerequisitesForCloudPlatformParams) WithTimeout

WithTimeout adds the timeout to the get prerequisites for cloud platform params

func (*GetPrerequisitesForCloudPlatformParams) WriteToRequest

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

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

SetBody adds the body to the interactive login credential v1 params

func (*InteractiveLoginCredentialV1Params) SetContext

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

WithBody adds the body to the interactive login credential v1 params

func (*InteractiveLoginCredentialV1Params) WithContext

WithContext adds the context to the interactive login credential v1 params

func (*InteractiveLoginCredentialV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the interactive login credential v1 params

func (*InteractiveLoginCredentialV1Params) WithTimeout

WithTimeout adds the timeout to the interactive login credential v1 params

func (*InteractiveLoginCredentialV1Params) WriteToRequest

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

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

WithTimeout adds the timeout to the list credentials v1 params

func (*ListCredentialsV1Params) WriteToRequest

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

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

WithBody adds the body to the put credential v1 params

func (*PutCredentialV1Params) WithContext

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

WithContext adds the context to the verify credential by crn params

func (*VerifyCredentialByCrnParams) WithCrn

WithCrn adds the crn to the verify credential by crn params

func (*VerifyCredentialByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the verify credential by crn params

func (*VerifyCredentialByCrnParams) WithTimeout

WithTimeout adds the timeout to the verify credential by crn params

func (*VerifyCredentialByCrnParams) WriteToRequest

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

WithContext adds the context to the verify credential by name params

func (*VerifyCredentialByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the verify credential by name params

func (*VerifyCredentialByNameParams) WithName

WithName adds the name to the verify credential by name params

func (*VerifyCredentialByNameParams) WithTimeout

WithTimeout adds the timeout to the verify credential by name params

func (*VerifyCredentialByNameParams) WriteToRequest

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL