active_directory_r_s_a_public_key

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for active directory r s a public key API

func (*Client) GetPublicKeyUsingPOST

func (a *Client) GetPublicKeyUsingPOST(params *GetPublicKeyUsingPOSTParams, opts ...ClientOption) (*GetPublicKeyUsingPOSTOK, error)

GetPublicKeyUsingPOST gets public key

Get public key

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v1.2.4

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetPublicKeyUsingPOST(params *GetPublicKeyUsingPOSTParams, opts ...ClientOption) (*GetPublicKeyUsingPOSTOK, 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 active directory r s a public key API client.

type GetPublicKeyUsingPOSTBadRequest

type GetPublicKeyUsingPOSTBadRequest struct {
	Payload *models.ProxyResponseMessage
}
GetPublicKeyUsingPOSTBadRequest describes a response with status code 400, with default header values.

Bad request, error occurred. For more details see log messages.

func NewGetPublicKeyUsingPOSTBadRequest

func NewGetPublicKeyUsingPOSTBadRequest() *GetPublicKeyUsingPOSTBadRequest

NewGetPublicKeyUsingPOSTBadRequest creates a GetPublicKeyUsingPOSTBadRequest with default headers values

func (*GetPublicKeyUsingPOSTBadRequest) Error

func (*GetPublicKeyUsingPOSTBadRequest) GetPayload added in v1.2.0

type GetPublicKeyUsingPOSTOK

type GetPublicKeyUsingPOSTOK struct {
	Payload *models.GetPublicKeyResponse
}
GetPublicKeyUsingPOSTOK describes a response with status code 200, with default header values.

Entity has been imported

func NewGetPublicKeyUsingPOSTOK

func NewGetPublicKeyUsingPOSTOK() *GetPublicKeyUsingPOSTOK

NewGetPublicKeyUsingPOSTOK creates a GetPublicKeyUsingPOSTOK with default headers values

func (*GetPublicKeyUsingPOSTOK) Error

func (o *GetPublicKeyUsingPOSTOK) Error() string

func (*GetPublicKeyUsingPOSTOK) GetPayload

type GetPublicKeyUsingPOSTParams

type GetPublicKeyUsingPOSTParams struct {

	/* GetPublicKeyRequest.

	   getPublicKeyRequest
	*/
	GetPublicKeyRequest *models.GetPublicKeyRequest

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

GetPublicKeyUsingPOSTParams contains all the parameters to send to the API endpoint

for the get public key using p o s t operation.

Typically these are written to a http.Request.

func NewGetPublicKeyUsingPOSTParams

func NewGetPublicKeyUsingPOSTParams() *GetPublicKeyUsingPOSTParams

NewGetPublicKeyUsingPOSTParams creates a new GetPublicKeyUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPublicKeyUsingPOSTParamsWithContext

func NewGetPublicKeyUsingPOSTParamsWithContext(ctx context.Context) *GetPublicKeyUsingPOSTParams

NewGetPublicKeyUsingPOSTParamsWithContext creates a new GetPublicKeyUsingPOSTParams object with the ability to set a context for a request.

func NewGetPublicKeyUsingPOSTParamsWithHTTPClient

func NewGetPublicKeyUsingPOSTParamsWithHTTPClient(client *http.Client) *GetPublicKeyUsingPOSTParams

NewGetPublicKeyUsingPOSTParamsWithHTTPClient creates a new GetPublicKeyUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewGetPublicKeyUsingPOSTParamsWithTimeout

func NewGetPublicKeyUsingPOSTParamsWithTimeout(timeout time.Duration) *GetPublicKeyUsingPOSTParams

NewGetPublicKeyUsingPOSTParamsWithTimeout creates a new GetPublicKeyUsingPOSTParams object with the ability to set a timeout on a request.

func (*GetPublicKeyUsingPOSTParams) SetContext

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

SetContext adds the context to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) SetDefaults added in v1.2.4

func (o *GetPublicKeyUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the get public key using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*GetPublicKeyUsingPOSTParams) SetGetPublicKeyRequest

func (o *GetPublicKeyUsingPOSTParams) SetGetPublicKeyRequest(getPublicKeyRequest *models.GetPublicKeyRequest)

SetGetPublicKeyRequest adds the getPublicKeyRequest to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) WithContext

WithContext adds the context to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the get public key using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*GetPublicKeyUsingPOSTParams) WithGetPublicKeyRequest

func (o *GetPublicKeyUsingPOSTParams) WithGetPublicKeyRequest(getPublicKeyRequest *models.GetPublicKeyRequest) *GetPublicKeyUsingPOSTParams

WithGetPublicKeyRequest adds the getPublicKeyRequest to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the get public key using p o s t params

func (*GetPublicKeyUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPublicKeyUsingPOSTReader

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

GetPublicKeyUsingPOSTReader is a Reader for the GetPublicKeyUsingPOST structure.

func (*GetPublicKeyUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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