Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateAuthConnection(params *CreateAuthConnectionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAuthConnectionOK, error)
- func (a *Client) DeleteAuthConnectionFromOrganization(params *DeleteAuthConnectionFromOrganizationParams, ...) (*DeleteAuthConnectionFromOrganizationOK, error)
- func (a *Client) EditAuthConnection(params *EditAuthConnectionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EditAuthConnectionOK, error)
- func (a *Client) GetAuthConnections(params *GetAuthConnectionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAuthConnectionsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CreateAuthConnectionDefault
- func (o *CreateAuthConnectionDefault) Code() int
- func (o *CreateAuthConnectionDefault) Error() string
- func (o *CreateAuthConnectionDefault) GetPayload() *cloud.GoogleRPCStatus
- func (o *CreateAuthConnectionDefault) IsClientError() bool
- func (o *CreateAuthConnectionDefault) IsCode(code int) bool
- func (o *CreateAuthConnectionDefault) IsRedirect() bool
- func (o *CreateAuthConnectionDefault) IsServerError() bool
- func (o *CreateAuthConnectionDefault) IsSuccess() bool
- func (o *CreateAuthConnectionDefault) String() string
- type CreateAuthConnectionOK
- func (o *CreateAuthConnectionOK) Error() string
- func (o *CreateAuthConnectionOK) GetPayload() *models.HashicorpCloudIamCreateAuthConnectionResponse
- func (o *CreateAuthConnectionOK) IsClientError() bool
- func (o *CreateAuthConnectionOK) IsCode(code int) bool
- func (o *CreateAuthConnectionOK) IsRedirect() bool
- func (o *CreateAuthConnectionOK) IsServerError() bool
- func (o *CreateAuthConnectionOK) IsSuccess() bool
- func (o *CreateAuthConnectionOK) String() string
- type CreateAuthConnectionParams
- func NewCreateAuthConnectionParams() *CreateAuthConnectionParams
- func NewCreateAuthConnectionParamsWithContext(ctx context.Context) *CreateAuthConnectionParams
- func NewCreateAuthConnectionParamsWithHTTPClient(client *http.Client) *CreateAuthConnectionParams
- func NewCreateAuthConnectionParamsWithTimeout(timeout time.Duration) *CreateAuthConnectionParams
- func (o *CreateAuthConnectionParams) SetBody(body *models.HashicorpCloudIamCreateAuthConnectionRequest)
- func (o *CreateAuthConnectionParams) SetContext(ctx context.Context)
- func (o *CreateAuthConnectionParams) SetDefaults()
- func (o *CreateAuthConnectionParams) SetHTTPClient(client *http.Client)
- func (o *CreateAuthConnectionParams) SetOrganizationID(organizationID string)
- func (o *CreateAuthConnectionParams) SetTimeout(timeout time.Duration)
- func (o *CreateAuthConnectionParams) WithBody(body *models.HashicorpCloudIamCreateAuthConnectionRequest) *CreateAuthConnectionParams
- func (o *CreateAuthConnectionParams) WithContext(ctx context.Context) *CreateAuthConnectionParams
- func (o *CreateAuthConnectionParams) WithDefaults() *CreateAuthConnectionParams
- func (o *CreateAuthConnectionParams) WithHTTPClient(client *http.Client) *CreateAuthConnectionParams
- func (o *CreateAuthConnectionParams) WithOrganizationID(organizationID string) *CreateAuthConnectionParams
- func (o *CreateAuthConnectionParams) WithTimeout(timeout time.Duration) *CreateAuthConnectionParams
- func (o *CreateAuthConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAuthConnectionReader
- type DeleteAuthConnectionFromOrganizationDefault
- func (o *DeleteAuthConnectionFromOrganizationDefault) Code() int
- func (o *DeleteAuthConnectionFromOrganizationDefault) Error() string
- func (o *DeleteAuthConnectionFromOrganizationDefault) GetPayload() *cloud.GoogleRPCStatus
- func (o *DeleteAuthConnectionFromOrganizationDefault) IsClientError() bool
- func (o *DeleteAuthConnectionFromOrganizationDefault) IsCode(code int) bool
- func (o *DeleteAuthConnectionFromOrganizationDefault) IsRedirect() bool
- func (o *DeleteAuthConnectionFromOrganizationDefault) IsServerError() bool
- func (o *DeleteAuthConnectionFromOrganizationDefault) IsSuccess() bool
- func (o *DeleteAuthConnectionFromOrganizationDefault) String() string
- type DeleteAuthConnectionFromOrganizationOK
- func (o *DeleteAuthConnectionFromOrganizationOK) Error() string
- func (o *DeleteAuthConnectionFromOrganizationOK) GetPayload() interface{}
- func (o *DeleteAuthConnectionFromOrganizationOK) IsClientError() bool
- func (o *DeleteAuthConnectionFromOrganizationOK) IsCode(code int) bool
- func (o *DeleteAuthConnectionFromOrganizationOK) IsRedirect() bool
- func (o *DeleteAuthConnectionFromOrganizationOK) IsServerError() bool
- func (o *DeleteAuthConnectionFromOrganizationOK) IsSuccess() bool
- func (o *DeleteAuthConnectionFromOrganizationOK) String() string
- type DeleteAuthConnectionFromOrganizationParams
- func NewDeleteAuthConnectionFromOrganizationParams() *DeleteAuthConnectionFromOrganizationParams
- func NewDeleteAuthConnectionFromOrganizationParamsWithContext(ctx context.Context) *DeleteAuthConnectionFromOrganizationParams
- func NewDeleteAuthConnectionFromOrganizationParamsWithHTTPClient(client *http.Client) *DeleteAuthConnectionFromOrganizationParams
- func NewDeleteAuthConnectionFromOrganizationParamsWithTimeout(timeout time.Duration) *DeleteAuthConnectionFromOrganizationParams
- func (o *DeleteAuthConnectionFromOrganizationParams) SetContext(ctx context.Context)
- func (o *DeleteAuthConnectionFromOrganizationParams) SetDefaults()
- func (o *DeleteAuthConnectionFromOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAuthConnectionFromOrganizationParams) SetOrganizationID(organizationID string)
- func (o *DeleteAuthConnectionFromOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAuthConnectionFromOrganizationParams) WithContext(ctx context.Context) *DeleteAuthConnectionFromOrganizationParams
- func (o *DeleteAuthConnectionFromOrganizationParams) WithDefaults() *DeleteAuthConnectionFromOrganizationParams
- func (o *DeleteAuthConnectionFromOrganizationParams) WithHTTPClient(client *http.Client) *DeleteAuthConnectionFromOrganizationParams
- func (o *DeleteAuthConnectionFromOrganizationParams) WithOrganizationID(organizationID string) *DeleteAuthConnectionFromOrganizationParams
- func (o *DeleteAuthConnectionFromOrganizationParams) WithTimeout(timeout time.Duration) *DeleteAuthConnectionFromOrganizationParams
- func (o *DeleteAuthConnectionFromOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAuthConnectionFromOrganizationReader
- type EditAuthConnectionDefault
- func (o *EditAuthConnectionDefault) Code() int
- func (o *EditAuthConnectionDefault) Error() string
- func (o *EditAuthConnectionDefault) GetPayload() *cloud.GoogleRPCStatus
- func (o *EditAuthConnectionDefault) IsClientError() bool
- func (o *EditAuthConnectionDefault) IsCode(code int) bool
- func (o *EditAuthConnectionDefault) IsRedirect() bool
- func (o *EditAuthConnectionDefault) IsServerError() bool
- func (o *EditAuthConnectionDefault) IsSuccess() bool
- func (o *EditAuthConnectionDefault) String() string
- type EditAuthConnectionOK
- func (o *EditAuthConnectionOK) Error() string
- func (o *EditAuthConnectionOK) GetPayload() interface{}
- func (o *EditAuthConnectionOK) IsClientError() bool
- func (o *EditAuthConnectionOK) IsCode(code int) bool
- func (o *EditAuthConnectionOK) IsRedirect() bool
- func (o *EditAuthConnectionOK) IsServerError() bool
- func (o *EditAuthConnectionOK) IsSuccess() bool
- func (o *EditAuthConnectionOK) String() string
- type EditAuthConnectionParams
- func NewEditAuthConnectionParams() *EditAuthConnectionParams
- func NewEditAuthConnectionParamsWithContext(ctx context.Context) *EditAuthConnectionParams
- func NewEditAuthConnectionParamsWithHTTPClient(client *http.Client) *EditAuthConnectionParams
- func NewEditAuthConnectionParamsWithTimeout(timeout time.Duration) *EditAuthConnectionParams
- func (o *EditAuthConnectionParams) SetBody(body *models.HashicorpCloudIamEditAuthConnectionRequest)
- func (o *EditAuthConnectionParams) SetContext(ctx context.Context)
- func (o *EditAuthConnectionParams) SetDefaults()
- func (o *EditAuthConnectionParams) SetHTTPClient(client *http.Client)
- func (o *EditAuthConnectionParams) SetOrganizationID(organizationID string)
- func (o *EditAuthConnectionParams) SetTimeout(timeout time.Duration)
- func (o *EditAuthConnectionParams) WithBody(body *models.HashicorpCloudIamEditAuthConnectionRequest) *EditAuthConnectionParams
- func (o *EditAuthConnectionParams) WithContext(ctx context.Context) *EditAuthConnectionParams
- func (o *EditAuthConnectionParams) WithDefaults() *EditAuthConnectionParams
- func (o *EditAuthConnectionParams) WithHTTPClient(client *http.Client) *EditAuthConnectionParams
- func (o *EditAuthConnectionParams) WithOrganizationID(organizationID string) *EditAuthConnectionParams
- func (o *EditAuthConnectionParams) WithTimeout(timeout time.Duration) *EditAuthConnectionParams
- func (o *EditAuthConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EditAuthConnectionReader
- type GetAuthConnectionsDefault
- func (o *GetAuthConnectionsDefault) Code() int
- func (o *GetAuthConnectionsDefault) Error() string
- func (o *GetAuthConnectionsDefault) GetPayload() *cloud.GoogleRPCStatus
- func (o *GetAuthConnectionsDefault) IsClientError() bool
- func (o *GetAuthConnectionsDefault) IsCode(code int) bool
- func (o *GetAuthConnectionsDefault) IsRedirect() bool
- func (o *GetAuthConnectionsDefault) IsServerError() bool
- func (o *GetAuthConnectionsDefault) IsSuccess() bool
- func (o *GetAuthConnectionsDefault) String() string
- type GetAuthConnectionsOK
- func (o *GetAuthConnectionsOK) Error() string
- func (o *GetAuthConnectionsOK) GetPayload() *models.HashicorpCloudIamGetAuthConnectionsResponse
- func (o *GetAuthConnectionsOK) IsClientError() bool
- func (o *GetAuthConnectionsOK) IsCode(code int) bool
- func (o *GetAuthConnectionsOK) IsRedirect() bool
- func (o *GetAuthConnectionsOK) IsServerError() bool
- func (o *GetAuthConnectionsOK) IsSuccess() bool
- func (o *GetAuthConnectionsOK) String() string
- type GetAuthConnectionsParams
- func NewGetAuthConnectionsParams() *GetAuthConnectionsParams
- func NewGetAuthConnectionsParamsWithContext(ctx context.Context) *GetAuthConnectionsParams
- func NewGetAuthConnectionsParamsWithHTTPClient(client *http.Client) *GetAuthConnectionsParams
- func NewGetAuthConnectionsParamsWithTimeout(timeout time.Duration) *GetAuthConnectionsParams
- func (o *GetAuthConnectionsParams) SetContext(ctx context.Context)
- func (o *GetAuthConnectionsParams) SetDefaults()
- func (o *GetAuthConnectionsParams) SetHTTPClient(client *http.Client)
- func (o *GetAuthConnectionsParams) SetOrganizationID(organizationID string)
- func (o *GetAuthConnectionsParams) SetTimeout(timeout time.Duration)
- func (o *GetAuthConnectionsParams) WithContext(ctx context.Context) *GetAuthConnectionsParams
- func (o *GetAuthConnectionsParams) WithDefaults() *GetAuthConnectionsParams
- func (o *GetAuthConnectionsParams) WithHTTPClient(client *http.Client) *GetAuthConnectionsParams
- func (o *GetAuthConnectionsParams) WithOrganizationID(organizationID string) *GetAuthConnectionsParams
- func (o *GetAuthConnectionsParams) WithTimeout(timeout time.Duration) *GetAuthConnectionsParams
- func (o *GetAuthConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAuthConnectionsReader
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 auth config service API
func (*Client) CreateAuthConnection ¶
func (a *Client) CreateAuthConnection(params *CreateAuthConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAuthConnectionOK, error)
CreateAuthConnection creates auth connection creates an auth connection
func (*Client) DeleteAuthConnectionFromOrganization ¶
func (a *Client) DeleteAuthConnectionFromOrganization(params *DeleteAuthConnectionFromOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAuthConnectionFromOrganizationOK, error)
DeleteAuthConnectionFromOrganization deletes auth connection from organization permanently deletes a persisted auth connection
func (*Client) EditAuthConnection ¶
func (a *Client) EditAuthConnection(params *EditAuthConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditAuthConnectionOK, error)
EditAuthConnection edits auth connection edits an existing auth connection
func (*Client) GetAuthConnections ¶
func (a *Client) GetAuthConnections(params *GetAuthConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAuthConnectionsOK, error)
GetAuthConnections get auth connections API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateAuthConnection(params *CreateAuthConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAuthConnectionOK, error) DeleteAuthConnectionFromOrganization(params *DeleteAuthConnectionFromOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAuthConnectionFromOrganizationOK, error) EditAuthConnection(params *EditAuthConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditAuthConnectionOK, error) GetAuthConnections(params *GetAuthConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAuthConnectionsOK, 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 auth config service API client.
type CreateAuthConnectionDefault ¶
type CreateAuthConnectionDefault struct { Payload *cloud.GoogleRPCStatus // contains filtered or unexported fields }
CreateAuthConnectionDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateAuthConnectionDefault ¶
func NewCreateAuthConnectionDefault(code int) *CreateAuthConnectionDefault
NewCreateAuthConnectionDefault creates a CreateAuthConnectionDefault with default headers values
func (*CreateAuthConnectionDefault) Code ¶
func (o *CreateAuthConnectionDefault) Code() int
Code gets the status code for the create auth connection default response
func (*CreateAuthConnectionDefault) Error ¶
func (o *CreateAuthConnectionDefault) Error() string
func (*CreateAuthConnectionDefault) GetPayload ¶
func (o *CreateAuthConnectionDefault) GetPayload() *cloud.GoogleRPCStatus
func (*CreateAuthConnectionDefault) IsClientError ¶
func (o *CreateAuthConnectionDefault) IsClientError() bool
IsClientError returns true when this create auth connection default response has a 4xx status code
func (*CreateAuthConnectionDefault) IsCode ¶
func (o *CreateAuthConnectionDefault) IsCode(code int) bool
IsCode returns true when this create auth connection default response a status code equal to that given
func (*CreateAuthConnectionDefault) IsRedirect ¶
func (o *CreateAuthConnectionDefault) IsRedirect() bool
IsRedirect returns true when this create auth connection default response has a 3xx status code
func (*CreateAuthConnectionDefault) IsServerError ¶
func (o *CreateAuthConnectionDefault) IsServerError() bool
IsServerError returns true when this create auth connection default response has a 5xx status code
func (*CreateAuthConnectionDefault) IsSuccess ¶
func (o *CreateAuthConnectionDefault) IsSuccess() bool
IsSuccess returns true when this create auth connection default response has a 2xx status code
func (*CreateAuthConnectionDefault) String ¶
func (o *CreateAuthConnectionDefault) String() string
type CreateAuthConnectionOK ¶
type CreateAuthConnectionOK struct {
Payload *models.HashicorpCloudIamCreateAuthConnectionResponse
}
CreateAuthConnectionOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateAuthConnectionOK ¶
func NewCreateAuthConnectionOK() *CreateAuthConnectionOK
NewCreateAuthConnectionOK creates a CreateAuthConnectionOK with default headers values
func (*CreateAuthConnectionOK) Error ¶
func (o *CreateAuthConnectionOK) Error() string
func (*CreateAuthConnectionOK) GetPayload ¶
func (o *CreateAuthConnectionOK) GetPayload() *models.HashicorpCloudIamCreateAuthConnectionResponse
func (*CreateAuthConnectionOK) IsClientError ¶
func (o *CreateAuthConnectionOK) IsClientError() bool
IsClientError returns true when this create auth connection o k response has a 4xx status code
func (*CreateAuthConnectionOK) IsCode ¶
func (o *CreateAuthConnectionOK) IsCode(code int) bool
IsCode returns true when this create auth connection o k response a status code equal to that given
func (*CreateAuthConnectionOK) IsRedirect ¶
func (o *CreateAuthConnectionOK) IsRedirect() bool
IsRedirect returns true when this create auth connection o k response has a 3xx status code
func (*CreateAuthConnectionOK) IsServerError ¶
func (o *CreateAuthConnectionOK) IsServerError() bool
IsServerError returns true when this create auth connection o k response has a 5xx status code
func (*CreateAuthConnectionOK) IsSuccess ¶
func (o *CreateAuthConnectionOK) IsSuccess() bool
IsSuccess returns true when this create auth connection o k response has a 2xx status code
func (*CreateAuthConnectionOK) String ¶
func (o *CreateAuthConnectionOK) String() string
type CreateAuthConnectionParams ¶
type CreateAuthConnectionParams struct { // Body. Body *models.HashicorpCloudIamCreateAuthConnectionRequest /* OrganizationID. organization_id is the organization that will own the authentication connection. */ OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAuthConnectionParams contains all the parameters to send to the API endpoint
for the create auth connection operation. Typically these are written to a http.Request.
func NewCreateAuthConnectionParams ¶
func NewCreateAuthConnectionParams() *CreateAuthConnectionParams
NewCreateAuthConnectionParams creates a new CreateAuthConnectionParams 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 NewCreateAuthConnectionParamsWithContext ¶
func NewCreateAuthConnectionParamsWithContext(ctx context.Context) *CreateAuthConnectionParams
NewCreateAuthConnectionParamsWithContext creates a new CreateAuthConnectionParams object with the ability to set a context for a request.
func NewCreateAuthConnectionParamsWithHTTPClient ¶
func NewCreateAuthConnectionParamsWithHTTPClient(client *http.Client) *CreateAuthConnectionParams
NewCreateAuthConnectionParamsWithHTTPClient creates a new CreateAuthConnectionParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAuthConnectionParamsWithTimeout ¶
func NewCreateAuthConnectionParamsWithTimeout(timeout time.Duration) *CreateAuthConnectionParams
NewCreateAuthConnectionParamsWithTimeout creates a new CreateAuthConnectionParams object with the ability to set a timeout on a request.
func (*CreateAuthConnectionParams) SetBody ¶
func (o *CreateAuthConnectionParams) SetBody(body *models.HashicorpCloudIamCreateAuthConnectionRequest)
SetBody adds the body to the create auth connection params
func (*CreateAuthConnectionParams) SetContext ¶
func (o *CreateAuthConnectionParams) SetContext(ctx context.Context)
SetContext adds the context to the create auth connection params
func (*CreateAuthConnectionParams) SetDefaults ¶
func (o *CreateAuthConnectionParams) SetDefaults()
SetDefaults hydrates default values in the create auth connection params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAuthConnectionParams) SetHTTPClient ¶
func (o *CreateAuthConnectionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create auth connection params
func (*CreateAuthConnectionParams) SetOrganizationID ¶
func (o *CreateAuthConnectionParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the create auth connection params
func (*CreateAuthConnectionParams) SetTimeout ¶
func (o *CreateAuthConnectionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create auth connection params
func (*CreateAuthConnectionParams) WithBody ¶
func (o *CreateAuthConnectionParams) WithBody(body *models.HashicorpCloudIamCreateAuthConnectionRequest) *CreateAuthConnectionParams
WithBody adds the body to the create auth connection params
func (*CreateAuthConnectionParams) WithContext ¶
func (o *CreateAuthConnectionParams) WithContext(ctx context.Context) *CreateAuthConnectionParams
WithContext adds the context to the create auth connection params
func (*CreateAuthConnectionParams) WithDefaults ¶
func (o *CreateAuthConnectionParams) WithDefaults() *CreateAuthConnectionParams
WithDefaults hydrates default values in the create auth connection params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAuthConnectionParams) WithHTTPClient ¶
func (o *CreateAuthConnectionParams) WithHTTPClient(client *http.Client) *CreateAuthConnectionParams
WithHTTPClient adds the HTTPClient to the create auth connection params
func (*CreateAuthConnectionParams) WithOrganizationID ¶
func (o *CreateAuthConnectionParams) WithOrganizationID(organizationID string) *CreateAuthConnectionParams
WithOrganizationID adds the organizationID to the create auth connection params
func (*CreateAuthConnectionParams) WithTimeout ¶
func (o *CreateAuthConnectionParams) WithTimeout(timeout time.Duration) *CreateAuthConnectionParams
WithTimeout adds the timeout to the create auth connection params
func (*CreateAuthConnectionParams) WriteToRequest ¶
func (o *CreateAuthConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAuthConnectionReader ¶
type CreateAuthConnectionReader struct {
// contains filtered or unexported fields
}
CreateAuthConnectionReader is a Reader for the CreateAuthConnection structure.
func (*CreateAuthConnectionReader) ReadResponse ¶
func (o *CreateAuthConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAuthConnectionFromOrganizationDefault ¶
type DeleteAuthConnectionFromOrganizationDefault struct { Payload *cloud.GoogleRPCStatus // contains filtered or unexported fields }
DeleteAuthConnectionFromOrganizationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteAuthConnectionFromOrganizationDefault ¶
func NewDeleteAuthConnectionFromOrganizationDefault(code int) *DeleteAuthConnectionFromOrganizationDefault
NewDeleteAuthConnectionFromOrganizationDefault creates a DeleteAuthConnectionFromOrganizationDefault with default headers values
func (*DeleteAuthConnectionFromOrganizationDefault) Code ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) Code() int
Code gets the status code for the delete auth connection from organization default response
func (*DeleteAuthConnectionFromOrganizationDefault) Error ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) Error() string
func (*DeleteAuthConnectionFromOrganizationDefault) GetPayload ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) GetPayload() *cloud.GoogleRPCStatus
func (*DeleteAuthConnectionFromOrganizationDefault) IsClientError ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) IsClientError() bool
IsClientError returns true when this delete auth connection from organization default response has a 4xx status code
func (*DeleteAuthConnectionFromOrganizationDefault) IsCode ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) IsCode(code int) bool
IsCode returns true when this delete auth connection from organization default response a status code equal to that given
func (*DeleteAuthConnectionFromOrganizationDefault) IsRedirect ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) IsRedirect() bool
IsRedirect returns true when this delete auth connection from organization default response has a 3xx status code
func (*DeleteAuthConnectionFromOrganizationDefault) IsServerError ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) IsServerError() bool
IsServerError returns true when this delete auth connection from organization default response has a 5xx status code
func (*DeleteAuthConnectionFromOrganizationDefault) IsSuccess ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) IsSuccess() bool
IsSuccess returns true when this delete auth connection from organization default response has a 2xx status code
func (*DeleteAuthConnectionFromOrganizationDefault) String ¶
func (o *DeleteAuthConnectionFromOrganizationDefault) String() string
type DeleteAuthConnectionFromOrganizationOK ¶
type DeleteAuthConnectionFromOrganizationOK struct {
Payload interface{}
}
DeleteAuthConnectionFromOrganizationOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteAuthConnectionFromOrganizationOK ¶
func NewDeleteAuthConnectionFromOrganizationOK() *DeleteAuthConnectionFromOrganizationOK
NewDeleteAuthConnectionFromOrganizationOK creates a DeleteAuthConnectionFromOrganizationOK with default headers values
func (*DeleteAuthConnectionFromOrganizationOK) Error ¶
func (o *DeleteAuthConnectionFromOrganizationOK) Error() string
func (*DeleteAuthConnectionFromOrganizationOK) GetPayload ¶
func (o *DeleteAuthConnectionFromOrganizationOK) GetPayload() interface{}
func (*DeleteAuthConnectionFromOrganizationOK) IsClientError ¶
func (o *DeleteAuthConnectionFromOrganizationOK) IsClientError() bool
IsClientError returns true when this delete auth connection from organization o k response has a 4xx status code
func (*DeleteAuthConnectionFromOrganizationOK) IsCode ¶
func (o *DeleteAuthConnectionFromOrganizationOK) IsCode(code int) bool
IsCode returns true when this delete auth connection from organization o k response a status code equal to that given
func (*DeleteAuthConnectionFromOrganizationOK) IsRedirect ¶
func (o *DeleteAuthConnectionFromOrganizationOK) IsRedirect() bool
IsRedirect returns true when this delete auth connection from organization o k response has a 3xx status code
func (*DeleteAuthConnectionFromOrganizationOK) IsServerError ¶
func (o *DeleteAuthConnectionFromOrganizationOK) IsServerError() bool
IsServerError returns true when this delete auth connection from organization o k response has a 5xx status code
func (*DeleteAuthConnectionFromOrganizationOK) IsSuccess ¶
func (o *DeleteAuthConnectionFromOrganizationOK) IsSuccess() bool
IsSuccess returns true when this delete auth connection from organization o k response has a 2xx status code
func (*DeleteAuthConnectionFromOrganizationOK) String ¶
func (o *DeleteAuthConnectionFromOrganizationOK) String() string
type DeleteAuthConnectionFromOrganizationParams ¶
type DeleteAuthConnectionFromOrganizationParams struct { /* OrganizationID. organization_id of the organization that owns the AuthConnection. */ OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAuthConnectionFromOrganizationParams contains all the parameters to send to the API endpoint
for the delete auth connection from organization operation. Typically these are written to a http.Request.
func NewDeleteAuthConnectionFromOrganizationParams ¶
func NewDeleteAuthConnectionFromOrganizationParams() *DeleteAuthConnectionFromOrganizationParams
NewDeleteAuthConnectionFromOrganizationParams creates a new DeleteAuthConnectionFromOrganizationParams 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 NewDeleteAuthConnectionFromOrganizationParamsWithContext ¶
func NewDeleteAuthConnectionFromOrganizationParamsWithContext(ctx context.Context) *DeleteAuthConnectionFromOrganizationParams
NewDeleteAuthConnectionFromOrganizationParamsWithContext creates a new DeleteAuthConnectionFromOrganizationParams object with the ability to set a context for a request.
func NewDeleteAuthConnectionFromOrganizationParamsWithHTTPClient ¶
func NewDeleteAuthConnectionFromOrganizationParamsWithHTTPClient(client *http.Client) *DeleteAuthConnectionFromOrganizationParams
NewDeleteAuthConnectionFromOrganizationParamsWithHTTPClient creates a new DeleteAuthConnectionFromOrganizationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAuthConnectionFromOrganizationParamsWithTimeout ¶
func NewDeleteAuthConnectionFromOrganizationParamsWithTimeout(timeout time.Duration) *DeleteAuthConnectionFromOrganizationParams
NewDeleteAuthConnectionFromOrganizationParamsWithTimeout creates a new DeleteAuthConnectionFromOrganizationParams object with the ability to set a timeout on a request.
func (*DeleteAuthConnectionFromOrganizationParams) SetContext ¶
func (o *DeleteAuthConnectionFromOrganizationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) SetDefaults ¶
func (o *DeleteAuthConnectionFromOrganizationParams) SetDefaults()
SetDefaults hydrates default values in the delete auth connection from organization params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAuthConnectionFromOrganizationParams) SetHTTPClient ¶
func (o *DeleteAuthConnectionFromOrganizationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) SetOrganizationID ¶
func (o *DeleteAuthConnectionFromOrganizationParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) SetTimeout ¶
func (o *DeleteAuthConnectionFromOrganizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) WithContext ¶
func (o *DeleteAuthConnectionFromOrganizationParams) WithContext(ctx context.Context) *DeleteAuthConnectionFromOrganizationParams
WithContext adds the context to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) WithDefaults ¶
func (o *DeleteAuthConnectionFromOrganizationParams) WithDefaults() *DeleteAuthConnectionFromOrganizationParams
WithDefaults hydrates default values in the delete auth connection from organization params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAuthConnectionFromOrganizationParams) WithHTTPClient ¶
func (o *DeleteAuthConnectionFromOrganizationParams) WithHTTPClient(client *http.Client) *DeleteAuthConnectionFromOrganizationParams
WithHTTPClient adds the HTTPClient to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) WithOrganizationID ¶
func (o *DeleteAuthConnectionFromOrganizationParams) WithOrganizationID(organizationID string) *DeleteAuthConnectionFromOrganizationParams
WithOrganizationID adds the organizationID to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) WithTimeout ¶
func (o *DeleteAuthConnectionFromOrganizationParams) WithTimeout(timeout time.Duration) *DeleteAuthConnectionFromOrganizationParams
WithTimeout adds the timeout to the delete auth connection from organization params
func (*DeleteAuthConnectionFromOrganizationParams) WriteToRequest ¶
func (o *DeleteAuthConnectionFromOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAuthConnectionFromOrganizationReader ¶
type DeleteAuthConnectionFromOrganizationReader struct {
// contains filtered or unexported fields
}
DeleteAuthConnectionFromOrganizationReader is a Reader for the DeleteAuthConnectionFromOrganization structure.
func (*DeleteAuthConnectionFromOrganizationReader) ReadResponse ¶
func (o *DeleteAuthConnectionFromOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EditAuthConnectionDefault ¶
type EditAuthConnectionDefault struct { Payload *cloud.GoogleRPCStatus // contains filtered or unexported fields }
EditAuthConnectionDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewEditAuthConnectionDefault ¶
func NewEditAuthConnectionDefault(code int) *EditAuthConnectionDefault
NewEditAuthConnectionDefault creates a EditAuthConnectionDefault with default headers values
func (*EditAuthConnectionDefault) Code ¶
func (o *EditAuthConnectionDefault) Code() int
Code gets the status code for the edit auth connection default response
func (*EditAuthConnectionDefault) Error ¶
func (o *EditAuthConnectionDefault) Error() string
func (*EditAuthConnectionDefault) GetPayload ¶
func (o *EditAuthConnectionDefault) GetPayload() *cloud.GoogleRPCStatus
func (*EditAuthConnectionDefault) IsClientError ¶
func (o *EditAuthConnectionDefault) IsClientError() bool
IsClientError returns true when this edit auth connection default response has a 4xx status code
func (*EditAuthConnectionDefault) IsCode ¶
func (o *EditAuthConnectionDefault) IsCode(code int) bool
IsCode returns true when this edit auth connection default response a status code equal to that given
func (*EditAuthConnectionDefault) IsRedirect ¶
func (o *EditAuthConnectionDefault) IsRedirect() bool
IsRedirect returns true when this edit auth connection default response has a 3xx status code
func (*EditAuthConnectionDefault) IsServerError ¶
func (o *EditAuthConnectionDefault) IsServerError() bool
IsServerError returns true when this edit auth connection default response has a 5xx status code
func (*EditAuthConnectionDefault) IsSuccess ¶
func (o *EditAuthConnectionDefault) IsSuccess() bool
IsSuccess returns true when this edit auth connection default response has a 2xx status code
func (*EditAuthConnectionDefault) String ¶
func (o *EditAuthConnectionDefault) String() string
type EditAuthConnectionOK ¶
type EditAuthConnectionOK struct {
Payload interface{}
}
EditAuthConnectionOK describes a response with status code 200, with default header values.
A successful response.
func NewEditAuthConnectionOK ¶
func NewEditAuthConnectionOK() *EditAuthConnectionOK
NewEditAuthConnectionOK creates a EditAuthConnectionOK with default headers values
func (*EditAuthConnectionOK) Error ¶
func (o *EditAuthConnectionOK) Error() string
func (*EditAuthConnectionOK) GetPayload ¶
func (o *EditAuthConnectionOK) GetPayload() interface{}
func (*EditAuthConnectionOK) IsClientError ¶
func (o *EditAuthConnectionOK) IsClientError() bool
IsClientError returns true when this edit auth connection o k response has a 4xx status code
func (*EditAuthConnectionOK) IsCode ¶
func (o *EditAuthConnectionOK) IsCode(code int) bool
IsCode returns true when this edit auth connection o k response a status code equal to that given
func (*EditAuthConnectionOK) IsRedirect ¶
func (o *EditAuthConnectionOK) IsRedirect() bool
IsRedirect returns true when this edit auth connection o k response has a 3xx status code
func (*EditAuthConnectionOK) IsServerError ¶
func (o *EditAuthConnectionOK) IsServerError() bool
IsServerError returns true when this edit auth connection o k response has a 5xx status code
func (*EditAuthConnectionOK) IsSuccess ¶
func (o *EditAuthConnectionOK) IsSuccess() bool
IsSuccess returns true when this edit auth connection o k response has a 2xx status code
func (*EditAuthConnectionOK) String ¶
func (o *EditAuthConnectionOK) String() string
type EditAuthConnectionParams ¶
type EditAuthConnectionParams struct { // Body. Body *models.HashicorpCloudIamEditAuthConnectionRequest /* OrganizationID. id of the organization that owns the connection */ OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EditAuthConnectionParams contains all the parameters to send to the API endpoint
for the edit auth connection operation. Typically these are written to a http.Request.
func NewEditAuthConnectionParams ¶
func NewEditAuthConnectionParams() *EditAuthConnectionParams
NewEditAuthConnectionParams creates a new EditAuthConnectionParams 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 NewEditAuthConnectionParamsWithContext ¶
func NewEditAuthConnectionParamsWithContext(ctx context.Context) *EditAuthConnectionParams
NewEditAuthConnectionParamsWithContext creates a new EditAuthConnectionParams object with the ability to set a context for a request.
func NewEditAuthConnectionParamsWithHTTPClient ¶
func NewEditAuthConnectionParamsWithHTTPClient(client *http.Client) *EditAuthConnectionParams
NewEditAuthConnectionParamsWithHTTPClient creates a new EditAuthConnectionParams object with the ability to set a custom HTTPClient for a request.
func NewEditAuthConnectionParamsWithTimeout ¶
func NewEditAuthConnectionParamsWithTimeout(timeout time.Duration) *EditAuthConnectionParams
NewEditAuthConnectionParamsWithTimeout creates a new EditAuthConnectionParams object with the ability to set a timeout on a request.
func (*EditAuthConnectionParams) SetBody ¶
func (o *EditAuthConnectionParams) SetBody(body *models.HashicorpCloudIamEditAuthConnectionRequest)
SetBody adds the body to the edit auth connection params
func (*EditAuthConnectionParams) SetContext ¶
func (o *EditAuthConnectionParams) SetContext(ctx context.Context)
SetContext adds the context to the edit auth connection params
func (*EditAuthConnectionParams) SetDefaults ¶
func (o *EditAuthConnectionParams) SetDefaults()
SetDefaults hydrates default values in the edit auth connection params (not the query body).
All values with no default are reset to their zero value.
func (*EditAuthConnectionParams) SetHTTPClient ¶
func (o *EditAuthConnectionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edit auth connection params
func (*EditAuthConnectionParams) SetOrganizationID ¶
func (o *EditAuthConnectionParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the edit auth connection params
func (*EditAuthConnectionParams) SetTimeout ¶
func (o *EditAuthConnectionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edit auth connection params
func (*EditAuthConnectionParams) WithBody ¶
func (o *EditAuthConnectionParams) WithBody(body *models.HashicorpCloudIamEditAuthConnectionRequest) *EditAuthConnectionParams
WithBody adds the body to the edit auth connection params
func (*EditAuthConnectionParams) WithContext ¶
func (o *EditAuthConnectionParams) WithContext(ctx context.Context) *EditAuthConnectionParams
WithContext adds the context to the edit auth connection params
func (*EditAuthConnectionParams) WithDefaults ¶
func (o *EditAuthConnectionParams) WithDefaults() *EditAuthConnectionParams
WithDefaults hydrates default values in the edit auth connection params (not the query body).
All values with no default are reset to their zero value.
func (*EditAuthConnectionParams) WithHTTPClient ¶
func (o *EditAuthConnectionParams) WithHTTPClient(client *http.Client) *EditAuthConnectionParams
WithHTTPClient adds the HTTPClient to the edit auth connection params
func (*EditAuthConnectionParams) WithOrganizationID ¶
func (o *EditAuthConnectionParams) WithOrganizationID(organizationID string) *EditAuthConnectionParams
WithOrganizationID adds the organizationID to the edit auth connection params
func (*EditAuthConnectionParams) WithTimeout ¶
func (o *EditAuthConnectionParams) WithTimeout(timeout time.Duration) *EditAuthConnectionParams
WithTimeout adds the timeout to the edit auth connection params
func (*EditAuthConnectionParams) WriteToRequest ¶
func (o *EditAuthConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EditAuthConnectionReader ¶
type EditAuthConnectionReader struct {
// contains filtered or unexported fields
}
EditAuthConnectionReader is a Reader for the EditAuthConnection structure.
func (*EditAuthConnectionReader) ReadResponse ¶
func (o *EditAuthConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAuthConnectionsDefault ¶
type GetAuthConnectionsDefault struct { Payload *cloud.GoogleRPCStatus // contains filtered or unexported fields }
GetAuthConnectionsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAuthConnectionsDefault ¶
func NewGetAuthConnectionsDefault(code int) *GetAuthConnectionsDefault
NewGetAuthConnectionsDefault creates a GetAuthConnectionsDefault with default headers values
func (*GetAuthConnectionsDefault) Code ¶
func (o *GetAuthConnectionsDefault) Code() int
Code gets the status code for the get auth connections default response
func (*GetAuthConnectionsDefault) Error ¶
func (o *GetAuthConnectionsDefault) Error() string
func (*GetAuthConnectionsDefault) GetPayload ¶
func (o *GetAuthConnectionsDefault) GetPayload() *cloud.GoogleRPCStatus
func (*GetAuthConnectionsDefault) IsClientError ¶
func (o *GetAuthConnectionsDefault) IsClientError() bool
IsClientError returns true when this get auth connections default response has a 4xx status code
func (*GetAuthConnectionsDefault) IsCode ¶
func (o *GetAuthConnectionsDefault) IsCode(code int) bool
IsCode returns true when this get auth connections default response a status code equal to that given
func (*GetAuthConnectionsDefault) IsRedirect ¶
func (o *GetAuthConnectionsDefault) IsRedirect() bool
IsRedirect returns true when this get auth connections default response has a 3xx status code
func (*GetAuthConnectionsDefault) IsServerError ¶
func (o *GetAuthConnectionsDefault) IsServerError() bool
IsServerError returns true when this get auth connections default response has a 5xx status code
func (*GetAuthConnectionsDefault) IsSuccess ¶
func (o *GetAuthConnectionsDefault) IsSuccess() bool
IsSuccess returns true when this get auth connections default response has a 2xx status code
func (*GetAuthConnectionsDefault) String ¶
func (o *GetAuthConnectionsDefault) String() string
type GetAuthConnectionsOK ¶
type GetAuthConnectionsOK struct {
Payload *models.HashicorpCloudIamGetAuthConnectionsResponse
}
GetAuthConnectionsOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAuthConnectionsOK ¶
func NewGetAuthConnectionsOK() *GetAuthConnectionsOK
NewGetAuthConnectionsOK creates a GetAuthConnectionsOK with default headers values
func (*GetAuthConnectionsOK) Error ¶
func (o *GetAuthConnectionsOK) Error() string
func (*GetAuthConnectionsOK) GetPayload ¶
func (o *GetAuthConnectionsOK) GetPayload() *models.HashicorpCloudIamGetAuthConnectionsResponse
func (*GetAuthConnectionsOK) IsClientError ¶
func (o *GetAuthConnectionsOK) IsClientError() bool
IsClientError returns true when this get auth connections o k response has a 4xx status code
func (*GetAuthConnectionsOK) IsCode ¶
func (o *GetAuthConnectionsOK) IsCode(code int) bool
IsCode returns true when this get auth connections o k response a status code equal to that given
func (*GetAuthConnectionsOK) IsRedirect ¶
func (o *GetAuthConnectionsOK) IsRedirect() bool
IsRedirect returns true when this get auth connections o k response has a 3xx status code
func (*GetAuthConnectionsOK) IsServerError ¶
func (o *GetAuthConnectionsOK) IsServerError() bool
IsServerError returns true when this get auth connections o k response has a 5xx status code
func (*GetAuthConnectionsOK) IsSuccess ¶
func (o *GetAuthConnectionsOK) IsSuccess() bool
IsSuccess returns true when this get auth connections o k response has a 2xx status code
func (*GetAuthConnectionsOK) String ¶
func (o *GetAuthConnectionsOK) String() string
type GetAuthConnectionsParams ¶
type GetAuthConnectionsParams struct { // OrganizationID. OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAuthConnectionsParams contains all the parameters to send to the API endpoint
for the get auth connections operation. Typically these are written to a http.Request.
func NewGetAuthConnectionsParams ¶
func NewGetAuthConnectionsParams() *GetAuthConnectionsParams
NewGetAuthConnectionsParams creates a new GetAuthConnectionsParams 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 NewGetAuthConnectionsParamsWithContext ¶
func NewGetAuthConnectionsParamsWithContext(ctx context.Context) *GetAuthConnectionsParams
NewGetAuthConnectionsParamsWithContext creates a new GetAuthConnectionsParams object with the ability to set a context for a request.
func NewGetAuthConnectionsParamsWithHTTPClient ¶
func NewGetAuthConnectionsParamsWithHTTPClient(client *http.Client) *GetAuthConnectionsParams
NewGetAuthConnectionsParamsWithHTTPClient creates a new GetAuthConnectionsParams object with the ability to set a custom HTTPClient for a request.
func NewGetAuthConnectionsParamsWithTimeout ¶
func NewGetAuthConnectionsParamsWithTimeout(timeout time.Duration) *GetAuthConnectionsParams
NewGetAuthConnectionsParamsWithTimeout creates a new GetAuthConnectionsParams object with the ability to set a timeout on a request.
func (*GetAuthConnectionsParams) SetContext ¶
func (o *GetAuthConnectionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get auth connections params
func (*GetAuthConnectionsParams) SetDefaults ¶
func (o *GetAuthConnectionsParams) SetDefaults()
SetDefaults hydrates default values in the get auth connections params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuthConnectionsParams) SetHTTPClient ¶
func (o *GetAuthConnectionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get auth connections params
func (*GetAuthConnectionsParams) SetOrganizationID ¶
func (o *GetAuthConnectionsParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the get auth connections params
func (*GetAuthConnectionsParams) SetTimeout ¶
func (o *GetAuthConnectionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get auth connections params
func (*GetAuthConnectionsParams) WithContext ¶
func (o *GetAuthConnectionsParams) WithContext(ctx context.Context) *GetAuthConnectionsParams
WithContext adds the context to the get auth connections params
func (*GetAuthConnectionsParams) WithDefaults ¶
func (o *GetAuthConnectionsParams) WithDefaults() *GetAuthConnectionsParams
WithDefaults hydrates default values in the get auth connections params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuthConnectionsParams) WithHTTPClient ¶
func (o *GetAuthConnectionsParams) WithHTTPClient(client *http.Client) *GetAuthConnectionsParams
WithHTTPClient adds the HTTPClient to the get auth connections params
func (*GetAuthConnectionsParams) WithOrganizationID ¶
func (o *GetAuthConnectionsParams) WithOrganizationID(organizationID string) *GetAuthConnectionsParams
WithOrganizationID adds the organizationID to the get auth connections params
func (*GetAuthConnectionsParams) WithTimeout ¶
func (o *GetAuthConnectionsParams) WithTimeout(timeout time.Duration) *GetAuthConnectionsParams
WithTimeout adds the timeout to the get auth connections params
func (*GetAuthConnectionsParams) WriteToRequest ¶
func (o *GetAuthConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAuthConnectionsReader ¶
type GetAuthConnectionsReader struct {
// contains filtered or unexported fields
}
GetAuthConnectionsReader is a Reader for the GetAuthConnections structure.
func (*GetAuthConnectionsReader) ReadResponse ¶
func (o *GetAuthConnectionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- auth_config_service_client.go
- create_auth_connection_parameters.go
- create_auth_connection_responses.go
- delete_auth_connection_from_organization_parameters.go
- delete_auth_connection_from_organization_responses.go
- edit_auth_connection_parameters.go
- edit_auth_connection_responses.go
- get_auth_connections_parameters.go
- get_auth_connections_responses.go