Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateLdapConfigsInOrganization(params *CreateLdapConfigsInOrganizationParams) (*CreateLdapConfigsInOrganizationOK, error)
- func (a *Client) DeleteLdapConfigsInOrganization(params *DeleteLdapConfigsInOrganizationParams) (*DeleteLdapConfigsInOrganizationOK, error)
- func (a *Client) GetLdapConfigInOrganization(params *GetLdapConfigInOrganizationParams) (*GetLdapConfigInOrganizationOK, error)
- func (a *Client) GetLdapRequestByNameAndOrganizationID(params *GetLdapRequestByNameAndOrganizationIDParams) (*GetLdapRequestByNameAndOrganizationIDOK, error)
- func (a *Client) ListLdapsByOrganization(params *ListLdapsByOrganizationParams) (*ListLdapsByOrganizationOK, error)
- func (a *Client) PostLdapConnectionTestInOrganization(params *PostLdapConnectionTestInOrganizationParams) (*PostLdapConnectionTestInOrganizationOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateLdapConfigsInOrganizationOK
- type CreateLdapConfigsInOrganizationParams
- func NewCreateLdapConfigsInOrganizationParams() *CreateLdapConfigsInOrganizationParams
- func NewCreateLdapConfigsInOrganizationParamsWithContext(ctx context.Context) *CreateLdapConfigsInOrganizationParams
- func NewCreateLdapConfigsInOrganizationParamsWithHTTPClient(client *http.Client) *CreateLdapConfigsInOrganizationParams
- func NewCreateLdapConfigsInOrganizationParamsWithTimeout(timeout time.Duration) *CreateLdapConfigsInOrganizationParams
- func (o *CreateLdapConfigsInOrganizationParams) SetBody(body *models_cloudbreak.LdapConfigRequest)
- func (o *CreateLdapConfigsInOrganizationParams) SetContext(ctx context.Context)
- func (o *CreateLdapConfigsInOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *CreateLdapConfigsInOrganizationParams) SetOrganizationID(organizationID int64)
- func (o *CreateLdapConfigsInOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *CreateLdapConfigsInOrganizationParams) WithBody(body *models_cloudbreak.LdapConfigRequest) *CreateLdapConfigsInOrganizationParams
- func (o *CreateLdapConfigsInOrganizationParams) WithContext(ctx context.Context) *CreateLdapConfigsInOrganizationParams
- func (o *CreateLdapConfigsInOrganizationParams) WithHTTPClient(client *http.Client) *CreateLdapConfigsInOrganizationParams
- func (o *CreateLdapConfigsInOrganizationParams) WithOrganizationID(organizationID int64) *CreateLdapConfigsInOrganizationParams
- func (o *CreateLdapConfigsInOrganizationParams) WithTimeout(timeout time.Duration) *CreateLdapConfigsInOrganizationParams
- func (o *CreateLdapConfigsInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateLdapConfigsInOrganizationReader
- type DeleteLdapConfigsInOrganizationOK
- type DeleteLdapConfigsInOrganizationParams
- func NewDeleteLdapConfigsInOrganizationParams() *DeleteLdapConfigsInOrganizationParams
- func NewDeleteLdapConfigsInOrganizationParamsWithContext(ctx context.Context) *DeleteLdapConfigsInOrganizationParams
- func NewDeleteLdapConfigsInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteLdapConfigsInOrganizationParams
- func NewDeleteLdapConfigsInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteLdapConfigsInOrganizationParams
- func (o *DeleteLdapConfigsInOrganizationParams) SetContext(ctx context.Context)
- func (o *DeleteLdapConfigsInOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLdapConfigsInOrganizationParams) SetName(name string)
- func (o *DeleteLdapConfigsInOrganizationParams) SetOrganizationID(organizationID int64)
- func (o *DeleteLdapConfigsInOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLdapConfigsInOrganizationParams) WithContext(ctx context.Context) *DeleteLdapConfigsInOrganizationParams
- func (o *DeleteLdapConfigsInOrganizationParams) WithHTTPClient(client *http.Client) *DeleteLdapConfigsInOrganizationParams
- func (o *DeleteLdapConfigsInOrganizationParams) WithName(name string) *DeleteLdapConfigsInOrganizationParams
- func (o *DeleteLdapConfigsInOrganizationParams) WithOrganizationID(organizationID int64) *DeleteLdapConfigsInOrganizationParams
- func (o *DeleteLdapConfigsInOrganizationParams) WithTimeout(timeout time.Duration) *DeleteLdapConfigsInOrganizationParams
- func (o *DeleteLdapConfigsInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLdapConfigsInOrganizationReader
- type GetLdapConfigInOrganizationOK
- type GetLdapConfigInOrganizationParams
- func NewGetLdapConfigInOrganizationParams() *GetLdapConfigInOrganizationParams
- func NewGetLdapConfigInOrganizationParamsWithContext(ctx context.Context) *GetLdapConfigInOrganizationParams
- func NewGetLdapConfigInOrganizationParamsWithHTTPClient(client *http.Client) *GetLdapConfigInOrganizationParams
- func NewGetLdapConfigInOrganizationParamsWithTimeout(timeout time.Duration) *GetLdapConfigInOrganizationParams
- func (o *GetLdapConfigInOrganizationParams) SetContext(ctx context.Context)
- func (o *GetLdapConfigInOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *GetLdapConfigInOrganizationParams) SetName(name string)
- func (o *GetLdapConfigInOrganizationParams) SetOrganizationID(organizationID int64)
- func (o *GetLdapConfigInOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *GetLdapConfigInOrganizationParams) WithContext(ctx context.Context) *GetLdapConfigInOrganizationParams
- func (o *GetLdapConfigInOrganizationParams) WithHTTPClient(client *http.Client) *GetLdapConfigInOrganizationParams
- func (o *GetLdapConfigInOrganizationParams) WithName(name string) *GetLdapConfigInOrganizationParams
- func (o *GetLdapConfigInOrganizationParams) WithOrganizationID(organizationID int64) *GetLdapConfigInOrganizationParams
- func (o *GetLdapConfigInOrganizationParams) WithTimeout(timeout time.Duration) *GetLdapConfigInOrganizationParams
- func (o *GetLdapConfigInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLdapConfigInOrganizationReader
- type GetLdapRequestByNameAndOrganizationIDOK
- type GetLdapRequestByNameAndOrganizationIDParams
- func NewGetLdapRequestByNameAndOrganizationIDParams() *GetLdapRequestByNameAndOrganizationIDParams
- func NewGetLdapRequestByNameAndOrganizationIDParamsWithContext(ctx context.Context) *GetLdapRequestByNameAndOrganizationIDParams
- func NewGetLdapRequestByNameAndOrganizationIDParamsWithHTTPClient(client *http.Client) *GetLdapRequestByNameAndOrganizationIDParams
- func NewGetLdapRequestByNameAndOrganizationIDParamsWithTimeout(timeout time.Duration) *GetLdapRequestByNameAndOrganizationIDParams
- func (o *GetLdapRequestByNameAndOrganizationIDParams) SetContext(ctx context.Context)
- func (o *GetLdapRequestByNameAndOrganizationIDParams) SetHTTPClient(client *http.Client)
- func (o *GetLdapRequestByNameAndOrganizationIDParams) SetName(name string)
- func (o *GetLdapRequestByNameAndOrganizationIDParams) SetOrganizationID(organizationID int64)
- func (o *GetLdapRequestByNameAndOrganizationIDParams) SetTimeout(timeout time.Duration)
- func (o *GetLdapRequestByNameAndOrganizationIDParams) WithContext(ctx context.Context) *GetLdapRequestByNameAndOrganizationIDParams
- func (o *GetLdapRequestByNameAndOrganizationIDParams) WithHTTPClient(client *http.Client) *GetLdapRequestByNameAndOrganizationIDParams
- func (o *GetLdapRequestByNameAndOrganizationIDParams) WithName(name string) *GetLdapRequestByNameAndOrganizationIDParams
- func (o *GetLdapRequestByNameAndOrganizationIDParams) WithOrganizationID(organizationID int64) *GetLdapRequestByNameAndOrganizationIDParams
- func (o *GetLdapRequestByNameAndOrganizationIDParams) WithTimeout(timeout time.Duration) *GetLdapRequestByNameAndOrganizationIDParams
- func (o *GetLdapRequestByNameAndOrganizationIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLdapRequestByNameAndOrganizationIDReader
- type ListLdapsByOrganizationOK
- type ListLdapsByOrganizationParams
- func NewListLdapsByOrganizationParams() *ListLdapsByOrganizationParams
- func NewListLdapsByOrganizationParamsWithContext(ctx context.Context) *ListLdapsByOrganizationParams
- func NewListLdapsByOrganizationParamsWithHTTPClient(client *http.Client) *ListLdapsByOrganizationParams
- func NewListLdapsByOrganizationParamsWithTimeout(timeout time.Duration) *ListLdapsByOrganizationParams
- func (o *ListLdapsByOrganizationParams) SetContext(ctx context.Context)
- func (o *ListLdapsByOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *ListLdapsByOrganizationParams) SetOrganizationID(organizationID int64)
- func (o *ListLdapsByOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *ListLdapsByOrganizationParams) WithContext(ctx context.Context) *ListLdapsByOrganizationParams
- func (o *ListLdapsByOrganizationParams) WithHTTPClient(client *http.Client) *ListLdapsByOrganizationParams
- func (o *ListLdapsByOrganizationParams) WithOrganizationID(organizationID int64) *ListLdapsByOrganizationParams
- func (o *ListLdapsByOrganizationParams) WithTimeout(timeout time.Duration) *ListLdapsByOrganizationParams
- func (o *ListLdapsByOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListLdapsByOrganizationReader
- type PostLdapConnectionTestInOrganizationOK
- type PostLdapConnectionTestInOrganizationParams
- func NewPostLdapConnectionTestInOrganizationParams() *PostLdapConnectionTestInOrganizationParams
- func NewPostLdapConnectionTestInOrganizationParamsWithContext(ctx context.Context) *PostLdapConnectionTestInOrganizationParams
- func NewPostLdapConnectionTestInOrganizationParamsWithHTTPClient(client *http.Client) *PostLdapConnectionTestInOrganizationParams
- func NewPostLdapConnectionTestInOrganizationParamsWithTimeout(timeout time.Duration) *PostLdapConnectionTestInOrganizationParams
- func (o *PostLdapConnectionTestInOrganizationParams) SetBody(body *models_cloudbreak.LDAPTestRequest)
- func (o *PostLdapConnectionTestInOrganizationParams) SetContext(ctx context.Context)
- func (o *PostLdapConnectionTestInOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *PostLdapConnectionTestInOrganizationParams) SetOrganizationID(organizationID int64)
- func (o *PostLdapConnectionTestInOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *PostLdapConnectionTestInOrganizationParams) WithBody(body *models_cloudbreak.LDAPTestRequest) *PostLdapConnectionTestInOrganizationParams
- func (o *PostLdapConnectionTestInOrganizationParams) WithContext(ctx context.Context) *PostLdapConnectionTestInOrganizationParams
- func (o *PostLdapConnectionTestInOrganizationParams) WithHTTPClient(client *http.Client) *PostLdapConnectionTestInOrganizationParams
- func (o *PostLdapConnectionTestInOrganizationParams) WithOrganizationID(organizationID int64) *PostLdapConnectionTestInOrganizationParams
- func (o *PostLdapConnectionTestInOrganizationParams) WithTimeout(timeout time.Duration) *PostLdapConnectionTestInOrganizationParams
- func (o *PostLdapConnectionTestInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLdapConnectionTestInOrganizationReader
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) GetLdapRequestByNameAndOrganizationID ¶
func (a *Client) GetLdapRequestByNameAndOrganizationID(params *GetLdapRequestByNameAndOrganizationIDParams) (*GetLdapRequestByNameAndOrganizationIDOK, error)
GetLdapRequestByNameAndOrganizationID gets request
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 ¶
func (o *CreateLdapConfigsInOrganizationOK) Error() string
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 ¶
func (o *CreateLdapConfigsInOrganizationParams) SetBody(body *models_cloudbreak.LdapConfigRequest)
SetBody adds the body to the create ldap configs in organization params
func (*CreateLdapConfigsInOrganizationParams) SetContext ¶
func (o *CreateLdapConfigsInOrganizationParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateLdapConfigsInOrganizationParams) WithBody(body *models_cloudbreak.LdapConfigRequest) *CreateLdapConfigsInOrganizationParams
WithBody adds the body to the create ldap configs in organization params
func (*CreateLdapConfigsInOrganizationParams) WithContext ¶
func (o *CreateLdapConfigsInOrganizationParams) WithContext(ctx context.Context) *CreateLdapConfigsInOrganizationParams
WithContext adds the context to the create ldap configs in organization params
func (*CreateLdapConfigsInOrganizationParams) WithHTTPClient ¶
func (o *CreateLdapConfigsInOrganizationParams) WithHTTPClient(client *http.Client) *CreateLdapConfigsInOrganizationParams
WithHTTPClient adds the HTTPClient to the create ldap configs in organization params
func (*CreateLdapConfigsInOrganizationParams) WithOrganizationID ¶
func (o *CreateLdapConfigsInOrganizationParams) WithOrganizationID(organizationID int64) *CreateLdapConfigsInOrganizationParams
WithOrganizationID adds the organizationID to the create ldap configs in organization params
func (*CreateLdapConfigsInOrganizationParams) WithTimeout ¶
func (o *CreateLdapConfigsInOrganizationParams) WithTimeout(timeout time.Duration) *CreateLdapConfigsInOrganizationParams
WithTimeout adds the timeout to the create ldap configs in organization params
func (*CreateLdapConfigsInOrganizationParams) WriteToRequest ¶
func (o *CreateLdapConfigsInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteLdapConfigsInOrganizationOK) Error() string
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 ¶
func (o *DeleteLdapConfigsInOrganizationParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteLdapConfigsInOrganizationParams) SetName(name string)
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 ¶
func (o *DeleteLdapConfigsInOrganizationParams) WithContext(ctx context.Context) *DeleteLdapConfigsInOrganizationParams
WithContext adds the context to the delete ldap configs in organization params
func (*DeleteLdapConfigsInOrganizationParams) WithHTTPClient ¶
func (o *DeleteLdapConfigsInOrganizationParams) WithHTTPClient(client *http.Client) *DeleteLdapConfigsInOrganizationParams
WithHTTPClient adds the HTTPClient to the delete ldap configs in organization params
func (*DeleteLdapConfigsInOrganizationParams) WithName ¶
func (o *DeleteLdapConfigsInOrganizationParams) WithName(name string) *DeleteLdapConfigsInOrganizationParams
WithName adds the name to the delete ldap configs in organization params
func (*DeleteLdapConfigsInOrganizationParams) WithOrganizationID ¶
func (o *DeleteLdapConfigsInOrganizationParams) WithOrganizationID(organizationID int64) *DeleteLdapConfigsInOrganizationParams
WithOrganizationID adds the organizationID to the delete ldap configs in organization params
func (*DeleteLdapConfigsInOrganizationParams) WithTimeout ¶
func (o *DeleteLdapConfigsInOrganizationParams) WithTimeout(timeout time.Duration) *DeleteLdapConfigsInOrganizationParams
WithTimeout adds the timeout to the delete ldap configs in organization params
func (*DeleteLdapConfigsInOrganizationParams) WriteToRequest ¶
func (o *DeleteLdapConfigsInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetLdapConfigInOrganizationOK) Error() string
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 ¶
func (o *GetLdapConfigInOrganizationParams) SetContext(ctx context.Context)
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 ¶
func (o *GetLdapConfigInOrganizationParams) WithContext(ctx context.Context) *GetLdapConfigInOrganizationParams
WithContext adds the context to the get ldap config in organization params
func (*GetLdapConfigInOrganizationParams) WithHTTPClient ¶
func (o *GetLdapConfigInOrganizationParams) WithHTTPClient(client *http.Client) *GetLdapConfigInOrganizationParams
WithHTTPClient adds the HTTPClient to the get ldap config in organization params
func (*GetLdapConfigInOrganizationParams) WithName ¶
func (o *GetLdapConfigInOrganizationParams) WithName(name string) *GetLdapConfigInOrganizationParams
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 ¶
func (o *GetLdapConfigInOrganizationParams) WithTimeout(timeout time.Duration) *GetLdapConfigInOrganizationParams
WithTimeout adds the timeout to the get ldap config in organization params
func (*GetLdapConfigInOrganizationParams) WriteToRequest ¶
func (o *GetLdapConfigInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 GetLdapRequestByNameAndOrganizationIDOK ¶
type GetLdapRequestByNameAndOrganizationIDOK struct {
Payload *models_cloudbreak.LdapConfigRequest
}
GetLdapRequestByNameAndOrganizationIDOK handles this case with default header values.
successful operation
func NewGetLdapRequestByNameAndOrganizationIDOK ¶
func NewGetLdapRequestByNameAndOrganizationIDOK() *GetLdapRequestByNameAndOrganizationIDOK
NewGetLdapRequestByNameAndOrganizationIDOK creates a GetLdapRequestByNameAndOrganizationIDOK with default headers values
func (*GetLdapRequestByNameAndOrganizationIDOK) Error ¶
func (o *GetLdapRequestByNameAndOrganizationIDOK) Error() string
type GetLdapRequestByNameAndOrganizationIDParams ¶
type GetLdapRequestByNameAndOrganizationIDParams struct { /*Name*/ Name string /*OrganizationID*/ OrganizationID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLdapRequestByNameAndOrganizationIDParams contains all the parameters to send to the API endpoint for the get ldap request by name and organization Id operation typically these are written to a http.Request
func NewGetLdapRequestByNameAndOrganizationIDParams ¶
func NewGetLdapRequestByNameAndOrganizationIDParams() *GetLdapRequestByNameAndOrganizationIDParams
NewGetLdapRequestByNameAndOrganizationIDParams creates a new GetLdapRequestByNameAndOrganizationIDParams object with the default values initialized.
func NewGetLdapRequestByNameAndOrganizationIDParamsWithContext ¶
func NewGetLdapRequestByNameAndOrganizationIDParamsWithContext(ctx context.Context) *GetLdapRequestByNameAndOrganizationIDParams
NewGetLdapRequestByNameAndOrganizationIDParamsWithContext creates a new GetLdapRequestByNameAndOrganizationIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetLdapRequestByNameAndOrganizationIDParamsWithHTTPClient ¶
func NewGetLdapRequestByNameAndOrganizationIDParamsWithHTTPClient(client *http.Client) *GetLdapRequestByNameAndOrganizationIDParams
NewGetLdapRequestByNameAndOrganizationIDParamsWithHTTPClient creates a new GetLdapRequestByNameAndOrganizationIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLdapRequestByNameAndOrganizationIDParamsWithTimeout ¶
func NewGetLdapRequestByNameAndOrganizationIDParamsWithTimeout(timeout time.Duration) *GetLdapRequestByNameAndOrganizationIDParams
NewGetLdapRequestByNameAndOrganizationIDParamsWithTimeout creates a new GetLdapRequestByNameAndOrganizationIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetLdapRequestByNameAndOrganizationIDParams) SetContext ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) SetHTTPClient ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) SetName ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) SetName(name string)
SetName adds the name to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) SetOrganizationID ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) SetOrganizationID(organizationID int64)
SetOrganizationID adds the organizationId to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) SetTimeout ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) WithContext ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) WithContext(ctx context.Context) *GetLdapRequestByNameAndOrganizationIDParams
WithContext adds the context to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) WithHTTPClient ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) WithHTTPClient(client *http.Client) *GetLdapRequestByNameAndOrganizationIDParams
WithHTTPClient adds the HTTPClient to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) WithName ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) WithName(name string) *GetLdapRequestByNameAndOrganizationIDParams
WithName adds the name to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) WithOrganizationID ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) WithOrganizationID(organizationID int64) *GetLdapRequestByNameAndOrganizationIDParams
WithOrganizationID adds the organizationID to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) WithTimeout ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) WithTimeout(timeout time.Duration) *GetLdapRequestByNameAndOrganizationIDParams
WithTimeout adds the timeout to the get ldap request by name and organization Id params
func (*GetLdapRequestByNameAndOrganizationIDParams) WriteToRequest ¶
func (o *GetLdapRequestByNameAndOrganizationIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLdapRequestByNameAndOrganizationIDReader ¶
type GetLdapRequestByNameAndOrganizationIDReader struct {
// contains filtered or unexported fields
}
GetLdapRequestByNameAndOrganizationIDReader is a Reader for the GetLdapRequestByNameAndOrganizationID structure.
func (*GetLdapRequestByNameAndOrganizationIDReader) ReadResponse ¶
func (o *GetLdapRequestByNameAndOrganizationIDReader) 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 ¶
func (o *ListLdapsByOrganizationParams) WithContext(ctx context.Context) *ListLdapsByOrganizationParams
WithContext adds the context to the list ldaps by organization params
func (*ListLdapsByOrganizationParams) WithHTTPClient ¶
func (o *ListLdapsByOrganizationParams) WithHTTPClient(client *http.Client) *ListLdapsByOrganizationParams
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 ¶
func (o *ListLdapsByOrganizationParams) WithTimeout(timeout time.Duration) *ListLdapsByOrganizationParams
WithTimeout adds the timeout to the list ldaps by organization params
func (*ListLdapsByOrganizationParams) WriteToRequest ¶
func (o *ListLdapsByOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostLdapConnectionTestInOrganizationOK) Error() string
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 ¶
func (o *PostLdapConnectionTestInOrganizationParams) SetBody(body *models_cloudbreak.LDAPTestRequest)
SetBody adds the body to the post ldap connection test in organization params
func (*PostLdapConnectionTestInOrganizationParams) SetContext ¶
func (o *PostLdapConnectionTestInOrganizationParams) SetContext(ctx context.Context)
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 ¶
func (o *PostLdapConnectionTestInOrganizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post ldap connection test in organization params
func (*PostLdapConnectionTestInOrganizationParams) WithBody ¶
func (o *PostLdapConnectionTestInOrganizationParams) WithBody(body *models_cloudbreak.LDAPTestRequest) *PostLdapConnectionTestInOrganizationParams
WithBody adds the body to the post ldap connection test in organization params
func (*PostLdapConnectionTestInOrganizationParams) WithContext ¶
func (o *PostLdapConnectionTestInOrganizationParams) WithContext(ctx context.Context) *PostLdapConnectionTestInOrganizationParams
WithContext adds the context to the post ldap connection test in organization params
func (*PostLdapConnectionTestInOrganizationParams) WithHTTPClient ¶
func (o *PostLdapConnectionTestInOrganizationParams) WithHTTPClient(client *http.Client) *PostLdapConnectionTestInOrganizationParams
WithHTTPClient adds the HTTPClient to the post ldap connection test in organization params
func (*PostLdapConnectionTestInOrganizationParams) WithOrganizationID ¶
func (o *PostLdapConnectionTestInOrganizationParams) WithOrganizationID(organizationID int64) *PostLdapConnectionTestInOrganizationParams
WithOrganizationID adds the organizationID to the post ldap connection test in organization params
func (*PostLdapConnectionTestInOrganizationParams) WithTimeout ¶
func (o *PostLdapConnectionTestInOrganizationParams) WithTimeout(timeout time.Duration) *PostLdapConnectionTestInOrganizationParams
WithTimeout adds the timeout to the post ldap connection test in organization params
func (*PostLdapConnectionTestInOrganizationParams) WriteToRequest ¶
func (o *PostLdapConnectionTestInOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- create_ldap_configs_in_organization_parameters.go
- create_ldap_configs_in_organization_responses.go
- delete_ldap_configs_in_organization_parameters.go
- delete_ldap_configs_in_organization_responses.go
- get_ldap_config_in_organization_parameters.go
- get_ldap_config_in_organization_responses.go
- get_ldap_request_by_name_and_organization_id_parameters.go
- get_ldap_request_by_name_and_organization_id_responses.go
- list_ldaps_by_organization_parameters.go
- list_ldaps_by_organization_responses.go
- post_ldap_connection_test_in_organization_parameters.go
- post_ldap_connection_test_in_organization_responses.go
- v3_organization_id_ldapconfigs_client.go