authentication

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 AuthenticationApplicationsActivityStreamListOK

type AuthenticationApplicationsActivityStreamListOK struct {
}

AuthenticationApplicationsActivityStreamListOK handles this case with default header values.

OK

func NewAuthenticationApplicationsActivityStreamListOK

func NewAuthenticationApplicationsActivityStreamListOK() *AuthenticationApplicationsActivityStreamListOK

NewAuthenticationApplicationsActivityStreamListOK creates a AuthenticationApplicationsActivityStreamListOK with default headers values

func (*AuthenticationApplicationsActivityStreamListOK) Error

type AuthenticationApplicationsActivityStreamListParams

type AuthenticationApplicationsActivityStreamListParams struct {

	/*ID*/
	ID string
	/*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
}

AuthenticationApplicationsActivityStreamListParams contains all the parameters to send to the API endpoint for the authentication applications activity stream list operation typically these are written to a http.Request

func NewAuthenticationApplicationsActivityStreamListParams

func NewAuthenticationApplicationsActivityStreamListParams() *AuthenticationApplicationsActivityStreamListParams

NewAuthenticationApplicationsActivityStreamListParams creates a new AuthenticationApplicationsActivityStreamListParams object with the default values initialized.

func NewAuthenticationApplicationsActivityStreamListParamsWithContext

func NewAuthenticationApplicationsActivityStreamListParamsWithContext(ctx context.Context) *AuthenticationApplicationsActivityStreamListParams

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

func NewAuthenticationApplicationsActivityStreamListParamsWithHTTPClient

func NewAuthenticationApplicationsActivityStreamListParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsActivityStreamListParams

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

func NewAuthenticationApplicationsActivityStreamListParamsWithTimeout

func NewAuthenticationApplicationsActivityStreamListParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsActivityStreamListParams

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

func (*AuthenticationApplicationsActivityStreamListParams) SetContext

SetContext adds the context to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) SetID

SetID adds the id to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) SetPage

SetPage adds the page to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) SetPageSize

SetPageSize adds the pageSize to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) SetSearch

SetSearch adds the search to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) SetTimeout

SetTimeout adds the timeout to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WithContext

WithContext adds the context to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WithID

WithID adds the id to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WithPage

WithPage adds the page to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WithPageSize

WithPageSize adds the pageSize to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WithSearch

WithSearch adds the search to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WithTimeout

WithTimeout adds the timeout to the authentication applications activity stream list params

func (*AuthenticationApplicationsActivityStreamListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsActivityStreamListReader

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

AuthenticationApplicationsActivityStreamListReader is a Reader for the AuthenticationApplicationsActivityStreamList structure.

func (*AuthenticationApplicationsActivityStreamListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsCreate0BadRequest

type AuthenticationApplicationsCreate0BadRequest struct {
}

AuthenticationApplicationsCreate0BadRequest handles this case with default header values.

Bad Request

func NewAuthenticationApplicationsCreate0BadRequest

func NewAuthenticationApplicationsCreate0BadRequest() *AuthenticationApplicationsCreate0BadRequest

NewAuthenticationApplicationsCreate0BadRequest creates a AuthenticationApplicationsCreate0BadRequest with default headers values

func (*AuthenticationApplicationsCreate0BadRequest) Error

type AuthenticationApplicationsCreate0Created

type AuthenticationApplicationsCreate0Created struct {
}

AuthenticationApplicationsCreate0Created handles this case with default header values.

AuthenticationApplicationsCreate0Created authentication applications create0 created

func NewAuthenticationApplicationsCreate0Created

func NewAuthenticationApplicationsCreate0Created() *AuthenticationApplicationsCreate0Created

NewAuthenticationApplicationsCreate0Created creates a AuthenticationApplicationsCreate0Created with default headers values

func (*AuthenticationApplicationsCreate0Created) Error

type AuthenticationApplicationsCreate0Params

type AuthenticationApplicationsCreate0Params struct {

	/*Data*/
	Data interface{}

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

AuthenticationApplicationsCreate0Params contains all the parameters to send to the API endpoint for the authentication applications create 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsCreate0Params

func NewAuthenticationApplicationsCreate0Params() *AuthenticationApplicationsCreate0Params

NewAuthenticationApplicationsCreate0Params creates a new AuthenticationApplicationsCreate0Params object with the default values initialized.

func NewAuthenticationApplicationsCreate0ParamsWithContext

func NewAuthenticationApplicationsCreate0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsCreate0Params

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

func NewAuthenticationApplicationsCreate0ParamsWithHTTPClient

func NewAuthenticationApplicationsCreate0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsCreate0Params

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

func NewAuthenticationApplicationsCreate0ParamsWithTimeout

func NewAuthenticationApplicationsCreate0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsCreate0Params

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

func (*AuthenticationApplicationsCreate0Params) SetContext

SetContext adds the context to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) SetData

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

SetData adds the data to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) SetTimeout

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

SetTimeout adds the timeout to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) WithContext

WithContext adds the context to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) WithData

WithData adds the data to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications create 0 params

func (*AuthenticationApplicationsCreate0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsCreate0Reader

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

AuthenticationApplicationsCreate0Reader is a Reader for the AuthenticationApplicationsCreate0 structure.

func (*AuthenticationApplicationsCreate0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsDelete0NoContent

type AuthenticationApplicationsDelete0NoContent struct {
}

AuthenticationApplicationsDelete0NoContent handles this case with default header values.

AuthenticationApplicationsDelete0NoContent authentication applications delete0 no content

func NewAuthenticationApplicationsDelete0NoContent

func NewAuthenticationApplicationsDelete0NoContent() *AuthenticationApplicationsDelete0NoContent

NewAuthenticationApplicationsDelete0NoContent creates a AuthenticationApplicationsDelete0NoContent with default headers values

func (*AuthenticationApplicationsDelete0NoContent) Error

type AuthenticationApplicationsDelete0Params

type AuthenticationApplicationsDelete0Params struct {

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

	*/
	Search *string

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

AuthenticationApplicationsDelete0Params contains all the parameters to send to the API endpoint for the authentication applications delete 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsDelete0Params

func NewAuthenticationApplicationsDelete0Params() *AuthenticationApplicationsDelete0Params

NewAuthenticationApplicationsDelete0Params creates a new AuthenticationApplicationsDelete0Params object with the default values initialized.

func NewAuthenticationApplicationsDelete0ParamsWithContext

func NewAuthenticationApplicationsDelete0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsDelete0Params

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

func NewAuthenticationApplicationsDelete0ParamsWithHTTPClient

func NewAuthenticationApplicationsDelete0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsDelete0Params

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

func NewAuthenticationApplicationsDelete0ParamsWithTimeout

func NewAuthenticationApplicationsDelete0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsDelete0Params

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

func (*AuthenticationApplicationsDelete0Params) SetContext

SetContext adds the context to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) SetID

SetID adds the id to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) SetSearch

func (o *AuthenticationApplicationsDelete0Params) SetSearch(search *string)

SetSearch adds the search to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) SetTimeout

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

SetTimeout adds the timeout to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) WithContext

WithContext adds the context to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) WithID

WithID adds the id to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) WithSearch

WithSearch adds the search to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications delete 0 params

func (*AuthenticationApplicationsDelete0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsDelete0Reader

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

AuthenticationApplicationsDelete0Reader is a Reader for the AuthenticationApplicationsDelete0 structure.

func (*AuthenticationApplicationsDelete0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsList0OK

type AuthenticationApplicationsList0OK struct {
}

AuthenticationApplicationsList0OK handles this case with default header values.

OK

func NewAuthenticationApplicationsList0OK

func NewAuthenticationApplicationsList0OK() *AuthenticationApplicationsList0OK

NewAuthenticationApplicationsList0OK creates a AuthenticationApplicationsList0OK with default headers values

func (*AuthenticationApplicationsList0OK) Error

type AuthenticationApplicationsList0Params

type AuthenticationApplicationsList0Params 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
}

AuthenticationApplicationsList0Params contains all the parameters to send to the API endpoint for the authentication applications list 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsList0Params

func NewAuthenticationApplicationsList0Params() *AuthenticationApplicationsList0Params

NewAuthenticationApplicationsList0Params creates a new AuthenticationApplicationsList0Params object with the default values initialized.

func NewAuthenticationApplicationsList0ParamsWithContext

func NewAuthenticationApplicationsList0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsList0Params

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

func NewAuthenticationApplicationsList0ParamsWithHTTPClient

func NewAuthenticationApplicationsList0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsList0Params

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

func NewAuthenticationApplicationsList0ParamsWithTimeout

func NewAuthenticationApplicationsList0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsList0Params

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

func (*AuthenticationApplicationsList0Params) SetContext

SetContext adds the context to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) SetPage

func (o *AuthenticationApplicationsList0Params) SetPage(page *int64)

SetPage adds the page to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) SetPageSize

func (o *AuthenticationApplicationsList0Params) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) SetSearch

func (o *AuthenticationApplicationsList0Params) SetSearch(search *string)

SetSearch adds the search to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) SetTimeout

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

SetTimeout adds the timeout to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) WithContext

WithContext adds the context to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) WithPage

WithPage adds the page to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) WithPageSize

WithPageSize adds the pageSize to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) WithSearch

WithSearch adds the search to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications list 0 params

func (*AuthenticationApplicationsList0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsList0Reader

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

AuthenticationApplicationsList0Reader is a Reader for the AuthenticationApplicationsList0 structure.

func (*AuthenticationApplicationsList0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsPartialUpdate0OK

type AuthenticationApplicationsPartialUpdate0OK struct {
}

AuthenticationApplicationsPartialUpdate0OK handles this case with default header values.

OK

func NewAuthenticationApplicationsPartialUpdate0OK

func NewAuthenticationApplicationsPartialUpdate0OK() *AuthenticationApplicationsPartialUpdate0OK

NewAuthenticationApplicationsPartialUpdate0OK creates a AuthenticationApplicationsPartialUpdate0OK with default headers values

func (*AuthenticationApplicationsPartialUpdate0OK) Error

type AuthenticationApplicationsPartialUpdate0Params

type AuthenticationApplicationsPartialUpdate0Params struct {

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

	*/
	Search *string

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

AuthenticationApplicationsPartialUpdate0Params contains all the parameters to send to the API endpoint for the authentication applications partial update 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsPartialUpdate0Params

func NewAuthenticationApplicationsPartialUpdate0Params() *AuthenticationApplicationsPartialUpdate0Params

NewAuthenticationApplicationsPartialUpdate0Params creates a new AuthenticationApplicationsPartialUpdate0Params object with the default values initialized.

func NewAuthenticationApplicationsPartialUpdate0ParamsWithContext

func NewAuthenticationApplicationsPartialUpdate0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsPartialUpdate0Params

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

func NewAuthenticationApplicationsPartialUpdate0ParamsWithHTTPClient

func NewAuthenticationApplicationsPartialUpdate0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsPartialUpdate0Params

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

func NewAuthenticationApplicationsPartialUpdate0ParamsWithTimeout

func NewAuthenticationApplicationsPartialUpdate0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsPartialUpdate0Params

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

func (*AuthenticationApplicationsPartialUpdate0Params) SetContext

SetContext adds the context to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) SetData

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

SetData adds the data to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) SetID

SetID adds the id to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) SetSearch

SetSearch adds the search to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) SetTimeout

SetTimeout adds the timeout to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) WithContext

WithContext adds the context to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) WithData

WithData adds the data to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) WithID

WithID adds the id to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) WithSearch

WithSearch adds the search to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications partial update 0 params

func (*AuthenticationApplicationsPartialUpdate0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsPartialUpdate0Reader

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

AuthenticationApplicationsPartialUpdate0Reader is a Reader for the AuthenticationApplicationsPartialUpdate0 structure.

func (*AuthenticationApplicationsPartialUpdate0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsRead0OK

type AuthenticationApplicationsRead0OK struct {
}

AuthenticationApplicationsRead0OK handles this case with default header values.

OK

func NewAuthenticationApplicationsRead0OK

func NewAuthenticationApplicationsRead0OK() *AuthenticationApplicationsRead0OK

NewAuthenticationApplicationsRead0OK creates a AuthenticationApplicationsRead0OK with default headers values

func (*AuthenticationApplicationsRead0OK) Error

type AuthenticationApplicationsRead0Params

type AuthenticationApplicationsRead0Params struct {

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

	*/
	Search *string

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

AuthenticationApplicationsRead0Params contains all the parameters to send to the API endpoint for the authentication applications read 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsRead0Params

func NewAuthenticationApplicationsRead0Params() *AuthenticationApplicationsRead0Params

NewAuthenticationApplicationsRead0Params creates a new AuthenticationApplicationsRead0Params object with the default values initialized.

func NewAuthenticationApplicationsRead0ParamsWithContext

func NewAuthenticationApplicationsRead0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsRead0Params

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

func NewAuthenticationApplicationsRead0ParamsWithHTTPClient

func NewAuthenticationApplicationsRead0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsRead0Params

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

func NewAuthenticationApplicationsRead0ParamsWithTimeout

func NewAuthenticationApplicationsRead0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsRead0Params

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

func (*AuthenticationApplicationsRead0Params) SetContext

SetContext adds the context to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) SetID

SetID adds the id to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) SetSearch

func (o *AuthenticationApplicationsRead0Params) SetSearch(search *string)

SetSearch adds the search to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) SetTimeout

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

SetTimeout adds the timeout to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) WithContext

WithContext adds the context to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) WithID

WithID adds the id to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) WithSearch

WithSearch adds the search to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications read 0 params

func (*AuthenticationApplicationsRead0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsRead0Reader

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

AuthenticationApplicationsRead0Reader is a Reader for the AuthenticationApplicationsRead0 structure.

func (*AuthenticationApplicationsRead0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsTokensCreate0Created

type AuthenticationApplicationsTokensCreate0Created struct {
}

AuthenticationApplicationsTokensCreate0Created handles this case with default header values.

AuthenticationApplicationsTokensCreate0Created authentication applications tokens create0 created

func NewAuthenticationApplicationsTokensCreate0Created

func NewAuthenticationApplicationsTokensCreate0Created() *AuthenticationApplicationsTokensCreate0Created

NewAuthenticationApplicationsTokensCreate0Created creates a AuthenticationApplicationsTokensCreate0Created with default headers values

func (*AuthenticationApplicationsTokensCreate0Created) Error

type AuthenticationApplicationsTokensCreate0Params

type AuthenticationApplicationsTokensCreate0Params struct {

	/*Data*/
	Data interface{}
	/*ID*/
	ID string

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

AuthenticationApplicationsTokensCreate0Params contains all the parameters to send to the API endpoint for the authentication applications tokens create 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsTokensCreate0Params

func NewAuthenticationApplicationsTokensCreate0Params() *AuthenticationApplicationsTokensCreate0Params

NewAuthenticationApplicationsTokensCreate0Params creates a new AuthenticationApplicationsTokensCreate0Params object with the default values initialized.

func NewAuthenticationApplicationsTokensCreate0ParamsWithContext

func NewAuthenticationApplicationsTokensCreate0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsTokensCreate0Params

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

func NewAuthenticationApplicationsTokensCreate0ParamsWithHTTPClient

func NewAuthenticationApplicationsTokensCreate0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsTokensCreate0Params

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

func NewAuthenticationApplicationsTokensCreate0ParamsWithTimeout

func NewAuthenticationApplicationsTokensCreate0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsTokensCreate0Params

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

func (*AuthenticationApplicationsTokensCreate0Params) SetContext

SetContext adds the context to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) SetData

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

SetData adds the data to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) SetID

SetID adds the id to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) SetTimeout

SetTimeout adds the timeout to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) WithContext

WithContext adds the context to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) WithData

WithData adds the data to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) WithID

WithID adds the id to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications tokens create 0 params

func (*AuthenticationApplicationsTokensCreate0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsTokensCreate0Reader

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

AuthenticationApplicationsTokensCreate0Reader is a Reader for the AuthenticationApplicationsTokensCreate0 structure.

func (*AuthenticationApplicationsTokensCreate0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsTokensList0OK

type AuthenticationApplicationsTokensList0OK struct {
}

AuthenticationApplicationsTokensList0OK handles this case with default header values.

OK

func NewAuthenticationApplicationsTokensList0OK

func NewAuthenticationApplicationsTokensList0OK() *AuthenticationApplicationsTokensList0OK

NewAuthenticationApplicationsTokensList0OK creates a AuthenticationApplicationsTokensList0OK with default headers values

func (*AuthenticationApplicationsTokensList0OK) Error

type AuthenticationApplicationsTokensList0Params

type AuthenticationApplicationsTokensList0Params struct {

	/*ID*/
	ID string
	/*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
}

AuthenticationApplicationsTokensList0Params contains all the parameters to send to the API endpoint for the authentication applications tokens list 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsTokensList0Params

func NewAuthenticationApplicationsTokensList0Params() *AuthenticationApplicationsTokensList0Params

NewAuthenticationApplicationsTokensList0Params creates a new AuthenticationApplicationsTokensList0Params object with the default values initialized.

func NewAuthenticationApplicationsTokensList0ParamsWithContext

func NewAuthenticationApplicationsTokensList0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsTokensList0Params

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

func NewAuthenticationApplicationsTokensList0ParamsWithHTTPClient

func NewAuthenticationApplicationsTokensList0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsTokensList0Params

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

func NewAuthenticationApplicationsTokensList0ParamsWithTimeout

func NewAuthenticationApplicationsTokensList0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsTokensList0Params

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

func (*AuthenticationApplicationsTokensList0Params) SetContext

SetContext adds the context to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) SetID

SetID adds the id to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) SetPage

SetPage adds the page to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) SetPageSize

func (o *AuthenticationApplicationsTokensList0Params) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) SetSearch

SetSearch adds the search to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) SetTimeout

SetTimeout adds the timeout to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WithContext

WithContext adds the context to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WithID

WithID adds the id to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WithPage

WithPage adds the page to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WithPageSize

WithPageSize adds the pageSize to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WithSearch

WithSearch adds the search to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications tokens list 0 params

func (*AuthenticationApplicationsTokensList0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsTokensList0Reader

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

AuthenticationApplicationsTokensList0Reader is a Reader for the AuthenticationApplicationsTokensList0 structure.

func (*AuthenticationApplicationsTokensList0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationApplicationsUpdate0Body

type AuthenticationApplicationsUpdate0Body struct {

	// The Grant type the user must use for acquire tokens for this application.
	// Required: true
	AuthorizationGrantType *string `json:"authorization_grant_type"`

	// Set to Public or Confidential depending on how secure the client device is.
	// Required: true
	ClientType *string `json:"client_type"`

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

	// name
	// Required: true
	Name *string `json:"name"`

	// Organization containing this application.
	// Required: true
	Organization *int64 `json:"organization"`

	// Allowed URIs list, space separated
	RedirectUris string `json:"redirect_uris,omitempty"`

	// Set True to skip authorization step for completely trusted applications.
	SkipAuthorization string `json:"skip_authorization,omitempty"`
}

AuthenticationApplicationsUpdate0Body authentication applications update0 body swagger:model AuthenticationApplicationsUpdate0Body

func (*AuthenticationApplicationsUpdate0Body) MarshalBinary

func (o *AuthenticationApplicationsUpdate0Body) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AuthenticationApplicationsUpdate0Body) UnmarshalBinary

func (o *AuthenticationApplicationsUpdate0Body) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AuthenticationApplicationsUpdate0Body) Validate

Validate validates this authentication applications update0 body

type AuthenticationApplicationsUpdate0OK

type AuthenticationApplicationsUpdate0OK struct {
}

AuthenticationApplicationsUpdate0OK handles this case with default header values.

OK

func NewAuthenticationApplicationsUpdate0OK

func NewAuthenticationApplicationsUpdate0OK() *AuthenticationApplicationsUpdate0OK

NewAuthenticationApplicationsUpdate0OK creates a AuthenticationApplicationsUpdate0OK with default headers values

func (*AuthenticationApplicationsUpdate0OK) Error

type AuthenticationApplicationsUpdate0Params

type AuthenticationApplicationsUpdate0Params struct {

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

	*/
	Search *string

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

AuthenticationApplicationsUpdate0Params contains all the parameters to send to the API endpoint for the authentication applications update 0 operation typically these are written to a http.Request

func NewAuthenticationApplicationsUpdate0Params

func NewAuthenticationApplicationsUpdate0Params() *AuthenticationApplicationsUpdate0Params

NewAuthenticationApplicationsUpdate0Params creates a new AuthenticationApplicationsUpdate0Params object with the default values initialized.

func NewAuthenticationApplicationsUpdate0ParamsWithContext

func NewAuthenticationApplicationsUpdate0ParamsWithContext(ctx context.Context) *AuthenticationApplicationsUpdate0Params

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

func NewAuthenticationApplicationsUpdate0ParamsWithHTTPClient

func NewAuthenticationApplicationsUpdate0ParamsWithHTTPClient(client *http.Client) *AuthenticationApplicationsUpdate0Params

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

func NewAuthenticationApplicationsUpdate0ParamsWithTimeout

func NewAuthenticationApplicationsUpdate0ParamsWithTimeout(timeout time.Duration) *AuthenticationApplicationsUpdate0Params

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

func (*AuthenticationApplicationsUpdate0Params) SetContext

SetContext adds the context to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) SetData

SetData adds the data to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) SetID

SetID adds the id to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) SetSearch

func (o *AuthenticationApplicationsUpdate0Params) SetSearch(search *string)

SetSearch adds the search to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) SetTimeout

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

SetTimeout adds the timeout to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) WithContext

WithContext adds the context to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) WithData

WithData adds the data to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) WithID

WithID adds the id to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) WithSearch

WithSearch adds the search to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) WithTimeout

WithTimeout adds the timeout to the authentication applications update 0 params

func (*AuthenticationApplicationsUpdate0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationApplicationsUpdate0Reader

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

AuthenticationApplicationsUpdate0Reader is a Reader for the AuthenticationApplicationsUpdate0 structure.

func (*AuthenticationApplicationsUpdate0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationOListOK

type AuthenticationOListOK struct {
}

AuthenticationOListOK handles this case with default header values.

OK

func NewAuthenticationOListOK

func NewAuthenticationOListOK() *AuthenticationOListOK

NewAuthenticationOListOK creates a AuthenticationOListOK with default headers values

func (*AuthenticationOListOK) Error

func (o *AuthenticationOListOK) Error() string

type AuthenticationTokensActivityStreamListOK

type AuthenticationTokensActivityStreamListOK struct {
}

AuthenticationTokensActivityStreamListOK handles this case with default header values.

OK

func NewAuthenticationTokensActivityStreamListOK

func NewAuthenticationTokensActivityStreamListOK() *AuthenticationTokensActivityStreamListOK

NewAuthenticationTokensActivityStreamListOK creates a AuthenticationTokensActivityStreamListOK with default headers values

func (*AuthenticationTokensActivityStreamListOK) Error

type AuthenticationTokensActivityStreamListParams

type AuthenticationTokensActivityStreamListParams struct {

	/*ID*/
	ID string
	/*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
}

AuthenticationTokensActivityStreamListParams contains all the parameters to send to the API endpoint for the authentication tokens activity stream list operation typically these are written to a http.Request

func NewAuthenticationTokensActivityStreamListParams

func NewAuthenticationTokensActivityStreamListParams() *AuthenticationTokensActivityStreamListParams

NewAuthenticationTokensActivityStreamListParams creates a new AuthenticationTokensActivityStreamListParams object with the default values initialized.

func NewAuthenticationTokensActivityStreamListParamsWithContext

func NewAuthenticationTokensActivityStreamListParamsWithContext(ctx context.Context) *AuthenticationTokensActivityStreamListParams

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

func NewAuthenticationTokensActivityStreamListParamsWithHTTPClient

func NewAuthenticationTokensActivityStreamListParamsWithHTTPClient(client *http.Client) *AuthenticationTokensActivityStreamListParams

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

func NewAuthenticationTokensActivityStreamListParamsWithTimeout

func NewAuthenticationTokensActivityStreamListParamsWithTimeout(timeout time.Duration) *AuthenticationTokensActivityStreamListParams

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

func (*AuthenticationTokensActivityStreamListParams) SetContext

SetContext adds the context to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) SetID

SetID adds the id to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) SetPage

SetPage adds the page to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) SetPageSize

func (o *AuthenticationTokensActivityStreamListParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) SetSearch

SetSearch adds the search to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) SetTimeout

SetTimeout adds the timeout to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WithContext

WithContext adds the context to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WithID

WithID adds the id to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WithPage

WithPage adds the page to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WithPageSize

WithPageSize adds the pageSize to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WithSearch

WithSearch adds the search to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WithTimeout

WithTimeout adds the timeout to the authentication tokens activity stream list params

func (*AuthenticationTokensActivityStreamListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationTokensActivityStreamListReader

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

AuthenticationTokensActivityStreamListReader is a Reader for the AuthenticationTokensActivityStreamList structure.

func (*AuthenticationTokensActivityStreamListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationTokensCreate0Created

type AuthenticationTokensCreate0Created struct {
}

AuthenticationTokensCreate0Created handles this case with default header values.

AuthenticationTokensCreate0Created authentication tokens create0 created

func NewAuthenticationTokensCreate0Created

func NewAuthenticationTokensCreate0Created() *AuthenticationTokensCreate0Created

NewAuthenticationTokensCreate0Created creates a AuthenticationTokensCreate0Created with default headers values

func (*AuthenticationTokensCreate0Created) Error

type AuthenticationTokensCreate0Params

type AuthenticationTokensCreate0Params struct {

	/*Data*/
	Data interface{}

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

AuthenticationTokensCreate0Params contains all the parameters to send to the API endpoint for the authentication tokens create 0 operation typically these are written to a http.Request

func NewAuthenticationTokensCreate0Params

func NewAuthenticationTokensCreate0Params() *AuthenticationTokensCreate0Params

NewAuthenticationTokensCreate0Params creates a new AuthenticationTokensCreate0Params object with the default values initialized.

func NewAuthenticationTokensCreate0ParamsWithContext

func NewAuthenticationTokensCreate0ParamsWithContext(ctx context.Context) *AuthenticationTokensCreate0Params

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

func NewAuthenticationTokensCreate0ParamsWithHTTPClient

func NewAuthenticationTokensCreate0ParamsWithHTTPClient(client *http.Client) *AuthenticationTokensCreate0Params

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

func NewAuthenticationTokensCreate0ParamsWithTimeout

func NewAuthenticationTokensCreate0ParamsWithTimeout(timeout time.Duration) *AuthenticationTokensCreate0Params

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

func (*AuthenticationTokensCreate0Params) SetContext

SetContext adds the context to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) SetData

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

SetData adds the data to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) SetTimeout

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

SetTimeout adds the timeout to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) WithContext

WithContext adds the context to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) WithData

WithData adds the data to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) WithTimeout

WithTimeout adds the timeout to the authentication tokens create 0 params

func (*AuthenticationTokensCreate0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationTokensCreate0Reader

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

AuthenticationTokensCreate0Reader is a Reader for the AuthenticationTokensCreate0 structure.

func (*AuthenticationTokensCreate0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationTokensDeleteNoContent

type AuthenticationTokensDeleteNoContent struct {
}

AuthenticationTokensDeleteNoContent handles this case with default header values.

AuthenticationTokensDeleteNoContent authentication tokens delete no content

func NewAuthenticationTokensDeleteNoContent

func NewAuthenticationTokensDeleteNoContent() *AuthenticationTokensDeleteNoContent

NewAuthenticationTokensDeleteNoContent creates a AuthenticationTokensDeleteNoContent with default headers values

func (*AuthenticationTokensDeleteNoContent) Error

type AuthenticationTokensDeleteParams

type AuthenticationTokensDeleteParams struct {

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

	*/
	Search *string

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

AuthenticationTokensDeleteParams contains all the parameters to send to the API endpoint for the authentication tokens delete operation typically these are written to a http.Request

func NewAuthenticationTokensDeleteParams

func NewAuthenticationTokensDeleteParams() *AuthenticationTokensDeleteParams

NewAuthenticationTokensDeleteParams creates a new AuthenticationTokensDeleteParams object with the default values initialized.

func NewAuthenticationTokensDeleteParamsWithContext

func NewAuthenticationTokensDeleteParamsWithContext(ctx context.Context) *AuthenticationTokensDeleteParams

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

func NewAuthenticationTokensDeleteParamsWithHTTPClient

func NewAuthenticationTokensDeleteParamsWithHTTPClient(client *http.Client) *AuthenticationTokensDeleteParams

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

func NewAuthenticationTokensDeleteParamsWithTimeout

func NewAuthenticationTokensDeleteParamsWithTimeout(timeout time.Duration) *AuthenticationTokensDeleteParams

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

func (*AuthenticationTokensDeleteParams) SetContext

SetContext adds the context to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) SetID

SetID adds the id to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) SetSearch

func (o *AuthenticationTokensDeleteParams) SetSearch(search *string)

SetSearch adds the search to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) WithContext

WithContext adds the context to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) WithID

WithID adds the id to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) WithSearch

WithSearch adds the search to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) WithTimeout

WithTimeout adds the timeout to the authentication tokens delete params

func (*AuthenticationTokensDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationTokensDeleteReader

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

AuthenticationTokensDeleteReader is a Reader for the AuthenticationTokensDelete structure.

func (*AuthenticationTokensDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationTokensList0OK

type AuthenticationTokensList0OK struct {
}

AuthenticationTokensList0OK handles this case with default header values.

OK

func NewAuthenticationTokensList0OK

func NewAuthenticationTokensList0OK() *AuthenticationTokensList0OK

NewAuthenticationTokensList0OK creates a AuthenticationTokensList0OK with default headers values

func (*AuthenticationTokensList0OK) Error

type AuthenticationTokensList0Params

type AuthenticationTokensList0Params 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
}

AuthenticationTokensList0Params contains all the parameters to send to the API endpoint for the authentication tokens list 0 operation typically these are written to a http.Request

func NewAuthenticationTokensList0Params

func NewAuthenticationTokensList0Params() *AuthenticationTokensList0Params

NewAuthenticationTokensList0Params creates a new AuthenticationTokensList0Params object with the default values initialized.

func NewAuthenticationTokensList0ParamsWithContext

func NewAuthenticationTokensList0ParamsWithContext(ctx context.Context) *AuthenticationTokensList0Params

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

func NewAuthenticationTokensList0ParamsWithHTTPClient

func NewAuthenticationTokensList0ParamsWithHTTPClient(client *http.Client) *AuthenticationTokensList0Params

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

func NewAuthenticationTokensList0ParamsWithTimeout

func NewAuthenticationTokensList0ParamsWithTimeout(timeout time.Duration) *AuthenticationTokensList0Params

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

func (*AuthenticationTokensList0Params) SetContext

func (o *AuthenticationTokensList0Params) SetContext(ctx context.Context)

SetContext adds the context to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) SetPage

func (o *AuthenticationTokensList0Params) SetPage(page *int64)

SetPage adds the page to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) SetPageSize

func (o *AuthenticationTokensList0Params) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) SetSearch

func (o *AuthenticationTokensList0Params) SetSearch(search *string)

SetSearch adds the search to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) SetTimeout

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

SetTimeout adds the timeout to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) WithContext

WithContext adds the context to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) WithPage

WithPage adds the page to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) WithPageSize

WithPageSize adds the pageSize to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) WithSearch

WithSearch adds the search to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) WithTimeout

WithTimeout adds the timeout to the authentication tokens list 0 params

func (*AuthenticationTokensList0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationTokensList0Reader

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

AuthenticationTokensList0Reader is a Reader for the AuthenticationTokensList0 structure.

func (*AuthenticationTokensList0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationTokensPartialUpdateOK

type AuthenticationTokensPartialUpdateOK struct {
}

AuthenticationTokensPartialUpdateOK handles this case with default header values.

OK

func NewAuthenticationTokensPartialUpdateOK

func NewAuthenticationTokensPartialUpdateOK() *AuthenticationTokensPartialUpdateOK

NewAuthenticationTokensPartialUpdateOK creates a AuthenticationTokensPartialUpdateOK with default headers values

func (*AuthenticationTokensPartialUpdateOK) Error

type AuthenticationTokensPartialUpdateParams

type AuthenticationTokensPartialUpdateParams struct {

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

	*/
	Search *string

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

AuthenticationTokensPartialUpdateParams contains all the parameters to send to the API endpoint for the authentication tokens partial update operation typically these are written to a http.Request

func NewAuthenticationTokensPartialUpdateParams

func NewAuthenticationTokensPartialUpdateParams() *AuthenticationTokensPartialUpdateParams

NewAuthenticationTokensPartialUpdateParams creates a new AuthenticationTokensPartialUpdateParams object with the default values initialized.

func NewAuthenticationTokensPartialUpdateParamsWithContext

func NewAuthenticationTokensPartialUpdateParamsWithContext(ctx context.Context) *AuthenticationTokensPartialUpdateParams

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

func NewAuthenticationTokensPartialUpdateParamsWithHTTPClient

func NewAuthenticationTokensPartialUpdateParamsWithHTTPClient(client *http.Client) *AuthenticationTokensPartialUpdateParams

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

func NewAuthenticationTokensPartialUpdateParamsWithTimeout

func NewAuthenticationTokensPartialUpdateParamsWithTimeout(timeout time.Duration) *AuthenticationTokensPartialUpdateParams

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

func (*AuthenticationTokensPartialUpdateParams) SetContext

SetContext adds the context to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) SetData

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

SetData adds the data to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) SetID

SetID adds the id to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) SetSearch

func (o *AuthenticationTokensPartialUpdateParams) SetSearch(search *string)

SetSearch adds the search to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) WithContext

WithContext adds the context to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) WithData

WithData adds the data to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) WithID

WithID adds the id to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) WithSearch

WithSearch adds the search to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the authentication tokens partial update params

func (*AuthenticationTokensPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationTokensPartialUpdateReader

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

AuthenticationTokensPartialUpdateReader is a Reader for the AuthenticationTokensPartialUpdate structure.

func (*AuthenticationTokensPartialUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationTokensReadOK

type AuthenticationTokensReadOK struct {
}

AuthenticationTokensReadOK handles this case with default header values.

OK

func NewAuthenticationTokensReadOK

func NewAuthenticationTokensReadOK() *AuthenticationTokensReadOK

NewAuthenticationTokensReadOK creates a AuthenticationTokensReadOK with default headers values

func (*AuthenticationTokensReadOK) Error

type AuthenticationTokensReadParams

type AuthenticationTokensReadParams struct {

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

	*/
	Search *string

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

AuthenticationTokensReadParams contains all the parameters to send to the API endpoint for the authentication tokens read operation typically these are written to a http.Request

func NewAuthenticationTokensReadParams

func NewAuthenticationTokensReadParams() *AuthenticationTokensReadParams

NewAuthenticationTokensReadParams creates a new AuthenticationTokensReadParams object with the default values initialized.

func NewAuthenticationTokensReadParamsWithContext

func NewAuthenticationTokensReadParamsWithContext(ctx context.Context) *AuthenticationTokensReadParams

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

func NewAuthenticationTokensReadParamsWithHTTPClient

func NewAuthenticationTokensReadParamsWithHTTPClient(client *http.Client) *AuthenticationTokensReadParams

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

func NewAuthenticationTokensReadParamsWithTimeout

func NewAuthenticationTokensReadParamsWithTimeout(timeout time.Duration) *AuthenticationTokensReadParams

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

func (*AuthenticationTokensReadParams) SetContext

func (o *AuthenticationTokensReadParams) SetContext(ctx context.Context)

SetContext adds the context to the authentication tokens read params

func (*AuthenticationTokensReadParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication tokens read params

func (*AuthenticationTokensReadParams) SetID

SetID adds the id to the authentication tokens read params

func (*AuthenticationTokensReadParams) SetSearch

func (o *AuthenticationTokensReadParams) SetSearch(search *string)

SetSearch adds the search to the authentication tokens read params

func (*AuthenticationTokensReadParams) SetTimeout

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

SetTimeout adds the timeout to the authentication tokens read params

func (*AuthenticationTokensReadParams) WithContext

WithContext adds the context to the authentication tokens read params

func (*AuthenticationTokensReadParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication tokens read params

func (*AuthenticationTokensReadParams) WithID

WithID adds the id to the authentication tokens read params

func (*AuthenticationTokensReadParams) WithSearch

WithSearch adds the search to the authentication tokens read params

func (*AuthenticationTokensReadParams) WithTimeout

WithTimeout adds the timeout to the authentication tokens read params

func (*AuthenticationTokensReadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationTokensReadReader

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

AuthenticationTokensReadReader is a Reader for the AuthenticationTokensRead structure.

func (*AuthenticationTokensReadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationTokensUpdateBody

type AuthenticationTokensUpdateBody struct {

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

	// Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write'].
	Scope string `json:"scope,omitempty"`
}

AuthenticationTokensUpdateBody authentication tokens update body swagger:model AuthenticationTokensUpdateBody

func (*AuthenticationTokensUpdateBody) MarshalBinary

func (o *AuthenticationTokensUpdateBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AuthenticationTokensUpdateBody) UnmarshalBinary

func (o *AuthenticationTokensUpdateBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AuthenticationTokensUpdateBody) Validate

func (o *AuthenticationTokensUpdateBody) Validate(formats strfmt.Registry) error

Validate validates this authentication tokens update body

type AuthenticationTokensUpdateOK

type AuthenticationTokensUpdateOK struct {
}

AuthenticationTokensUpdateOK handles this case with default header values.

OK

func NewAuthenticationTokensUpdateOK

func NewAuthenticationTokensUpdateOK() *AuthenticationTokensUpdateOK

NewAuthenticationTokensUpdateOK creates a AuthenticationTokensUpdateOK with default headers values

func (*AuthenticationTokensUpdateOK) Error

type AuthenticationTokensUpdateParams

type AuthenticationTokensUpdateParams struct {

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

	*/
	Search *string

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

AuthenticationTokensUpdateParams contains all the parameters to send to the API endpoint for the authentication tokens update operation typically these are written to a http.Request

func NewAuthenticationTokensUpdateParams

func NewAuthenticationTokensUpdateParams() *AuthenticationTokensUpdateParams

NewAuthenticationTokensUpdateParams creates a new AuthenticationTokensUpdateParams object with the default values initialized.

func NewAuthenticationTokensUpdateParamsWithContext

func NewAuthenticationTokensUpdateParamsWithContext(ctx context.Context) *AuthenticationTokensUpdateParams

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

func NewAuthenticationTokensUpdateParamsWithHTTPClient

func NewAuthenticationTokensUpdateParamsWithHTTPClient(client *http.Client) *AuthenticationTokensUpdateParams

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

func NewAuthenticationTokensUpdateParamsWithTimeout

func NewAuthenticationTokensUpdateParamsWithTimeout(timeout time.Duration) *AuthenticationTokensUpdateParams

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

func (*AuthenticationTokensUpdateParams) SetContext

SetContext adds the context to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) SetData

SetData adds the data to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) SetID

SetID adds the id to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) SetSearch

func (o *AuthenticationTokensUpdateParams) SetSearch(search *string)

SetSearch adds the search to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) WithContext

WithContext adds the context to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) WithData

WithData adds the data to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) WithID

WithID adds the id to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) WithSearch

WithSearch adds the search to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) WithTimeout

WithTimeout adds the timeout to the authentication tokens update params

func (*AuthenticationTokensUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationTokensUpdateReader

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

AuthenticationTokensUpdateReader is a Reader for the AuthenticationTokensUpdate structure.

func (*AuthenticationTokensUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticationoListParams

type AuthenticationoListParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AuthenticationoListParams contains all the parameters to send to the API endpoint for the authentication o list operation typically these are written to a http.Request

func NewAuthenticationoListParams

func NewAuthenticationoListParams() *AuthenticationoListParams

NewAuthenticationoListParams creates a new AuthenticationoListParams object with the default values initialized.

func NewAuthenticationoListParamsWithContext

func NewAuthenticationoListParamsWithContext(ctx context.Context) *AuthenticationoListParams

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

func NewAuthenticationoListParamsWithHTTPClient

func NewAuthenticationoListParamsWithHTTPClient(client *http.Client) *AuthenticationoListParams

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

func NewAuthenticationoListParamsWithTimeout

func NewAuthenticationoListParamsWithTimeout(timeout time.Duration) *AuthenticationoListParams

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

func (*AuthenticationoListParams) SetContext

func (o *AuthenticationoListParams) SetContext(ctx context.Context)

SetContext adds the context to the authentication o list params

func (*AuthenticationoListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authentication o list params

func (*AuthenticationoListParams) SetTimeout

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

SetTimeout adds the timeout to the authentication o list params

func (*AuthenticationoListParams) WithContext

WithContext adds the context to the authentication o list params

func (*AuthenticationoListParams) WithHTTPClient

func (o *AuthenticationoListParams) WithHTTPClient(client *http.Client) *AuthenticationoListParams

WithHTTPClient adds the HTTPClient to the authentication o list params

func (*AuthenticationoListParams) WithTimeout

WithTimeout adds the timeout to the authentication o list params

func (*AuthenticationoListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticationoListReader

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

AuthenticationoListReader is a Reader for the AuthenticationoList structure.

func (*AuthenticationoListReader) ReadResponse

func (o *AuthenticationoListReader) 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 authentication API

func (*Client) AuthenticationApplicationsActivityStreamList

func (a *Client) AuthenticationApplicationsActivityStreamList(params *AuthenticationApplicationsActivityStreamListParams) (*AuthenticationApplicationsActivityStreamListOK, error)
AuthenticationApplicationsActivityStreamList lists activity streams for an application

Make a GET request to this resource to retrieve a list of activity streams associated with the selected application.

The resulting data structure contains:

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

The `count` field indicates the total number of activity streams 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 activity stream records.

## Results

Each activity stream data structure includes the following fields:

* `id`: Database ID for this activity stream. (integer) * `type`: Data type for this activity stream. (choice) * `url`: URL for this activity stream. (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) * `timestamp`: (datetime) * `operation`: The action taken with respect to the given object(s). (choice)

  • `create`: Entity Created
  • `update`: Entity Updated
  • `delete`: Entity Deleted
  • `associate`: Entity Associated with another Entity
  • `disassociate`: Entity was Disassociated with another Entity

* `changes`: A summary of the new and changed values when an object is created, updated, or deleted (json) * `object1`: For create, update, and delete events this is the object type that was affected. For associate and disassociate events this is the object type associated or disassociated with object2. (string) * `object2`: Unpopulated for create, update, and delete events. For associate and disassociate events this is the object type that object1 is being associated with. (string) * `object_association`: When present, shows the field name of the role or relationship that changed. (field) * `action_node`: The cluster node the activity took place on. (string) * `object_type`: When present, shows the model on which the role or relationship was defined. (field)

## Sorting

To specify that activity streams 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) AuthenticationApplicationsCreate0

func (a *Client) AuthenticationApplicationsCreate0(params *AuthenticationApplicationsCreate0Params) (*AuthenticationApplicationsCreate0Created, error)
AuthenticationApplicationsCreate0 creates an application

Make a POST request to this resource with the following application fields to create a new application:

* `name`: Name of this application. (string, required) * `description`: Optional description of this application. (string, default=`""`)

* `client_type`: Set to Public or Confidential depending on how secure the client device is. (choice, required)

  • `confidential`: Confidential
  • `public`: Public

* `redirect_uris`: Allowed URIs list, space separated (string, default=`""`) * `authorization_grant_type`: The Grant type the user must use for acquire tokens for this application. (choice, required)

  • `authorization-code`: Authorization code
  • `password`: Resource owner password-based

* `skip_authorization`: Set True to skip authorization step for completely trusted applications. (boolean, default=`False`) * `organization`: Organization containing this application. (id, required)

func (*Client) AuthenticationApplicationsDelete0

func (a *Client) AuthenticationApplicationsDelete0(params *AuthenticationApplicationsDelete0Params) (*AuthenticationApplicationsDelete0NoContent, error)
AuthenticationApplicationsDelete0 deletes an application

Make a DELETE request to this resource to delete this application.

func (*Client) AuthenticationApplicationsList0

func (a *Client) AuthenticationApplicationsList0(params *AuthenticationApplicationsList0Params) (*AuthenticationApplicationsList0OK, error)
AuthenticationApplicationsList0 lists applications

Make a GET request to this resource to retrieve the list of applications.

The resulting data structure contains:

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

The `count` field indicates the total number of applications 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 application records.

## Results

Each application data structure includes the following fields:

* `id`: Database ID for this application. (integer) * `type`: Data type for this application. (choice) * `url`: URL for this application. (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 application was created. (datetime) * `modified`: Timestamp when this application was last modified. (datetime) * `name`: Name of this application. (string) * `description`: Optional description of this application. (string) * `client_id`: (string) * `client_secret`: Used for more stringent verification of access to an application when creating a token. (string) * `client_type`: Set to Public or Confidential depending on how secure the client device is. (choice)

  • `confidential`: Confidential
  • `public`: Public

* `redirect_uris`: Allowed URIs list, space separated (string) * `authorization_grant_type`: The Grant type the user must use for acquire tokens for this application. (choice)

  • `authorization-code`: Authorization code
  • `password`: Resource owner password-based

* `skip_authorization`: Set True to skip authorization step for completely trusted applications. (boolean) * `organization`: Organization containing this application. (id)

## Sorting

To specify that applications 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) AuthenticationApplicationsPartialUpdate0

func (a *Client) AuthenticationApplicationsPartialUpdate0(params *AuthenticationApplicationsPartialUpdate0Params) (*AuthenticationApplicationsPartialUpdate0OK, error)
AuthenticationApplicationsPartialUpdate0 updates an application

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

* `name`: Name of this application. (string, required) * `description`: Optional description of this application. (string, default=`""`)

* `client_type`: Set to Public or Confidential depending on how secure the client device is. (choice, required)

  • `confidential`: Confidential
  • `public`: Public

* `redirect_uris`: Allowed URIs list, space separated (string, default=`""`) * `authorization_grant_type`: The Grant type the user must use for acquire tokens for this application. (choice, required)

  • `authorization-code`: Authorization code
  • `password`: Resource owner password-based

* `skip_authorization`: Set True to skip authorization step for completely trusted applications. (boolean, default=`False`) * `organization`: Organization containing this application. (id, required)

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

func (*Client) AuthenticationApplicationsRead0

func (a *Client) AuthenticationApplicationsRead0(params *AuthenticationApplicationsRead0Params) (*AuthenticationApplicationsRead0OK, error)
AuthenticationApplicationsRead0 retrieves an application

Make GET request to this resource to retrieve a single application record containing the following fields:

* `id`: Database ID for this application. (integer) * `type`: Data type for this application. (choice) * `url`: URL for this application. (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 application was created. (datetime) * `modified`: Timestamp when this application was last modified. (datetime) * `name`: Name of this application. (string) * `description`: Optional description of this application. (string) * `client_id`: (string) * `client_secret`: Used for more stringent verification of access to an application when creating a token. (string) * `client_type`: Set to Public or Confidential depending on how secure the client device is. (choice)

  • `confidential`: Confidential
  • `public`: Public

* `redirect_uris`: Allowed URIs list, space separated (string) * `authorization_grant_type`: The Grant type the user must use for acquire tokens for this application. (choice)

  • `authorization-code`: Authorization code
  • `password`: Resource owner password-based

* `skip_authorization`: Set True to skip authorization step for completely trusted applications. (boolean) * `organization`: Organization containing this application. (id)

func (*Client) AuthenticationApplicationsTokensCreate0

func (a *Client) AuthenticationApplicationsTokensCreate0(params *AuthenticationApplicationsTokensCreate0Params) (*AuthenticationApplicationsTokensCreate0Created, error)
AuthenticationApplicationsTokensCreate0 creates an access token for an application

Make a POST request to this resource with the following access token fields to create a new access token associated with this application.

* `description`: Optional description of this access token. (string, default=`""`)

* `scope`: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string, default=`"write"`)

func (*Client) AuthenticationApplicationsTokensList0

func (a *Client) AuthenticationApplicationsTokensList0(params *AuthenticationApplicationsTokensList0Params) (*AuthenticationApplicationsTokensList0OK, error)
AuthenticationApplicationsTokensList0 lists access tokens for an application

Make a GET request to this resource to retrieve a list of access tokens associated with the selected application.

The resulting data structure contains:

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

The `count` field indicates the total number of access tokens 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 access token records.

## Results

Each access token data structure includes the following fields:

* `id`: Database ID for this access token. (integer) * `type`: Data type for this access token. (choice) * `url`: URL for this access token. (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 access token was created. (datetime) * `modified`: Timestamp when this access token was last modified. (datetime) * `description`: Optional description of this access token. (string) * `user`: The user representing the token owner (id) * `token`: (string) * `refresh_token`: (field) * `application`: (id) * `expires`: (datetime) * `scope`: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string)

## Sorting

To specify that access tokens 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) AuthenticationApplicationsUpdate0

func (a *Client) AuthenticationApplicationsUpdate0(params *AuthenticationApplicationsUpdate0Params) (*AuthenticationApplicationsUpdate0OK, error)
AuthenticationApplicationsUpdate0 updates an application

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

* `name`: Name of this application. (string, required) * `description`: Optional description of this application. (string, default=`""`)

* `client_type`: Set to Public or Confidential depending on how secure the client device is. (choice, required)

  • `confidential`: Confidential
  • `public`: Public

* `redirect_uris`: Allowed URIs list, space separated (string, default=`""`) * `authorization_grant_type`: The Grant type the user must use for acquire tokens for this application. (choice, required)

  • `authorization-code`: Authorization code
  • `password`: Resource owner password-based

* `skip_authorization`: Set True to skip authorization step for completely trusted applications. (boolean, default=`False`) * `organization`: Organization containing this application. (id, required)

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

func (*Client) AuthenticationTokensActivityStreamList

func (a *Client) AuthenticationTokensActivityStreamList(params *AuthenticationTokensActivityStreamListParams) (*AuthenticationTokensActivityStreamListOK, error)
AuthenticationTokensActivityStreamList lists activity streams for an access token

Make a GET request to this resource to retrieve a list of activity streams associated with the selected access token.

The resulting data structure contains:

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

The `count` field indicates the total number of activity streams 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 activity stream records.

## Results

Each activity stream data structure includes the following fields:

* `id`: Database ID for this activity stream. (integer) * `type`: Data type for this activity stream. (choice) * `url`: URL for this activity stream. (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) * `timestamp`: (datetime) * `operation`: The action taken with respect to the given object(s). (choice)

  • `create`: Entity Created
  • `update`: Entity Updated
  • `delete`: Entity Deleted
  • `associate`: Entity Associated with another Entity
  • `disassociate`: Entity was Disassociated with another Entity

* `changes`: A summary of the new and changed values when an object is created, updated, or deleted (json) * `object1`: For create, update, and delete events this is the object type that was affected. For associate and disassociate events this is the object type associated or disassociated with object2. (string) * `object2`: Unpopulated for create, update, and delete events. For associate and disassociate events this is the object type that object1 is being associated with. (string) * `object_association`: When present, shows the field name of the role or relationship that changed. (field) * `action_node`: The cluster node the activity took place on. (string) * `object_type`: When present, shows the model on which the role or relationship was defined. (field)

## Sorting

To specify that activity streams 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) AuthenticationTokensCreate0

func (a *Client) AuthenticationTokensCreate0(params *AuthenticationTokensCreate0Params) (*AuthenticationTokensCreate0Created, error)
AuthenticationTokensCreate0 creates an access token

Make a POST request to this resource with the following access token fields to create a new access token:

* `description`: Optional description of this access token. (string, default=`""`)

* `application`: (id, default=“)

* `scope`: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string, default=`"write"`)

func (*Client) AuthenticationTokensDelete

func (a *Client) AuthenticationTokensDelete(params *AuthenticationTokensDeleteParams) (*AuthenticationTokensDeleteNoContent, error)
AuthenticationTokensDelete deletes an access token

Make a DELETE request to this resource to delete this access token.

func (*Client) AuthenticationTokensList0

func (a *Client) AuthenticationTokensList0(params *AuthenticationTokensList0Params) (*AuthenticationTokensList0OK, error)
AuthenticationTokensList0 lists access tokens

Make a GET request to this resource to retrieve the list of access tokens.

The resulting data structure contains:

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

The `count` field indicates the total number of access tokens 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 access token records.

## Results

Each access token data structure includes the following fields:

* `id`: Database ID for this access token. (integer) * `type`: Data type for this access token. (choice) * `url`: URL for this access token. (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 access token was created. (datetime) * `modified`: Timestamp when this access token was last modified. (datetime) * `description`: Optional description of this access token. (string) * `user`: The user representing the token owner (id) * `token`: (string) * `refresh_token`: (field) * `application`: (id) * `expires`: (datetime) * `scope`: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string)

## Sorting

To specify that access tokens 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) AuthenticationTokensPartialUpdate

func (a *Client) AuthenticationTokensPartialUpdate(params *AuthenticationTokensPartialUpdateParams) (*AuthenticationTokensPartialUpdateOK, error)
AuthenticationTokensPartialUpdate updates an access token

Make a PUT or PATCH request to this resource to update this access token. The following fields may be modified:

* `description`: Optional description of this access token. (string, default=`""`)

* `scope`: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string, default=`"write"`)

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

func (*Client) AuthenticationTokensRead

func (a *Client) AuthenticationTokensRead(params *AuthenticationTokensReadParams) (*AuthenticationTokensReadOK, error)
AuthenticationTokensRead retrieves an access token

Make GET request to this resource to retrieve a single access token record containing the following fields:

* `id`: Database ID for this access token. (integer) * `type`: Data type for this access token. (choice) * `url`: URL for this access token. (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 access token was created. (datetime) * `modified`: Timestamp when this access token was last modified. (datetime) * `description`: Optional description of this access token. (string) * `user`: The user representing the token owner (id) * `token`: (string) * `refresh_token`: (field) * `application`: (id) * `expires`: (datetime) * `scope`: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string)

func (*Client) AuthenticationTokensUpdate

func (a *Client) AuthenticationTokensUpdate(params *AuthenticationTokensUpdateParams) (*AuthenticationTokensUpdateOK, error)
AuthenticationTokensUpdate updates an access token

Make a PUT or PATCH request to this resource to update this access token. The following fields may be modified:

* `description`: Optional description of this access token. (string, default=`""`)

* `scope`: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string, default=`"write"`)

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

func (*Client) AuthenticationoList

func (a *Client) AuthenticationoList(params *AuthenticationoListParams) (*AuthenticationOListOK, error)
AuthenticationoList tokens handling using o auth2

This page lists OAuth 2 utility endpoints used for authorization, token refresh and revoke. Note endpoints other than `/api/o/authorize/` are not meant to be used in browsers and do not support HTTP GET. The endpoints here strictly follow [RFC specs for OAuth2](https://tools.ietf.org/html/rfc6749), so please use that for detailed reference. Note AWX net location default to `http://localhost:8013` in examples:

## Create Token for an Application using Authorization code grant type Given an application "AuthCodeApp" of grant type `authorization-code`, from the client app, the user makes a GET to the Authorize endpoint with

* `response_type` * `client_id` * `redirect_uris` * `scope`

AWX will respond with the authorization `code` and `state` to the redirect_uri specified in the application. The client application will then make a POST to the `api/o/token/` endpoint on AWX with

* `code` * `client_id` * `client_secret` * `grant_type` * `redirect_uri`

AWX will respond with the `access_token`, `token_type`, `refresh_token`, and `expires_in`. For more information on testing this flow, refer to [django-oauth-toolkit](http://django-oauth-toolkit.readthedocs.io/en/latest/tutorial/tutorial_01.html#test-your-authorization-server).

## Create Token for an Application using Password grant type

Log in is not required for `password` grant type, so a simple `curl` can be used to acquire a personal access token via `/api/o/token/` with

* `grant_type`: Required to be "password" * `username` * `password` * `client_id`: Associated application must have grant_type "password" * `client_secret`

For example:

```bash

curl -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "grant_type=password&username=<username>&password=<password>&scope=read" \
  -u "gwSPoasWSdNkMDtBN3Hu2WYQpPWCO9SwUEsKK22l:fI6ZpfocHYBGfm1tP92r0yIgCyfRdDQt0Tos9L8a4fNsJjQQMwp9569e
IaUBsaVDgt2eiwOGe0bg5m5vCSstClZmtdy359RVx2rQK5YlIWyPlrolpt2LEpVeKXWaiybo" \
  http://localhost:8013/api/o/token/ -i

``` In the above post request, parameters `username` and `password` are username and password of the related AWX user of the underlying application, and the authentication information is of format `<client_id>:<client_secret>`, where `client_id` and `client_secret` are the corresponding fields of underlying application.

Upon success, access token, refresh token and other information are given in the response body in JSON

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AuthenticationApplicationsActivityStreamList(params *AuthenticationApplicationsActivityStreamListParams) (*AuthenticationApplicationsActivityStreamListOK, error)

	AuthenticationApplicationsCreate0(params *AuthenticationApplicationsCreate0Params) (*AuthenticationApplicationsCreate0Created, error)

	AuthenticationApplicationsDelete0(params *AuthenticationApplicationsDelete0Params) (*AuthenticationApplicationsDelete0NoContent, error)

	AuthenticationApplicationsList0(params *AuthenticationApplicationsList0Params) (*AuthenticationApplicationsList0OK, error)

	AuthenticationApplicationsPartialUpdate0(params *AuthenticationApplicationsPartialUpdate0Params) (*AuthenticationApplicationsPartialUpdate0OK, error)

	AuthenticationApplicationsRead0(params *AuthenticationApplicationsRead0Params) (*AuthenticationApplicationsRead0OK, error)

	AuthenticationApplicationsTokensCreate0(params *AuthenticationApplicationsTokensCreate0Params) (*AuthenticationApplicationsTokensCreate0Created, error)

	AuthenticationApplicationsTokensList0(params *AuthenticationApplicationsTokensList0Params) (*AuthenticationApplicationsTokensList0OK, error)

	AuthenticationApplicationsUpdate0(params *AuthenticationApplicationsUpdate0Params) (*AuthenticationApplicationsUpdate0OK, error)

	AuthenticationoList(params *AuthenticationoListParams) (*AuthenticationOListOK, error)

	AuthenticationTokensActivityStreamList(params *AuthenticationTokensActivityStreamListParams) (*AuthenticationTokensActivityStreamListOK, error)

	AuthenticationTokensCreate0(params *AuthenticationTokensCreate0Params) (*AuthenticationTokensCreate0Created, error)

	AuthenticationTokensDelete(params *AuthenticationTokensDeleteParams) (*AuthenticationTokensDeleteNoContent, error)

	AuthenticationTokensList0(params *AuthenticationTokensList0Params) (*AuthenticationTokensList0OK, error)

	AuthenticationTokensPartialUpdate(params *AuthenticationTokensPartialUpdateParams) (*AuthenticationTokensPartialUpdateOK, error)

	AuthenticationTokensRead(params *AuthenticationTokensReadParams) (*AuthenticationTokensReadOK, error)

	AuthenticationTokensUpdate(params *AuthenticationTokensUpdateParams) (*AuthenticationTokensUpdateOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new authentication API client.

Source Files

Jump to

Keyboard shortcuts

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