credential_input_sources

package
v0.0.0-...-878b285 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2020 License: Apache-2.0 Imports: 10 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 credential input sources API

func (*Client) CredentialInputSourcesCredentialInputSourcesCreate

CredentialInputSourcesCredentialInputSourcesCreate creates a credential input source

Make a POST request to this resource with the following credential input source fields to create a new credential input source:

* `description`: Optional description of this credential input source. (string, default=`""`) * `input_field_name`: (string, required) * `metadata`: (json, default=`{}`) * `target_credential`: (id, required) * `source_credential`: (id, required)

func (*Client) CredentialInputSourcesCredentialInputSourcesDelete

CredentialInputSourcesCredentialInputSourcesDelete deletes a credential input source

Make a DELETE request to this resource to delete this credential input source.

func (*Client) CredentialInputSourcesCredentialInputSourcesList

func (a *Client) CredentialInputSourcesCredentialInputSourcesList(params *CredentialInputSourcesCredentialInputSourcesListParams) (*CredentialInputSourcesCredentialInputSourcesListOK, error)
CredentialInputSourcesCredentialInputSourcesList lists credential input sources

Make a GET request to this resource to retrieve the list of credential input sources.

The resulting data structure contains:

{
    "count": 99,
    "next": null,
    "previous": null,
    "results": [
        ...
    ]
}

The `count` field indicates the total number of credential input sources found for the given query. The `next` and `previous` fields provides links to additional results if there are more than will fit on a single page. The `results` list contains zero or more credential input source records.

## Results

Each credential input source data structure includes the following fields:

* `id`: Database ID for this credential input source. (integer) * `type`: Data type for this credential input source. (choice) * `url`: URL for this credential input source. (string) * `related`: Data structure with URLs of related resources. (object) * `summary_fields`: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object) * `created`: Timestamp when this credential input source was created. (datetime) * `modified`: Timestamp when this credential input source was last modified. (datetime) * `description`: Optional description of this credential input source. (string) * `input_field_name`: (string) * `metadata`: (json) * `target_credential`: (id) * `source_credential`: (id)

## Sorting

To specify that credential input sources are returned in a particular order, use the `order_by` query string parameter on the GET request.

?order_by=name

Prefix the field name with a dash `-` to sort in reverse:

?order_by=-name

Multiple sorting fields may be specified by separating the field names with a comma `,`:

?order_by=name,some_other_field

## Pagination

Use the `page_size` query string parameter to change the number of results returned for each request. Use the `page` query string parameter to retrieve a particular page of results.

?page_size=100&page=2

The `previous` and `next` links returned with the results will set these query string parameters automatically.

## Searching

Use the `search` query string parameter to perform a case-insensitive search within all designated text fields of a model.

?search=findme

(_Added in Ansible Tower 3.1.0_) Search across related fields:

?related__search=findme

func (*Client) CredentialInputSourcesCredentialInputSourcesPartialUpdate

CredentialInputSourcesCredentialInputSourcesPartialUpdate updates a credential input source

Make a PUT or PATCH request to this resource to update this credential input source. The following fields may be modified:

* `description`: Optional description of this credential input source. (string, default=`""`) * `input_field_name`: (string, required) * `metadata`: (json, default=`{}`) * `target_credential`: (id, required) * `source_credential`: (id, required)

For a PATCH request, include only the fields that are being modified.

func (*Client) CredentialInputSourcesCredentialInputSourcesRead

func (a *Client) CredentialInputSourcesCredentialInputSourcesRead(params *CredentialInputSourcesCredentialInputSourcesReadParams) (*CredentialInputSourcesCredentialInputSourcesReadOK, error)
CredentialInputSourcesCredentialInputSourcesRead retrieves a credential input source

Make GET request to this resource to retrieve a single credential input source record containing the following fields:

* `id`: Database ID for this credential input source. (integer) * `type`: Data type for this credential input source. (choice) * `url`: URL for this credential input source. (string) * `related`: Data structure with URLs of related resources. (object) * `summary_fields`: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object) * `created`: Timestamp when this credential input source was created. (datetime) * `modified`: Timestamp when this credential input source was last modified. (datetime) * `description`: Optional description of this credential input source. (string) * `input_field_name`: (string) * `metadata`: (json) * `target_credential`: (id) * `source_credential`: (id)

func (*Client) CredentialInputSourcesCredentialInputSourcesUpdate

CredentialInputSourcesCredentialInputSourcesUpdate updates a credential input source

Make a PUT or PATCH request to this resource to update this credential input source. The following fields may be modified:

* `description`: Optional description of this credential input source. (string, default=`""`) * `input_field_name`: (string, required) * `metadata`: (json, default=`{}`) * `target_credential`: (id, required) * `source_credential`: (id, required)

For a PUT request, include **all** fields in the request.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new credential input sources API client.

type CredentialInputSourcesCredentialInputSourcesCreateBadRequest

type CredentialInputSourcesCredentialInputSourcesCreateBadRequest struct {
}

CredentialInputSourcesCredentialInputSourcesCreateBadRequest handles this case with default header values.

Bad Request

func NewCredentialInputSourcesCredentialInputSourcesCreateBadRequest

func NewCredentialInputSourcesCredentialInputSourcesCreateBadRequest() *CredentialInputSourcesCredentialInputSourcesCreateBadRequest

NewCredentialInputSourcesCredentialInputSourcesCreateBadRequest creates a CredentialInputSourcesCredentialInputSourcesCreateBadRequest with default headers values

func (*CredentialInputSourcesCredentialInputSourcesCreateBadRequest) Error

type CredentialInputSourcesCredentialInputSourcesCreateCreated

type CredentialInputSourcesCredentialInputSourcesCreateCreated struct {
}

CredentialInputSourcesCredentialInputSourcesCreateCreated handles this case with default header values.

CredentialInputSourcesCredentialInputSourcesCreateCreated credential input sources credential input sources create created

func NewCredentialInputSourcesCredentialInputSourcesCreateCreated

func NewCredentialInputSourcesCredentialInputSourcesCreateCreated() *CredentialInputSourcesCredentialInputSourcesCreateCreated

NewCredentialInputSourcesCredentialInputSourcesCreateCreated creates a CredentialInputSourcesCredentialInputSourcesCreateCreated with default headers values

func (*CredentialInputSourcesCredentialInputSourcesCreateCreated) Error

type CredentialInputSourcesCredentialInputSourcesCreateForbidden

type CredentialInputSourcesCredentialInputSourcesCreateForbidden struct {
}

CredentialInputSourcesCredentialInputSourcesCreateForbidden handles this case with default header values.

No Permission Response

func NewCredentialInputSourcesCredentialInputSourcesCreateForbidden

func NewCredentialInputSourcesCredentialInputSourcesCreateForbidden() *CredentialInputSourcesCredentialInputSourcesCreateForbidden

NewCredentialInputSourcesCredentialInputSourcesCreateForbidden creates a CredentialInputSourcesCredentialInputSourcesCreateForbidden with default headers values

func (*CredentialInputSourcesCredentialInputSourcesCreateForbidden) Error

type CredentialInputSourcesCredentialInputSourcesCreateParams

type CredentialInputSourcesCredentialInputSourcesCreateParams struct {

	/*Data*/
	Data interface{}

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

CredentialInputSourcesCredentialInputSourcesCreateParams contains all the parameters to send to the API endpoint for the credential input sources credential input sources create operation typically these are written to a http.Request

func NewCredentialInputSourcesCredentialInputSourcesCreateParams

func NewCredentialInputSourcesCredentialInputSourcesCreateParams() *CredentialInputSourcesCredentialInputSourcesCreateParams

NewCredentialInputSourcesCredentialInputSourcesCreateParams creates a new CredentialInputSourcesCredentialInputSourcesCreateParams object with the default values initialized.

func NewCredentialInputSourcesCredentialInputSourcesCreateParamsWithContext

func NewCredentialInputSourcesCredentialInputSourcesCreateParamsWithContext(ctx context.Context) *CredentialInputSourcesCredentialInputSourcesCreateParams

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

func NewCredentialInputSourcesCredentialInputSourcesCreateParamsWithHTTPClient

func NewCredentialInputSourcesCredentialInputSourcesCreateParamsWithHTTPClient(client *http.Client) *CredentialInputSourcesCredentialInputSourcesCreateParams

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

func NewCredentialInputSourcesCredentialInputSourcesCreateParamsWithTimeout

func NewCredentialInputSourcesCredentialInputSourcesCreateParamsWithTimeout(timeout time.Duration) *CredentialInputSourcesCredentialInputSourcesCreateParams

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

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) SetContext

SetContext adds the context to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) SetData

func (o *CredentialInputSourcesCredentialInputSourcesCreateParams) SetData(data interface{})

SetData adds the data to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) SetTimeout

SetTimeout adds the timeout to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) WithContext

WithContext adds the context to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) WithData

WithData adds the data to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) WithTimeout

WithTimeout adds the timeout to the credential input sources credential input sources create params

func (*CredentialInputSourcesCredentialInputSourcesCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CredentialInputSourcesCredentialInputSourcesCreateReader

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

CredentialInputSourcesCredentialInputSourcesCreateReader is a Reader for the CredentialInputSourcesCredentialInputSourcesCreate structure.

func (*CredentialInputSourcesCredentialInputSourcesCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CredentialInputSourcesCredentialInputSourcesDeleteForbidden

type CredentialInputSourcesCredentialInputSourcesDeleteForbidden struct {
}

CredentialInputSourcesCredentialInputSourcesDeleteForbidden handles this case with default header values.

No Permission Response

func NewCredentialInputSourcesCredentialInputSourcesDeleteForbidden

func NewCredentialInputSourcesCredentialInputSourcesDeleteForbidden() *CredentialInputSourcesCredentialInputSourcesDeleteForbidden

NewCredentialInputSourcesCredentialInputSourcesDeleteForbidden creates a CredentialInputSourcesCredentialInputSourcesDeleteForbidden with default headers values

func (*CredentialInputSourcesCredentialInputSourcesDeleteForbidden) Error

type CredentialInputSourcesCredentialInputSourcesDeleteNoContent

type CredentialInputSourcesCredentialInputSourcesDeleteNoContent struct {
}

CredentialInputSourcesCredentialInputSourcesDeleteNoContent handles this case with default header values.

CredentialInputSourcesCredentialInputSourcesDeleteNoContent credential input sources credential input sources delete no content

func NewCredentialInputSourcesCredentialInputSourcesDeleteNoContent

func NewCredentialInputSourcesCredentialInputSourcesDeleteNoContent() *CredentialInputSourcesCredentialInputSourcesDeleteNoContent

NewCredentialInputSourcesCredentialInputSourcesDeleteNoContent creates a CredentialInputSourcesCredentialInputSourcesDeleteNoContent with default headers values

func (*CredentialInputSourcesCredentialInputSourcesDeleteNoContent) Error

type CredentialInputSourcesCredentialInputSourcesDeleteParams

type CredentialInputSourcesCredentialInputSourcesDeleteParams struct {

	/*ID*/
	ID string
	/*Search
	  A search term.

	*/
	Search *string

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

CredentialInputSourcesCredentialInputSourcesDeleteParams contains all the parameters to send to the API endpoint for the credential input sources credential input sources delete operation typically these are written to a http.Request

func NewCredentialInputSourcesCredentialInputSourcesDeleteParams

func NewCredentialInputSourcesCredentialInputSourcesDeleteParams() *CredentialInputSourcesCredentialInputSourcesDeleteParams

NewCredentialInputSourcesCredentialInputSourcesDeleteParams creates a new CredentialInputSourcesCredentialInputSourcesDeleteParams object with the default values initialized.

func NewCredentialInputSourcesCredentialInputSourcesDeleteParamsWithContext

func NewCredentialInputSourcesCredentialInputSourcesDeleteParamsWithContext(ctx context.Context) *CredentialInputSourcesCredentialInputSourcesDeleteParams

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

func NewCredentialInputSourcesCredentialInputSourcesDeleteParamsWithHTTPClient

func NewCredentialInputSourcesCredentialInputSourcesDeleteParamsWithHTTPClient(client *http.Client) *CredentialInputSourcesCredentialInputSourcesDeleteParams

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

func NewCredentialInputSourcesCredentialInputSourcesDeleteParamsWithTimeout

func NewCredentialInputSourcesCredentialInputSourcesDeleteParamsWithTimeout(timeout time.Duration) *CredentialInputSourcesCredentialInputSourcesDeleteParams

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

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) SetContext

SetContext adds the context to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) SetID

SetID adds the id to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) SetSearch

SetSearch adds the search to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) SetTimeout

SetTimeout adds the timeout to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) WithContext

WithContext adds the context to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) WithID

WithID adds the id to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) WithSearch

WithSearch adds the search to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) WithTimeout

WithTimeout adds the timeout to the credential input sources credential input sources delete params

func (*CredentialInputSourcesCredentialInputSourcesDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CredentialInputSourcesCredentialInputSourcesDeleteReader

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

CredentialInputSourcesCredentialInputSourcesDeleteReader is a Reader for the CredentialInputSourcesCredentialInputSourcesDelete structure.

func (*CredentialInputSourcesCredentialInputSourcesDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CredentialInputSourcesCredentialInputSourcesListOK

type CredentialInputSourcesCredentialInputSourcesListOK struct {
}

CredentialInputSourcesCredentialInputSourcesListOK handles this case with default header values.

OK

func NewCredentialInputSourcesCredentialInputSourcesListOK

func NewCredentialInputSourcesCredentialInputSourcesListOK() *CredentialInputSourcesCredentialInputSourcesListOK

NewCredentialInputSourcesCredentialInputSourcesListOK creates a CredentialInputSourcesCredentialInputSourcesListOK with default headers values

func (*CredentialInputSourcesCredentialInputSourcesListOK) Error

type CredentialInputSourcesCredentialInputSourcesListParams

type CredentialInputSourcesCredentialInputSourcesListParams struct {

	/*Page
	  A page number within the paginated result set.

	*/
	Page *int64
	/*PageSize
	  Number of results to return per page.

	*/
	PageSize *int64
	/*Search
	  A search term.

	*/
	Search *string

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

CredentialInputSourcesCredentialInputSourcesListParams contains all the parameters to send to the API endpoint for the credential input sources credential input sources list operation typically these are written to a http.Request

func NewCredentialInputSourcesCredentialInputSourcesListParams

func NewCredentialInputSourcesCredentialInputSourcesListParams() *CredentialInputSourcesCredentialInputSourcesListParams

NewCredentialInputSourcesCredentialInputSourcesListParams creates a new CredentialInputSourcesCredentialInputSourcesListParams object with the default values initialized.

func NewCredentialInputSourcesCredentialInputSourcesListParamsWithContext

func NewCredentialInputSourcesCredentialInputSourcesListParamsWithContext(ctx context.Context) *CredentialInputSourcesCredentialInputSourcesListParams

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

func NewCredentialInputSourcesCredentialInputSourcesListParamsWithHTTPClient

func NewCredentialInputSourcesCredentialInputSourcesListParamsWithHTTPClient(client *http.Client) *CredentialInputSourcesCredentialInputSourcesListParams

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

func NewCredentialInputSourcesCredentialInputSourcesListParamsWithTimeout

func NewCredentialInputSourcesCredentialInputSourcesListParamsWithTimeout(timeout time.Duration) *CredentialInputSourcesCredentialInputSourcesListParams

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

func (*CredentialInputSourcesCredentialInputSourcesListParams) SetContext

SetContext adds the context to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) SetPage

SetPage adds the page to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) SetPageSize

SetPageSize adds the pageSize to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) SetSearch

SetSearch adds the search to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) SetTimeout

SetTimeout adds the timeout to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) WithContext

WithContext adds the context to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) WithPage

WithPage adds the page to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) WithPageSize

WithPageSize adds the pageSize to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) WithSearch

WithSearch adds the search to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) WithTimeout

WithTimeout adds the timeout to the credential input sources credential input sources list params

func (*CredentialInputSourcesCredentialInputSourcesListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CredentialInputSourcesCredentialInputSourcesListReader

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

CredentialInputSourcesCredentialInputSourcesListReader is a Reader for the CredentialInputSourcesCredentialInputSourcesList structure.

func (*CredentialInputSourcesCredentialInputSourcesListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden

type CredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden struct {
}

CredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden handles this case with default header values.

No Permission Response

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden() *CredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden

NewCredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden creates a CredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden with default headers values

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateForbidden) Error

type CredentialInputSourcesCredentialInputSourcesPartialUpdateOK

type CredentialInputSourcesCredentialInputSourcesPartialUpdateOK struct {
}

CredentialInputSourcesCredentialInputSourcesPartialUpdateOK handles this case with default header values.

OK

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateOK

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateOK() *CredentialInputSourcesCredentialInputSourcesPartialUpdateOK

NewCredentialInputSourcesCredentialInputSourcesPartialUpdateOK creates a CredentialInputSourcesCredentialInputSourcesPartialUpdateOK with default headers values

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateOK) Error

type CredentialInputSourcesCredentialInputSourcesPartialUpdateParams

type CredentialInputSourcesCredentialInputSourcesPartialUpdateParams struct {

	/*Data*/
	Data interface{}
	/*ID*/
	ID string
	/*Search
	  A search term.

	*/
	Search *string

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

CredentialInputSourcesCredentialInputSourcesPartialUpdateParams contains all the parameters to send to the API endpoint for the credential input sources credential input sources partial update operation typically these are written to a http.Request

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParams

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParams() *CredentialInputSourcesCredentialInputSourcesPartialUpdateParams

NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParams creates a new CredentialInputSourcesCredentialInputSourcesPartialUpdateParams object with the default values initialized.

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParamsWithContext

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParamsWithContext(ctx context.Context) *CredentialInputSourcesCredentialInputSourcesPartialUpdateParams

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

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParamsWithHTTPClient

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParamsWithHTTPClient(client *http.Client) *CredentialInputSourcesCredentialInputSourcesPartialUpdateParams

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

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParamsWithTimeout

func NewCredentialInputSourcesCredentialInputSourcesPartialUpdateParamsWithTimeout(timeout time.Duration) *CredentialInputSourcesCredentialInputSourcesPartialUpdateParams

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

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) SetContext

SetContext adds the context to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) SetData

SetData adds the data to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) SetID

SetID adds the id to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) SetSearch

SetSearch adds the search to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) SetTimeout

SetTimeout adds the timeout to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) WithContext

WithContext adds the context to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) WithData

WithData adds the data to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) WithID

WithID adds the id to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) WithSearch

WithSearch adds the search to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the credential input sources credential input sources partial update params

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CredentialInputSourcesCredentialInputSourcesPartialUpdateReader

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

CredentialInputSourcesCredentialInputSourcesPartialUpdateReader is a Reader for the CredentialInputSourcesCredentialInputSourcesPartialUpdate structure.

func (*CredentialInputSourcesCredentialInputSourcesPartialUpdateReader) ReadResponse

ReadResponse reads a server response into the received o.

type CredentialInputSourcesCredentialInputSourcesReadForbidden

type CredentialInputSourcesCredentialInputSourcesReadForbidden struct {
}

CredentialInputSourcesCredentialInputSourcesReadForbidden handles this case with default header values.

No Permission Response

func NewCredentialInputSourcesCredentialInputSourcesReadForbidden

func NewCredentialInputSourcesCredentialInputSourcesReadForbidden() *CredentialInputSourcesCredentialInputSourcesReadForbidden

NewCredentialInputSourcesCredentialInputSourcesReadForbidden creates a CredentialInputSourcesCredentialInputSourcesReadForbidden with default headers values

func (*CredentialInputSourcesCredentialInputSourcesReadForbidden) Error

type CredentialInputSourcesCredentialInputSourcesReadOK

type CredentialInputSourcesCredentialInputSourcesReadOK struct {
}

CredentialInputSourcesCredentialInputSourcesReadOK handles this case with default header values.

OK

func NewCredentialInputSourcesCredentialInputSourcesReadOK

func NewCredentialInputSourcesCredentialInputSourcesReadOK() *CredentialInputSourcesCredentialInputSourcesReadOK

NewCredentialInputSourcesCredentialInputSourcesReadOK creates a CredentialInputSourcesCredentialInputSourcesReadOK with default headers values

func (*CredentialInputSourcesCredentialInputSourcesReadOK) Error

type CredentialInputSourcesCredentialInputSourcesReadParams

type CredentialInputSourcesCredentialInputSourcesReadParams struct {

	/*ID*/
	ID string
	/*Search
	  A search term.

	*/
	Search *string

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

CredentialInputSourcesCredentialInputSourcesReadParams contains all the parameters to send to the API endpoint for the credential input sources credential input sources read operation typically these are written to a http.Request

func NewCredentialInputSourcesCredentialInputSourcesReadParams

func NewCredentialInputSourcesCredentialInputSourcesReadParams() *CredentialInputSourcesCredentialInputSourcesReadParams

NewCredentialInputSourcesCredentialInputSourcesReadParams creates a new CredentialInputSourcesCredentialInputSourcesReadParams object with the default values initialized.

func NewCredentialInputSourcesCredentialInputSourcesReadParamsWithContext

func NewCredentialInputSourcesCredentialInputSourcesReadParamsWithContext(ctx context.Context) *CredentialInputSourcesCredentialInputSourcesReadParams

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

func NewCredentialInputSourcesCredentialInputSourcesReadParamsWithHTTPClient

func NewCredentialInputSourcesCredentialInputSourcesReadParamsWithHTTPClient(client *http.Client) *CredentialInputSourcesCredentialInputSourcesReadParams

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

func NewCredentialInputSourcesCredentialInputSourcesReadParamsWithTimeout

func NewCredentialInputSourcesCredentialInputSourcesReadParamsWithTimeout(timeout time.Duration) *CredentialInputSourcesCredentialInputSourcesReadParams

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

func (*CredentialInputSourcesCredentialInputSourcesReadParams) SetContext

SetContext adds the context to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) SetID

SetID adds the id to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) SetSearch

SetSearch adds the search to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) SetTimeout

SetTimeout adds the timeout to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) WithContext

WithContext adds the context to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) WithID

WithID adds the id to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) WithSearch

WithSearch adds the search to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) WithTimeout

WithTimeout adds the timeout to the credential input sources credential input sources read params

func (*CredentialInputSourcesCredentialInputSourcesReadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CredentialInputSourcesCredentialInputSourcesReadReader

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

CredentialInputSourcesCredentialInputSourcesReadReader is a Reader for the CredentialInputSourcesCredentialInputSourcesRead structure.

func (*CredentialInputSourcesCredentialInputSourcesReadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CredentialInputSourcesCredentialInputSourcesUpdateBody

type CredentialInputSourcesCredentialInputSourcesUpdateBody struct {

	// description
	Description string `json:"description,omitempty"`

	// input field name
	// Required: true
	InputFieldName *string `json:"input_field_name"`

	// metadata
	Metadata interface{} `json:"metadata,omitempty"`

	// source credential
	// Required: true
	SourceCredential *int64 `json:"source_credential"`

	// target credential
	// Required: true
	TargetCredential *int64 `json:"target_credential"`
}

CredentialInputSourcesCredentialInputSourcesUpdateBody credential input sources credential input sources update body swagger:model CredentialInputSourcesCredentialInputSourcesUpdateBody

func (*CredentialInputSourcesCredentialInputSourcesUpdateBody) MarshalBinary

MarshalBinary interface implementation

func (*CredentialInputSourcesCredentialInputSourcesUpdateBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CredentialInputSourcesCredentialInputSourcesUpdateBody) Validate

Validate validates this credential input sources credential input sources update body

type CredentialInputSourcesCredentialInputSourcesUpdateOK

type CredentialInputSourcesCredentialInputSourcesUpdateOK struct {
}

CredentialInputSourcesCredentialInputSourcesUpdateOK handles this case with default header values.

OK

func NewCredentialInputSourcesCredentialInputSourcesUpdateOK

func NewCredentialInputSourcesCredentialInputSourcesUpdateOK() *CredentialInputSourcesCredentialInputSourcesUpdateOK

NewCredentialInputSourcesCredentialInputSourcesUpdateOK creates a CredentialInputSourcesCredentialInputSourcesUpdateOK with default headers values

func (*CredentialInputSourcesCredentialInputSourcesUpdateOK) Error

type CredentialInputSourcesCredentialInputSourcesUpdateParams

type CredentialInputSourcesCredentialInputSourcesUpdateParams struct {

	/*Data*/
	Data CredentialInputSourcesCredentialInputSourcesUpdateBody
	/*ID*/
	ID string
	/*Search
	  A search term.

	*/
	Search *string

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

CredentialInputSourcesCredentialInputSourcesUpdateParams contains all the parameters to send to the API endpoint for the credential input sources credential input sources update operation typically these are written to a http.Request

func NewCredentialInputSourcesCredentialInputSourcesUpdateParams

func NewCredentialInputSourcesCredentialInputSourcesUpdateParams() *CredentialInputSourcesCredentialInputSourcesUpdateParams

NewCredentialInputSourcesCredentialInputSourcesUpdateParams creates a new CredentialInputSourcesCredentialInputSourcesUpdateParams object with the default values initialized.

func NewCredentialInputSourcesCredentialInputSourcesUpdateParamsWithContext

func NewCredentialInputSourcesCredentialInputSourcesUpdateParamsWithContext(ctx context.Context) *CredentialInputSourcesCredentialInputSourcesUpdateParams

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

func NewCredentialInputSourcesCredentialInputSourcesUpdateParamsWithHTTPClient

func NewCredentialInputSourcesCredentialInputSourcesUpdateParamsWithHTTPClient(client *http.Client) *CredentialInputSourcesCredentialInputSourcesUpdateParams

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

func NewCredentialInputSourcesCredentialInputSourcesUpdateParamsWithTimeout

func NewCredentialInputSourcesCredentialInputSourcesUpdateParamsWithTimeout(timeout time.Duration) *CredentialInputSourcesCredentialInputSourcesUpdateParams

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

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) SetContext

SetContext adds the context to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) SetData

SetData adds the data to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) SetID

SetID adds the id to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) SetSearch

SetSearch adds the search to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) SetTimeout

SetTimeout adds the timeout to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) WithContext

WithContext adds the context to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) WithData

WithData adds the data to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) WithID

WithID adds the id to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) WithSearch

WithSearch adds the search to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) WithTimeout

WithTimeout adds the timeout to the credential input sources credential input sources update params

func (*CredentialInputSourcesCredentialInputSourcesUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CredentialInputSourcesCredentialInputSourcesUpdateReader

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

CredentialInputSourcesCredentialInputSourcesUpdateReader is a Reader for the CredentialInputSourcesCredentialInputSourcesUpdate structure.

func (*CredentialInputSourcesCredentialInputSourcesUpdateReader) ReadResponse

func (o *CredentialInputSourcesCredentialInputSourcesUpdateReader) 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