v3_organization_id_credentials

package
v2.8.0-rc.18+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2018 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for v3 organization id credentials API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new v3 organization id credentials API client.

func (*Client) CreateCredentialInOrganization

func (a *Client) CreateCredentialInOrganization(params *CreateCredentialInOrganizationParams) (*CreateCredentialInOrganizationOK, error)

CreateCredentialInOrganization creates credential in organization

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) DeleteCredentialInOrganization

func (a *Client) DeleteCredentialInOrganization(params *DeleteCredentialInOrganizationParams) (*DeleteCredentialInOrganizationOK, error)

DeleteCredentialInOrganization deletes credential by name in organization

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) GetCredentialInOrganization

func (a *Client) GetCredentialInOrganization(params *GetCredentialInOrganizationParams) (*GetCredentialInOrganizationOK, error)

GetCredentialInOrganization gets credential by name in organization

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) InteractiveLoginCredentialInOrganization

func (a *Client) InteractiveLoginCredentialInOrganization(params *InteractiveLoginCredentialInOrganizationParams) (*InteractiveLoginCredentialInOrganizationOK, error)

InteractiveLoginCredentialInOrganization 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) ListCredentialsByOrganization

func (a *Client) ListCredentialsByOrganization(params *ListCredentialsByOrganizationParams) (*ListCredentialsByOrganizationOK, error)

ListCredentialsByOrganization lists credentials for the given organization

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) PutCredentialInOrganization

func (a *Client) PutCredentialInOrganization(params *PutCredentialInOrganizationParams) (*PutCredentialInOrganizationOK, error)

PutCredentialInOrganization modifies public credential resource in organization

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

type CreateCredentialInOrganizationOK

type CreateCredentialInOrganizationOK struct {
	Payload *models_cloudbreak.CredentialResponse
}

CreateCredentialInOrganizationOK handles this case with default header values.

successful operation

func NewCreateCredentialInOrganizationOK

func NewCreateCredentialInOrganizationOK() *CreateCredentialInOrganizationOK

NewCreateCredentialInOrganizationOK creates a CreateCredentialInOrganizationOK with default headers values

func (*CreateCredentialInOrganizationOK) Error

type CreateCredentialInOrganizationParams

type CreateCredentialInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.CredentialRequest
	/*OrganizationID*/
	OrganizationID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateCredentialInOrganizationParams contains all the parameters to send to the API endpoint for the create credential in organization operation typically these are written to a http.Request

func NewCreateCredentialInOrganizationParams

func NewCreateCredentialInOrganizationParams() *CreateCredentialInOrganizationParams

NewCreateCredentialInOrganizationParams creates a new CreateCredentialInOrganizationParams object with the default values initialized.

func NewCreateCredentialInOrganizationParamsWithContext

func NewCreateCredentialInOrganizationParamsWithContext(ctx context.Context) *CreateCredentialInOrganizationParams

NewCreateCredentialInOrganizationParamsWithContext creates a new CreateCredentialInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewCreateCredentialInOrganizationParamsWithHTTPClient

func NewCreateCredentialInOrganizationParamsWithHTTPClient(client *http.Client) *CreateCredentialInOrganizationParams

NewCreateCredentialInOrganizationParamsWithHTTPClient creates a new CreateCredentialInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateCredentialInOrganizationParamsWithTimeout

func NewCreateCredentialInOrganizationParamsWithTimeout(timeout time.Duration) *CreateCredentialInOrganizationParams

NewCreateCredentialInOrganizationParamsWithTimeout creates a new CreateCredentialInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateCredentialInOrganizationParams) SetBody

SetBody adds the body to the create credential in organization params

func (*CreateCredentialInOrganizationParams) SetContext

SetContext adds the context to the create credential in organization params

func (*CreateCredentialInOrganizationParams) SetHTTPClient

func (o *CreateCredentialInOrganizationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create credential in organization params

func (*CreateCredentialInOrganizationParams) SetOrganizationID

func (o *CreateCredentialInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create credential in organization params

func (*CreateCredentialInOrganizationParams) SetTimeout

func (o *CreateCredentialInOrganizationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create credential in organization params

func (*CreateCredentialInOrganizationParams) WithBody

WithBody adds the body to the create credential in organization params

func (*CreateCredentialInOrganizationParams) WithContext

WithContext adds the context to the create credential in organization params

func (*CreateCredentialInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create credential in organization params

func (*CreateCredentialInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create credential in organization params

func (*CreateCredentialInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create credential in organization params

func (*CreateCredentialInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateCredentialInOrganizationReader

type CreateCredentialInOrganizationReader struct {
	// contains filtered or unexported fields
}

CreateCredentialInOrganizationReader is a Reader for the CreateCredentialInOrganization structure.

func (*CreateCredentialInOrganizationReader) ReadResponse

func (o *CreateCredentialInOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCredentialInOrganizationOK

type DeleteCredentialInOrganizationOK struct {
	Payload *models_cloudbreak.CredentialResponse
}

DeleteCredentialInOrganizationOK handles this case with default header values.

successful operation

func NewDeleteCredentialInOrganizationOK

func NewDeleteCredentialInOrganizationOK() *DeleteCredentialInOrganizationOK

NewDeleteCredentialInOrganizationOK creates a DeleteCredentialInOrganizationOK with default headers values

func (*DeleteCredentialInOrganizationOK) Error

type DeleteCredentialInOrganizationParams

type DeleteCredentialInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCredentialInOrganizationParams contains all the parameters to send to the API endpoint for the delete credential in organization operation typically these are written to a http.Request

func NewDeleteCredentialInOrganizationParams

func NewDeleteCredentialInOrganizationParams() *DeleteCredentialInOrganizationParams

NewDeleteCredentialInOrganizationParams creates a new DeleteCredentialInOrganizationParams object with the default values initialized.

func NewDeleteCredentialInOrganizationParamsWithContext

func NewDeleteCredentialInOrganizationParamsWithContext(ctx context.Context) *DeleteCredentialInOrganizationParams

NewDeleteCredentialInOrganizationParamsWithContext creates a new DeleteCredentialInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteCredentialInOrganizationParamsWithHTTPClient

func NewDeleteCredentialInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteCredentialInOrganizationParams

NewDeleteCredentialInOrganizationParamsWithHTTPClient creates a new DeleteCredentialInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteCredentialInOrganizationParamsWithTimeout

func NewDeleteCredentialInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteCredentialInOrganizationParams

NewDeleteCredentialInOrganizationParamsWithTimeout creates a new DeleteCredentialInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteCredentialInOrganizationParams) SetContext

SetContext adds the context to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) SetHTTPClient

func (o *DeleteCredentialInOrganizationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) SetName

SetName adds the name to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) SetOrganizationID

func (o *DeleteCredentialInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) SetTimeout

func (o *DeleteCredentialInOrganizationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) WithContext

WithContext adds the context to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) WithName

WithName adds the name to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete credential in organization params

func (*DeleteCredentialInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCredentialInOrganizationReader

type DeleteCredentialInOrganizationReader struct {
	// contains filtered or unexported fields
}

DeleteCredentialInOrganizationReader is a Reader for the DeleteCredentialInOrganization structure.

func (*DeleteCredentialInOrganizationReader) ReadResponse

func (o *DeleteCredentialInOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCredentialInOrganizationOK

type GetCredentialInOrganizationOK struct {
	Payload *models_cloudbreak.CredentialResponse
}

GetCredentialInOrganizationOK handles this case with default header values.

successful operation

func NewGetCredentialInOrganizationOK

func NewGetCredentialInOrganizationOK() *GetCredentialInOrganizationOK

NewGetCredentialInOrganizationOK creates a GetCredentialInOrganizationOK with default headers values

func (*GetCredentialInOrganizationOK) Error

type GetCredentialInOrganizationParams

type GetCredentialInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCredentialInOrganizationParams contains all the parameters to send to the API endpoint for the get credential in organization operation typically these are written to a http.Request

func NewGetCredentialInOrganizationParams

func NewGetCredentialInOrganizationParams() *GetCredentialInOrganizationParams

NewGetCredentialInOrganizationParams creates a new GetCredentialInOrganizationParams object with the default values initialized.

func NewGetCredentialInOrganizationParamsWithContext

func NewGetCredentialInOrganizationParamsWithContext(ctx context.Context) *GetCredentialInOrganizationParams

NewGetCredentialInOrganizationParamsWithContext creates a new GetCredentialInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewGetCredentialInOrganizationParamsWithHTTPClient

func NewGetCredentialInOrganizationParamsWithHTTPClient(client *http.Client) *GetCredentialInOrganizationParams

NewGetCredentialInOrganizationParamsWithHTTPClient creates a new GetCredentialInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCredentialInOrganizationParamsWithTimeout

func NewGetCredentialInOrganizationParamsWithTimeout(timeout time.Duration) *GetCredentialInOrganizationParams

NewGetCredentialInOrganizationParamsWithTimeout creates a new GetCredentialInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCredentialInOrganizationParams) SetContext

SetContext adds the context to the get credential in organization params

func (*GetCredentialInOrganizationParams) SetHTTPClient

func (o *GetCredentialInOrganizationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get credential in organization params

func (*GetCredentialInOrganizationParams) SetName

func (o *GetCredentialInOrganizationParams) SetName(name string)

SetName adds the name to the get credential in organization params

func (*GetCredentialInOrganizationParams) SetOrganizationID

func (o *GetCredentialInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get credential in organization params

func (*GetCredentialInOrganizationParams) SetTimeout

func (o *GetCredentialInOrganizationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get credential in organization params

func (*GetCredentialInOrganizationParams) WithContext

WithContext adds the context to the get credential in organization params

func (*GetCredentialInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get credential in organization params

func (*GetCredentialInOrganizationParams) WithName

WithName adds the name to the get credential in organization params

func (*GetCredentialInOrganizationParams) WithOrganizationID

func (o *GetCredentialInOrganizationParams) WithOrganizationID(organizationID int64) *GetCredentialInOrganizationParams

WithOrganizationID adds the organizationID to the get credential in organization params

func (*GetCredentialInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get credential in organization params

func (*GetCredentialInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCredentialInOrganizationReader

type GetCredentialInOrganizationReader struct {
	// contains filtered or unexported fields
}

GetCredentialInOrganizationReader is a Reader for the GetCredentialInOrganization structure.

func (*GetCredentialInOrganizationReader) ReadResponse

func (o *GetCredentialInOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type InteractiveLoginCredentialInOrganizationOK

type InteractiveLoginCredentialInOrganizationOK struct {
	Payload InteractiveLoginCredentialInOrganizationOKBody
}

InteractiveLoginCredentialInOrganizationOK handles this case with default header values.

successful operation

func NewInteractiveLoginCredentialInOrganizationOK

func NewInteractiveLoginCredentialInOrganizationOK() *InteractiveLoginCredentialInOrganizationOK

NewInteractiveLoginCredentialInOrganizationOK creates a InteractiveLoginCredentialInOrganizationOK with default headers values

func (*InteractiveLoginCredentialInOrganizationOK) Error

type InteractiveLoginCredentialInOrganizationOKBody

type InteractiveLoginCredentialInOrganizationOKBody map[string]string

func (InteractiveLoginCredentialInOrganizationOKBody) Validate

Validate validates this interactive login credential in organization o k body

type InteractiveLoginCredentialInOrganizationParams

type InteractiveLoginCredentialInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.CredentialRequest
	/*OrganizationID*/
	OrganizationID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

InteractiveLoginCredentialInOrganizationParams contains all the parameters to send to the API endpoint for the interactive login credential in organization operation typically these are written to a http.Request

func NewInteractiveLoginCredentialInOrganizationParams

func NewInteractiveLoginCredentialInOrganizationParams() *InteractiveLoginCredentialInOrganizationParams

NewInteractiveLoginCredentialInOrganizationParams creates a new InteractiveLoginCredentialInOrganizationParams object with the default values initialized.

func NewInteractiveLoginCredentialInOrganizationParamsWithContext

func NewInteractiveLoginCredentialInOrganizationParamsWithContext(ctx context.Context) *InteractiveLoginCredentialInOrganizationParams

NewInteractiveLoginCredentialInOrganizationParamsWithContext creates a new InteractiveLoginCredentialInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewInteractiveLoginCredentialInOrganizationParamsWithHTTPClient

func NewInteractiveLoginCredentialInOrganizationParamsWithHTTPClient(client *http.Client) *InteractiveLoginCredentialInOrganizationParams

NewInteractiveLoginCredentialInOrganizationParamsWithHTTPClient creates a new InteractiveLoginCredentialInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewInteractiveLoginCredentialInOrganizationParamsWithTimeout

func NewInteractiveLoginCredentialInOrganizationParamsWithTimeout(timeout time.Duration) *InteractiveLoginCredentialInOrganizationParams

NewInteractiveLoginCredentialInOrganizationParamsWithTimeout creates a new InteractiveLoginCredentialInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*InteractiveLoginCredentialInOrganizationParams) SetBody

SetBody adds the body to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) SetContext

SetContext adds the context to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) SetOrganizationID

func (o *InteractiveLoginCredentialInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) WithBody

WithBody adds the body to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) WithContext

WithContext adds the context to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the interactive login credential in organization params

func (*InteractiveLoginCredentialInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InteractiveLoginCredentialInOrganizationReader

type InteractiveLoginCredentialInOrganizationReader struct {
	// contains filtered or unexported fields
}

InteractiveLoginCredentialInOrganizationReader is a Reader for the InteractiveLoginCredentialInOrganization structure.

func (*InteractiveLoginCredentialInOrganizationReader) ReadResponse

func (o *InteractiveLoginCredentialInOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListCredentialsByOrganizationOK

type ListCredentialsByOrganizationOK struct {
	Payload []*models_cloudbreak.CredentialResponse
}

ListCredentialsByOrganizationOK handles this case with default header values.

successful operation

func NewListCredentialsByOrganizationOK

func NewListCredentialsByOrganizationOK() *ListCredentialsByOrganizationOK

NewListCredentialsByOrganizationOK creates a ListCredentialsByOrganizationOK with default headers values

func (*ListCredentialsByOrganizationOK) Error

type ListCredentialsByOrganizationParams

type ListCredentialsByOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListCredentialsByOrganizationParams contains all the parameters to send to the API endpoint for the list credentials by organization operation typically these are written to a http.Request

func NewListCredentialsByOrganizationParams

func NewListCredentialsByOrganizationParams() *ListCredentialsByOrganizationParams

NewListCredentialsByOrganizationParams creates a new ListCredentialsByOrganizationParams object with the default values initialized.

func NewListCredentialsByOrganizationParamsWithContext

func NewListCredentialsByOrganizationParamsWithContext(ctx context.Context) *ListCredentialsByOrganizationParams

NewListCredentialsByOrganizationParamsWithContext creates a new ListCredentialsByOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewListCredentialsByOrganizationParamsWithHTTPClient

func NewListCredentialsByOrganizationParamsWithHTTPClient(client *http.Client) *ListCredentialsByOrganizationParams

NewListCredentialsByOrganizationParamsWithHTTPClient creates a new ListCredentialsByOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListCredentialsByOrganizationParamsWithTimeout

func NewListCredentialsByOrganizationParamsWithTimeout(timeout time.Duration) *ListCredentialsByOrganizationParams

NewListCredentialsByOrganizationParamsWithTimeout creates a new ListCredentialsByOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListCredentialsByOrganizationParams) SetContext

SetContext adds the context to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) SetHTTPClient

func (o *ListCredentialsByOrganizationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) SetOrganizationID

func (o *ListCredentialsByOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) SetTimeout

func (o *ListCredentialsByOrganizationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) WithContext

WithContext adds the context to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) WithOrganizationID

func (o *ListCredentialsByOrganizationParams) WithOrganizationID(organizationID int64) *ListCredentialsByOrganizationParams

WithOrganizationID adds the organizationID to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) WithTimeout

WithTimeout adds the timeout to the list credentials by organization params

func (*ListCredentialsByOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListCredentialsByOrganizationReader

type ListCredentialsByOrganizationReader struct {
	// contains filtered or unexported fields
}

ListCredentialsByOrganizationReader is a Reader for the ListCredentialsByOrganization structure.

func (*ListCredentialsByOrganizationReader) ReadResponse

func (o *ListCredentialsByOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutCredentialInOrganizationOK

type PutCredentialInOrganizationOK struct {
	Payload *models_cloudbreak.CredentialResponse
}

PutCredentialInOrganizationOK handles this case with default header values.

successful operation

func NewPutCredentialInOrganizationOK

func NewPutCredentialInOrganizationOK() *PutCredentialInOrganizationOK

NewPutCredentialInOrganizationOK creates a PutCredentialInOrganizationOK with default headers values

func (*PutCredentialInOrganizationOK) Error

type PutCredentialInOrganizationParams

type PutCredentialInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.CredentialRequest
	/*OrganizationID*/
	OrganizationID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutCredentialInOrganizationParams contains all the parameters to send to the API endpoint for the put credential in organization operation typically these are written to a http.Request

func NewPutCredentialInOrganizationParams

func NewPutCredentialInOrganizationParams() *PutCredentialInOrganizationParams

NewPutCredentialInOrganizationParams creates a new PutCredentialInOrganizationParams object with the default values initialized.

func NewPutCredentialInOrganizationParamsWithContext

func NewPutCredentialInOrganizationParamsWithContext(ctx context.Context) *PutCredentialInOrganizationParams

NewPutCredentialInOrganizationParamsWithContext creates a new PutCredentialInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewPutCredentialInOrganizationParamsWithHTTPClient

func NewPutCredentialInOrganizationParamsWithHTTPClient(client *http.Client) *PutCredentialInOrganizationParams

NewPutCredentialInOrganizationParamsWithHTTPClient creates a new PutCredentialInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPutCredentialInOrganizationParamsWithTimeout

func NewPutCredentialInOrganizationParamsWithTimeout(timeout time.Duration) *PutCredentialInOrganizationParams

NewPutCredentialInOrganizationParamsWithTimeout creates a new PutCredentialInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*PutCredentialInOrganizationParams) SetBody

SetBody adds the body to the put credential in organization params

func (*PutCredentialInOrganizationParams) SetContext

SetContext adds the context to the put credential in organization params

func (*PutCredentialInOrganizationParams) SetHTTPClient

func (o *PutCredentialInOrganizationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put credential in organization params

func (*PutCredentialInOrganizationParams) SetOrganizationID

func (o *PutCredentialInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the put credential in organization params

func (*PutCredentialInOrganizationParams) SetTimeout

func (o *PutCredentialInOrganizationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put credential in organization params

func (*PutCredentialInOrganizationParams) WithBody

WithBody adds the body to the put credential in organization params

func (*PutCredentialInOrganizationParams) WithContext

WithContext adds the context to the put credential in organization params

func (*PutCredentialInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put credential in organization params

func (*PutCredentialInOrganizationParams) WithOrganizationID

func (o *PutCredentialInOrganizationParams) WithOrganizationID(organizationID int64) *PutCredentialInOrganizationParams

WithOrganizationID adds the organizationID to the put credential in organization params

func (*PutCredentialInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the put credential in organization params

func (*PutCredentialInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutCredentialInOrganizationReader

type PutCredentialInOrganizationReader struct {
	// contains filtered or unexported fields
}

PutCredentialInOrganizationReader is a Reader for the PutCredentialInOrganization structure.

func (*PutCredentialInOrganizationReader) ReadResponse

func (o *PutCredentialInOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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