v3_organization_id_ldapconfigs

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for v3 organization id ldapconfigs API

func New

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

New creates a new v3 organization id ldapconfigs API client.

func (*Client) CreateLdapConfigsInOrganization

func (a *Client) CreateLdapConfigsInOrganization(params *CreateLdapConfigsInOrganizationParams) (*CreateLdapConfigsInOrganizationOK, error)

CreateLdapConfigsInOrganization creates l d a p config in organization

LDAP server integration enables the user to provide a central place to store usernames and passwords for the users of his/her clusters.

func (*Client) DeleteLdapConfigsInOrganization

func (a *Client) DeleteLdapConfigsInOrganization(params *DeleteLdapConfigsInOrganizationParams) (*DeleteLdapConfigsInOrganizationOK, error)

DeleteLdapConfigsInOrganization deletes l d a p config by name in organization

LDAP server integration enables the user to provide a central place to store usernames and passwords for the users of his/her clusters.

func (*Client) GetLdapConfigInOrganization

func (a *Client) GetLdapConfigInOrganization(params *GetLdapConfigInOrganizationParams) (*GetLdapConfigInOrganizationOK, error)

GetLdapConfigInOrganization gets l d a p config by name in organization

LDAP server integration enables the user to provide a central place to store usernames and passwords for the users of his/her clusters.

func (*Client) ListLdapsByOrganization

func (a *Client) ListLdapsByOrganization(params *ListLdapsByOrganizationParams) (*ListLdapsByOrganizationOK, error)

ListLdapsByOrganization lists l d a p configs for the given organization

LDAP server integration enables the user to provide a central place to store usernames and passwords for the users of his/her clusters.

func (*Client) PostLdapConnectionTestInOrganization

func (a *Client) PostLdapConnectionTestInOrganization(params *PostLdapConnectionTestInOrganizationParams) (*PostLdapConnectionTestInOrganizationOK, error)

PostLdapConnectionTestInOrganization tests that the connection could be established of an existing or new l d a p config

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateLdapConfigsInOrganizationOK

type CreateLdapConfigsInOrganizationOK struct {
	Payload *models_cloudbreak.LdapConfigResponse
}

CreateLdapConfigsInOrganizationOK handles this case with default header values.

successful operation

func NewCreateLdapConfigsInOrganizationOK

func NewCreateLdapConfigsInOrganizationOK() *CreateLdapConfigsInOrganizationOK

NewCreateLdapConfigsInOrganizationOK creates a CreateLdapConfigsInOrganizationOK with default headers values

func (*CreateLdapConfigsInOrganizationOK) Error

type CreateLdapConfigsInOrganizationParams

type CreateLdapConfigsInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.LdapConfigRequest
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewCreateLdapConfigsInOrganizationParams

func NewCreateLdapConfigsInOrganizationParams() *CreateLdapConfigsInOrganizationParams

NewCreateLdapConfigsInOrganizationParams creates a new CreateLdapConfigsInOrganizationParams object with the default values initialized.

func NewCreateLdapConfigsInOrganizationParamsWithContext

func NewCreateLdapConfigsInOrganizationParamsWithContext(ctx context.Context) *CreateLdapConfigsInOrganizationParams

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

func NewCreateLdapConfigsInOrganizationParamsWithHTTPClient

func NewCreateLdapConfigsInOrganizationParamsWithHTTPClient(client *http.Client) *CreateLdapConfigsInOrganizationParams

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

func NewCreateLdapConfigsInOrganizationParamsWithTimeout

func NewCreateLdapConfigsInOrganizationParamsWithTimeout(timeout time.Duration) *CreateLdapConfigsInOrganizationParams

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

func (*CreateLdapConfigsInOrganizationParams) SetBody

SetBody adds the body to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) SetContext

SetContext adds the context to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) SetOrganizationID

func (o *CreateLdapConfigsInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) WithBody

WithBody adds the body to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) WithContext

WithContext adds the context to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create ldap configs in organization params

func (*CreateLdapConfigsInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateLdapConfigsInOrganizationReader

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

CreateLdapConfigsInOrganizationReader is a Reader for the CreateLdapConfigsInOrganization structure.

func (*CreateLdapConfigsInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLdapConfigsInOrganizationOK

type DeleteLdapConfigsInOrganizationOK struct {
	Payload *models_cloudbreak.LdapConfigResponse
}

DeleteLdapConfigsInOrganizationOK handles this case with default header values.

successful operation

func NewDeleteLdapConfigsInOrganizationOK

func NewDeleteLdapConfigsInOrganizationOK() *DeleteLdapConfigsInOrganizationOK

NewDeleteLdapConfigsInOrganizationOK creates a DeleteLdapConfigsInOrganizationOK with default headers values

func (*DeleteLdapConfigsInOrganizationOK) Error

type DeleteLdapConfigsInOrganizationParams

type DeleteLdapConfigsInOrganizationParams struct {

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

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

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

func NewDeleteLdapConfigsInOrganizationParams

func NewDeleteLdapConfigsInOrganizationParams() *DeleteLdapConfigsInOrganizationParams

NewDeleteLdapConfigsInOrganizationParams creates a new DeleteLdapConfigsInOrganizationParams object with the default values initialized.

func NewDeleteLdapConfigsInOrganizationParamsWithContext

func NewDeleteLdapConfigsInOrganizationParamsWithContext(ctx context.Context) *DeleteLdapConfigsInOrganizationParams

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

func NewDeleteLdapConfigsInOrganizationParamsWithHTTPClient

func NewDeleteLdapConfigsInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteLdapConfigsInOrganizationParams

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

func NewDeleteLdapConfigsInOrganizationParamsWithTimeout

func NewDeleteLdapConfigsInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteLdapConfigsInOrganizationParams

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

func (*DeleteLdapConfigsInOrganizationParams) SetContext

SetContext adds the context to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) SetName

SetName adds the name to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) SetOrganizationID

func (o *DeleteLdapConfigsInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) WithContext

WithContext adds the context to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) WithName

WithName adds the name to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete ldap configs in organization params

func (*DeleteLdapConfigsInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLdapConfigsInOrganizationReader

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

DeleteLdapConfigsInOrganizationReader is a Reader for the DeleteLdapConfigsInOrganization structure.

func (*DeleteLdapConfigsInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLdapConfigInOrganizationOK

type GetLdapConfigInOrganizationOK struct {
	Payload *models_cloudbreak.LdapConfigResponse
}

GetLdapConfigInOrganizationOK handles this case with default header values.

successful operation

func NewGetLdapConfigInOrganizationOK

func NewGetLdapConfigInOrganizationOK() *GetLdapConfigInOrganizationOK

NewGetLdapConfigInOrganizationOK creates a GetLdapConfigInOrganizationOK with default headers values

func (*GetLdapConfigInOrganizationOK) Error

type GetLdapConfigInOrganizationParams

type GetLdapConfigInOrganizationParams struct {

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

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

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

func NewGetLdapConfigInOrganizationParams

func NewGetLdapConfigInOrganizationParams() *GetLdapConfigInOrganizationParams

NewGetLdapConfigInOrganizationParams creates a new GetLdapConfigInOrganizationParams object with the default values initialized.

func NewGetLdapConfigInOrganizationParamsWithContext

func NewGetLdapConfigInOrganizationParamsWithContext(ctx context.Context) *GetLdapConfigInOrganizationParams

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

func NewGetLdapConfigInOrganizationParamsWithHTTPClient

func NewGetLdapConfigInOrganizationParamsWithHTTPClient(client *http.Client) *GetLdapConfigInOrganizationParams

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

func NewGetLdapConfigInOrganizationParamsWithTimeout

func NewGetLdapConfigInOrganizationParamsWithTimeout(timeout time.Duration) *GetLdapConfigInOrganizationParams

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

func (*GetLdapConfigInOrganizationParams) SetContext

SetContext adds the context to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) SetName

func (o *GetLdapConfigInOrganizationParams) SetName(name string)

SetName adds the name to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) SetOrganizationID

func (o *GetLdapConfigInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) WithContext

WithContext adds the context to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) WithName

WithName adds the name to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get ldap config in organization params

func (*GetLdapConfigInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLdapConfigInOrganizationReader

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

GetLdapConfigInOrganizationReader is a Reader for the GetLdapConfigInOrganization structure.

func (*GetLdapConfigInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListLdapsByOrganizationOK

type ListLdapsByOrganizationOK struct {
	Payload []*models_cloudbreak.LdapConfigResponse
}

ListLdapsByOrganizationOK handles this case with default header values.

successful operation

func NewListLdapsByOrganizationOK

func NewListLdapsByOrganizationOK() *ListLdapsByOrganizationOK

NewListLdapsByOrganizationOK creates a ListLdapsByOrganizationOK with default headers values

func (*ListLdapsByOrganizationOK) Error

func (o *ListLdapsByOrganizationOK) Error() string

type ListLdapsByOrganizationParams

type ListLdapsByOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

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

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

func NewListLdapsByOrganizationParams

func NewListLdapsByOrganizationParams() *ListLdapsByOrganizationParams

NewListLdapsByOrganizationParams creates a new ListLdapsByOrganizationParams object with the default values initialized.

func NewListLdapsByOrganizationParamsWithContext

func NewListLdapsByOrganizationParamsWithContext(ctx context.Context) *ListLdapsByOrganizationParams

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

func NewListLdapsByOrganizationParamsWithHTTPClient

func NewListLdapsByOrganizationParamsWithHTTPClient(client *http.Client) *ListLdapsByOrganizationParams

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

func NewListLdapsByOrganizationParamsWithTimeout

func NewListLdapsByOrganizationParamsWithTimeout(timeout time.Duration) *ListLdapsByOrganizationParams

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

func (*ListLdapsByOrganizationParams) SetContext

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

SetContext adds the context to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) SetOrganizationID

func (o *ListLdapsByOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) WithContext

WithContext adds the context to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) WithTimeout

WithTimeout adds the timeout to the list ldaps by organization params

func (*ListLdapsByOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListLdapsByOrganizationReader

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

ListLdapsByOrganizationReader is a Reader for the ListLdapsByOrganization structure.

func (*ListLdapsByOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLdapConnectionTestInOrganizationOK

type PostLdapConnectionTestInOrganizationOK struct {
	Payload *models_cloudbreak.LdapTestResult
}

PostLdapConnectionTestInOrganizationOK handles this case with default header values.

successful operation

func NewPostLdapConnectionTestInOrganizationOK

func NewPostLdapConnectionTestInOrganizationOK() *PostLdapConnectionTestInOrganizationOK

NewPostLdapConnectionTestInOrganizationOK creates a PostLdapConnectionTestInOrganizationOK with default headers values

func (*PostLdapConnectionTestInOrganizationOK) Error

type PostLdapConnectionTestInOrganizationParams

type PostLdapConnectionTestInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.LDAPTestRequest
	/*OrganizationID*/
	OrganizationID int64

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

PostLdapConnectionTestInOrganizationParams contains all the parameters to send to the API endpoint for the post ldap connection test in organization operation typically these are written to a http.Request

func NewPostLdapConnectionTestInOrganizationParams

func NewPostLdapConnectionTestInOrganizationParams() *PostLdapConnectionTestInOrganizationParams

NewPostLdapConnectionTestInOrganizationParams creates a new PostLdapConnectionTestInOrganizationParams object with the default values initialized.

func NewPostLdapConnectionTestInOrganizationParamsWithContext

func NewPostLdapConnectionTestInOrganizationParamsWithContext(ctx context.Context) *PostLdapConnectionTestInOrganizationParams

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

func NewPostLdapConnectionTestInOrganizationParamsWithHTTPClient

func NewPostLdapConnectionTestInOrganizationParamsWithHTTPClient(client *http.Client) *PostLdapConnectionTestInOrganizationParams

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

func NewPostLdapConnectionTestInOrganizationParamsWithTimeout

func NewPostLdapConnectionTestInOrganizationParamsWithTimeout(timeout time.Duration) *PostLdapConnectionTestInOrganizationParams

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

func (*PostLdapConnectionTestInOrganizationParams) SetBody

SetBody adds the body to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) SetContext

SetContext adds the context to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) SetOrganizationID

func (o *PostLdapConnectionTestInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) WithBody

WithBody adds the body to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) WithContext

WithContext adds the context to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the post ldap connection test in organization params

func (*PostLdapConnectionTestInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLdapConnectionTestInOrganizationReader

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

PostLdapConnectionTestInOrganizationReader is a Reader for the PostLdapConnectionTestInOrganization structure.

func (*PostLdapConnectionTestInOrganizationReader) ReadResponse

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