ldap_object_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 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 ldap object controller API

func (*Client) CreateLdapObject

func (a *Client) CreateLdapObject(params *CreateLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateLdapObjectCreated, error)

CreateLdapObject creates

func (*Client) DeleteLdapObject

func (a *Client) DeleteLdapObject(params *DeleteLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLdapObjectOK, error)

DeleteLdapObject deletes

func (*Client) ListLdapObject

func (a *Client) ListLdapObject(params *ListLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*ListLdapObjectOK, error)

ListLdapObject lists

func (*Client) MultiDeleteLdapObject

func (a *Client) MultiDeleteLdapObject(params *MultiDeleteLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteLdapObjectOK, error)

MultiDeleteLdapObject multis delete

func (*Client) ReadLdapObject

func (a *Client) ReadLdapObject(params *ReadLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*ReadLdapObjectOK, error)

ReadLdapObject reads

func (*Client) RefreshLdapObject

func (a *Client) RefreshLdapObject(params *RefreshLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*RefreshLdapObjectOK, error)

RefreshLdapObject refreshes the ldap cache

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateLdapObject

func (a *Client) UpdateLdapObject(params *UpdateLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateLdapObjectOK, error)

UpdateLdapObject updates

type ClientService

type ClientService interface {
	CreateLdapObject(params *CreateLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateLdapObjectCreated, error)

	DeleteLdapObject(params *DeleteLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLdapObjectOK, error)

	ListLdapObject(params *ListLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*ListLdapObjectOK, error)

	MultiDeleteLdapObject(params *MultiDeleteLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteLdapObjectOK, error)

	ReadLdapObject(params *ReadLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*ReadLdapObjectOK, error)

	RefreshLdapObject(params *RefreshLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*RefreshLdapObjectOK, error)

	UpdateLdapObject(params *UpdateLdapObjectParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateLdapObjectOK, 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 ldap object controller API client.

type CreateLdapObjectBadRequest

type CreateLdapObjectBadRequest struct {
	Payload *models.APIResult
}

CreateLdapObjectBadRequest handles this case with default header values.

Bad Request

func NewCreateLdapObjectBadRequest

func NewCreateLdapObjectBadRequest() *CreateLdapObjectBadRequest

NewCreateLdapObjectBadRequest creates a CreateLdapObjectBadRequest with default headers values

func (*CreateLdapObjectBadRequest) Error

func (*CreateLdapObjectBadRequest) GetPayload

func (o *CreateLdapObjectBadRequest) GetPayload() *models.APIResult

type CreateLdapObjectConflict

type CreateLdapObjectConflict struct {
	Payload *models.APIResult
}

CreateLdapObjectConflict handles this case with default header values.

Conflict

func NewCreateLdapObjectConflict

func NewCreateLdapObjectConflict() *CreateLdapObjectConflict

NewCreateLdapObjectConflict creates a CreateLdapObjectConflict with default headers values

func (*CreateLdapObjectConflict) Error

func (o *CreateLdapObjectConflict) Error() string

func (*CreateLdapObjectConflict) GetPayload

func (o *CreateLdapObjectConflict) GetPayload() *models.APIResult

type CreateLdapObjectCreated

type CreateLdapObjectCreated struct {
	Payload *models.APIResultLDAPEntity
}

CreateLdapObjectCreated handles this case with default header values.

Created

func NewCreateLdapObjectCreated

func NewCreateLdapObjectCreated() *CreateLdapObjectCreated

NewCreateLdapObjectCreated creates a CreateLdapObjectCreated with default headers values

func (*CreateLdapObjectCreated) Error

func (o *CreateLdapObjectCreated) Error() string

func (*CreateLdapObjectCreated) GetPayload

type CreateLdapObjectForbidden

type CreateLdapObjectForbidden struct {
	Payload *models.APIResult
}

CreateLdapObjectForbidden handles this case with default header values.

Forbidden

func NewCreateLdapObjectForbidden

func NewCreateLdapObjectForbidden() *CreateLdapObjectForbidden

NewCreateLdapObjectForbidden creates a CreateLdapObjectForbidden with default headers values

func (*CreateLdapObjectForbidden) Error

func (o *CreateLdapObjectForbidden) Error() string

func (*CreateLdapObjectForbidden) GetPayload

func (o *CreateLdapObjectForbidden) GetPayload() *models.APIResult

type CreateLdapObjectInternalServerError

type CreateLdapObjectInternalServerError struct {
	Payload *models.APIResult
}

CreateLdapObjectInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateLdapObjectInternalServerError

func NewCreateLdapObjectInternalServerError() *CreateLdapObjectInternalServerError

NewCreateLdapObjectInternalServerError creates a CreateLdapObjectInternalServerError with default headers values

func (*CreateLdapObjectInternalServerError) Error

func (*CreateLdapObjectInternalServerError) GetPayload

type CreateLdapObjectNotFound

type CreateLdapObjectNotFound struct {
	Payload *models.APIResult
}

CreateLdapObjectNotFound handles this case with default header values.

Not Found

func NewCreateLdapObjectNotFound

func NewCreateLdapObjectNotFound() *CreateLdapObjectNotFound

NewCreateLdapObjectNotFound creates a CreateLdapObjectNotFound with default headers values

func (*CreateLdapObjectNotFound) Error

func (o *CreateLdapObjectNotFound) Error() string

func (*CreateLdapObjectNotFound) GetPayload

func (o *CreateLdapObjectNotFound) GetPayload() *models.APIResult

type CreateLdapObjectParams

type CreateLdapObjectParams struct {

	/*Resource
	  resource

	*/
	Resource *models.LDAPEntity

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

CreateLdapObjectParams contains all the parameters to send to the API endpoint for the create ldap object operation typically these are written to a http.Request

func NewCreateLdapObjectParams

func NewCreateLdapObjectParams() *CreateLdapObjectParams

NewCreateLdapObjectParams creates a new CreateLdapObjectParams object with the default values initialized.

func NewCreateLdapObjectParamsWithContext

func NewCreateLdapObjectParamsWithContext(ctx context.Context) *CreateLdapObjectParams

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

func NewCreateLdapObjectParamsWithHTTPClient

func NewCreateLdapObjectParamsWithHTTPClient(client *http.Client) *CreateLdapObjectParams

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

func NewCreateLdapObjectParamsWithTimeout

func NewCreateLdapObjectParamsWithTimeout(timeout time.Duration) *CreateLdapObjectParams

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

func (*CreateLdapObjectParams) SetContext

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

SetContext adds the context to the create ldap object params

func (*CreateLdapObjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create ldap object params

func (*CreateLdapObjectParams) SetResource

func (o *CreateLdapObjectParams) SetResource(resource *models.LDAPEntity)

SetResource adds the resource to the create ldap object params

func (*CreateLdapObjectParams) SetTimeout

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

SetTimeout adds the timeout to the create ldap object params

func (*CreateLdapObjectParams) WithContext

WithContext adds the context to the create ldap object params

func (*CreateLdapObjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create ldap object params

func (*CreateLdapObjectParams) WithResource

func (o *CreateLdapObjectParams) WithResource(resource *models.LDAPEntity) *CreateLdapObjectParams

WithResource adds the resource to the create ldap object params

func (*CreateLdapObjectParams) WithTimeout

WithTimeout adds the timeout to the create ldap object params

func (*CreateLdapObjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateLdapObjectReader

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

CreateLdapObjectReader is a Reader for the CreateLdapObject structure.

func (*CreateLdapObjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateLdapObjectUnauthorized

type CreateLdapObjectUnauthorized struct {
	Payload *models.APIResult
}

CreateLdapObjectUnauthorized handles this case with default header values.

Unauthorized

func NewCreateLdapObjectUnauthorized

func NewCreateLdapObjectUnauthorized() *CreateLdapObjectUnauthorized

NewCreateLdapObjectUnauthorized creates a CreateLdapObjectUnauthorized with default headers values

func (*CreateLdapObjectUnauthorized) Error

func (*CreateLdapObjectUnauthorized) GetPayload

type DeleteLdapObjectBadRequest

type DeleteLdapObjectBadRequest struct {
	Payload *models.APIResult
}

DeleteLdapObjectBadRequest handles this case with default header values.

Bad Request

func NewDeleteLdapObjectBadRequest

func NewDeleteLdapObjectBadRequest() *DeleteLdapObjectBadRequest

NewDeleteLdapObjectBadRequest creates a DeleteLdapObjectBadRequest with default headers values

func (*DeleteLdapObjectBadRequest) Error

func (*DeleteLdapObjectBadRequest) GetPayload

func (o *DeleteLdapObjectBadRequest) GetPayload() *models.APIResult

type DeleteLdapObjectConflict

type DeleteLdapObjectConflict struct {
	Payload *models.APIResult
}

DeleteLdapObjectConflict handles this case with default header values.

Conflict

func NewDeleteLdapObjectConflict

func NewDeleteLdapObjectConflict() *DeleteLdapObjectConflict

NewDeleteLdapObjectConflict creates a DeleteLdapObjectConflict with default headers values

func (*DeleteLdapObjectConflict) Error

func (o *DeleteLdapObjectConflict) Error() string

func (*DeleteLdapObjectConflict) GetPayload

func (o *DeleteLdapObjectConflict) GetPayload() *models.APIResult

type DeleteLdapObjectForbidden

type DeleteLdapObjectForbidden struct {
	Payload *models.APIResult
}

DeleteLdapObjectForbidden handles this case with default header values.

Forbidden

func NewDeleteLdapObjectForbidden

func NewDeleteLdapObjectForbidden() *DeleteLdapObjectForbidden

NewDeleteLdapObjectForbidden creates a DeleteLdapObjectForbidden with default headers values

func (*DeleteLdapObjectForbidden) Error

func (o *DeleteLdapObjectForbidden) Error() string

func (*DeleteLdapObjectForbidden) GetPayload

func (o *DeleteLdapObjectForbidden) GetPayload() *models.APIResult

type DeleteLdapObjectInternalServerError

type DeleteLdapObjectInternalServerError struct {
	Payload *models.APIResult
}

DeleteLdapObjectInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteLdapObjectInternalServerError

func NewDeleteLdapObjectInternalServerError() *DeleteLdapObjectInternalServerError

NewDeleteLdapObjectInternalServerError creates a DeleteLdapObjectInternalServerError with default headers values

func (*DeleteLdapObjectInternalServerError) Error

func (*DeleteLdapObjectInternalServerError) GetPayload

type DeleteLdapObjectNotFound

type DeleteLdapObjectNotFound struct {
	Payload *models.APIResult
}

DeleteLdapObjectNotFound handles this case with default header values.

Not Found

func NewDeleteLdapObjectNotFound

func NewDeleteLdapObjectNotFound() *DeleteLdapObjectNotFound

NewDeleteLdapObjectNotFound creates a DeleteLdapObjectNotFound with default headers values

func (*DeleteLdapObjectNotFound) Error

func (o *DeleteLdapObjectNotFound) Error() string

func (*DeleteLdapObjectNotFound) GetPayload

func (o *DeleteLdapObjectNotFound) GetPayload() *models.APIResult

type DeleteLdapObjectOK

type DeleteLdapObjectOK struct {
	Payload *models.APIResultVoid
}

DeleteLdapObjectOK handles this case with default header values.

OK

func NewDeleteLdapObjectOK

func NewDeleteLdapObjectOK() *DeleteLdapObjectOK

NewDeleteLdapObjectOK creates a DeleteLdapObjectOK with default headers values

func (*DeleteLdapObjectOK) Error

func (o *DeleteLdapObjectOK) Error() string

func (*DeleteLdapObjectOK) GetPayload

func (o *DeleteLdapObjectOK) GetPayload() *models.APIResultVoid

type DeleteLdapObjectParams

type DeleteLdapObjectParams struct {

	/*ID
	  id

	*/
	ID int64

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

DeleteLdapObjectParams contains all the parameters to send to the API endpoint for the delete ldap object operation typically these are written to a http.Request

func NewDeleteLdapObjectParams

func NewDeleteLdapObjectParams() *DeleteLdapObjectParams

NewDeleteLdapObjectParams creates a new DeleteLdapObjectParams object with the default values initialized.

func NewDeleteLdapObjectParamsWithContext

func NewDeleteLdapObjectParamsWithContext(ctx context.Context) *DeleteLdapObjectParams

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

func NewDeleteLdapObjectParamsWithHTTPClient

func NewDeleteLdapObjectParamsWithHTTPClient(client *http.Client) *DeleteLdapObjectParams

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

func NewDeleteLdapObjectParamsWithTimeout

func NewDeleteLdapObjectParamsWithTimeout(timeout time.Duration) *DeleteLdapObjectParams

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

func (*DeleteLdapObjectParams) SetContext

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

SetContext adds the context to the delete ldap object params

func (*DeleteLdapObjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete ldap object params

func (*DeleteLdapObjectParams) SetID

func (o *DeleteLdapObjectParams) SetID(id int64)

SetID adds the id to the delete ldap object params

func (*DeleteLdapObjectParams) SetTimeout

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

SetTimeout adds the timeout to the delete ldap object params

func (*DeleteLdapObjectParams) WithContext

WithContext adds the context to the delete ldap object params

func (*DeleteLdapObjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete ldap object params

func (*DeleteLdapObjectParams) WithID

WithID adds the id to the delete ldap object params

func (*DeleteLdapObjectParams) WithTimeout

WithTimeout adds the timeout to the delete ldap object params

func (*DeleteLdapObjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLdapObjectReader

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

DeleteLdapObjectReader is a Reader for the DeleteLdapObject structure.

func (*DeleteLdapObjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLdapObjectUnauthorized

type DeleteLdapObjectUnauthorized struct {
	Payload *models.APIResult
}

DeleteLdapObjectUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteLdapObjectUnauthorized

func NewDeleteLdapObjectUnauthorized() *DeleteLdapObjectUnauthorized

NewDeleteLdapObjectUnauthorized creates a DeleteLdapObjectUnauthorized with default headers values

func (*DeleteLdapObjectUnauthorized) Error

func (*DeleteLdapObjectUnauthorized) GetPayload

type ListLdapObjectBadRequest

type ListLdapObjectBadRequest struct {
	Payload *models.APIResult
}

ListLdapObjectBadRequest handles this case with default header values.

Bad Request

func NewListLdapObjectBadRequest

func NewListLdapObjectBadRequest() *ListLdapObjectBadRequest

NewListLdapObjectBadRequest creates a ListLdapObjectBadRequest with default headers values

func (*ListLdapObjectBadRequest) Error

func (o *ListLdapObjectBadRequest) Error() string

func (*ListLdapObjectBadRequest) GetPayload

func (o *ListLdapObjectBadRequest) GetPayload() *models.APIResult

type ListLdapObjectConflict

type ListLdapObjectConflict struct {
	Payload *models.APIResult
}

ListLdapObjectConflict handles this case with default header values.

Conflict

func NewListLdapObjectConflict

func NewListLdapObjectConflict() *ListLdapObjectConflict

NewListLdapObjectConflict creates a ListLdapObjectConflict with default headers values

func (*ListLdapObjectConflict) Error

func (o *ListLdapObjectConflict) Error() string

func (*ListLdapObjectConflict) GetPayload

func (o *ListLdapObjectConflict) GetPayload() *models.APIResult

type ListLdapObjectForbidden

type ListLdapObjectForbidden struct {
	Payload *models.APIResult
}

ListLdapObjectForbidden handles this case with default header values.

Forbidden

func NewListLdapObjectForbidden

func NewListLdapObjectForbidden() *ListLdapObjectForbidden

NewListLdapObjectForbidden creates a ListLdapObjectForbidden with default headers values

func (*ListLdapObjectForbidden) Error

func (o *ListLdapObjectForbidden) Error() string

func (*ListLdapObjectForbidden) GetPayload

func (o *ListLdapObjectForbidden) GetPayload() *models.APIResult

type ListLdapObjectInternalServerError

type ListLdapObjectInternalServerError struct {
	Payload *models.APIResult
}

ListLdapObjectInternalServerError handles this case with default header values.

Internal Server Error

func NewListLdapObjectInternalServerError

func NewListLdapObjectInternalServerError() *ListLdapObjectInternalServerError

NewListLdapObjectInternalServerError creates a ListLdapObjectInternalServerError with default headers values

func (*ListLdapObjectInternalServerError) Error

func (*ListLdapObjectInternalServerError) GetPayload

type ListLdapObjectNotFound

type ListLdapObjectNotFound struct {
	Payload *models.APIResult
}

ListLdapObjectNotFound handles this case with default header values.

Not Found

func NewListLdapObjectNotFound

func NewListLdapObjectNotFound() *ListLdapObjectNotFound

NewListLdapObjectNotFound creates a ListLdapObjectNotFound with default headers values

func (*ListLdapObjectNotFound) Error

func (o *ListLdapObjectNotFound) Error() string

func (*ListLdapObjectNotFound) GetPayload

func (o *ListLdapObjectNotFound) GetPayload() *models.APIResult

type ListLdapObjectOK

type ListLdapObjectOK struct {
	Payload *models.APIResultListLDAPEntity
}

ListLdapObjectOK handles this case with default header values.

OK

func NewListLdapObjectOK

func NewListLdapObjectOK() *ListLdapObjectOK

NewListLdapObjectOK creates a ListLdapObjectOK with default headers values

func (*ListLdapObjectOK) Error

func (o *ListLdapObjectOK) Error() string

func (*ListLdapObjectOK) GetPayload

type ListLdapObjectParams

type ListLdapObjectParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Ldaptype
	  ldaptype

	*/
	Ldaptype *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32
	/*Viewby
	  viewby

	*/
	Viewby *string

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

ListLdapObjectParams contains all the parameters to send to the API endpoint for the list ldap object operation typically these are written to a http.Request

func NewListLdapObjectParams

func NewListLdapObjectParams() *ListLdapObjectParams

NewListLdapObjectParams creates a new ListLdapObjectParams object with the default values initialized.

func NewListLdapObjectParamsWithContext

func NewListLdapObjectParamsWithContext(ctx context.Context) *ListLdapObjectParams

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

func NewListLdapObjectParamsWithHTTPClient

func NewListLdapObjectParamsWithHTTPClient(client *http.Client) *ListLdapObjectParams

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

func NewListLdapObjectParamsWithTimeout

func NewListLdapObjectParamsWithTimeout(timeout time.Duration) *ListLdapObjectParams

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

func (*ListLdapObjectParams) SetContext

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

SetContext adds the context to the list ldap object params

func (*ListLdapObjectParams) SetFields

func (o *ListLdapObjectParams) SetFields(fields *string)

SetFields adds the fields to the list ldap object params

func (*ListLdapObjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list ldap object params

func (*ListLdapObjectParams) SetLdaptype

func (o *ListLdapObjectParams) SetLdaptype(ldaptype *string)

SetLdaptype adds the ldaptype to the list ldap object params

func (*ListLdapObjectParams) SetLimit

func (o *ListLdapObjectParams) SetLimit(limit *int32)

SetLimit adds the limit to the list ldap object params

func (*ListLdapObjectParams) SetOrderby

func (o *ListLdapObjectParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list ldap object params

func (*ListLdapObjectParams) SetQ

func (o *ListLdapObjectParams) SetQ(q *string)

SetQ adds the q to the list ldap object params

func (*ListLdapObjectParams) SetStart

func (o *ListLdapObjectParams) SetStart(start *int32)

SetStart adds the start to the list ldap object params

func (*ListLdapObjectParams) SetTimeout

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

SetTimeout adds the timeout to the list ldap object params

func (*ListLdapObjectParams) SetViewby

func (o *ListLdapObjectParams) SetViewby(viewby *string)

SetViewby adds the viewby to the list ldap object params

func (*ListLdapObjectParams) WithContext

WithContext adds the context to the list ldap object params

func (*ListLdapObjectParams) WithFields

func (o *ListLdapObjectParams) WithFields(fields *string) *ListLdapObjectParams

WithFields adds the fields to the list ldap object params

func (*ListLdapObjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list ldap object params

func (*ListLdapObjectParams) WithLdaptype

func (o *ListLdapObjectParams) WithLdaptype(ldaptype *string) *ListLdapObjectParams

WithLdaptype adds the ldaptype to the list ldap object params

func (*ListLdapObjectParams) WithLimit

func (o *ListLdapObjectParams) WithLimit(limit *int32) *ListLdapObjectParams

WithLimit adds the limit to the list ldap object params

func (*ListLdapObjectParams) WithOrderby

func (o *ListLdapObjectParams) WithOrderby(orderby *string) *ListLdapObjectParams

WithOrderby adds the orderby to the list ldap object params

func (*ListLdapObjectParams) WithQ

WithQ adds the q to the list ldap object params

func (*ListLdapObjectParams) WithStart

func (o *ListLdapObjectParams) WithStart(start *int32) *ListLdapObjectParams

WithStart adds the start to the list ldap object params

func (*ListLdapObjectParams) WithTimeout

func (o *ListLdapObjectParams) WithTimeout(timeout time.Duration) *ListLdapObjectParams

WithTimeout adds the timeout to the list ldap object params

func (*ListLdapObjectParams) WithViewby

func (o *ListLdapObjectParams) WithViewby(viewby *string) *ListLdapObjectParams

WithViewby adds the viewby to the list ldap object params

func (*ListLdapObjectParams) WriteToRequest

func (o *ListLdapObjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListLdapObjectReader

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

ListLdapObjectReader is a Reader for the ListLdapObject structure.

func (*ListLdapObjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListLdapObjectUnauthorized

type ListLdapObjectUnauthorized struct {
	Payload *models.APIResult
}

ListLdapObjectUnauthorized handles this case with default header values.

Unauthorized

func NewListLdapObjectUnauthorized

func NewListLdapObjectUnauthorized() *ListLdapObjectUnauthorized

NewListLdapObjectUnauthorized creates a ListLdapObjectUnauthorized with default headers values

func (*ListLdapObjectUnauthorized) Error

func (*ListLdapObjectUnauthorized) GetPayload

func (o *ListLdapObjectUnauthorized) GetPayload() *models.APIResult

type MultiDeleteLdapObjectBadRequest

type MultiDeleteLdapObjectBadRequest struct {
	Payload *models.APIResult
}

MultiDeleteLdapObjectBadRequest handles this case with default header values.

Bad Request

func NewMultiDeleteLdapObjectBadRequest

func NewMultiDeleteLdapObjectBadRequest() *MultiDeleteLdapObjectBadRequest

NewMultiDeleteLdapObjectBadRequest creates a MultiDeleteLdapObjectBadRequest with default headers values

func (*MultiDeleteLdapObjectBadRequest) Error

func (*MultiDeleteLdapObjectBadRequest) GetPayload

type MultiDeleteLdapObjectConflict

type MultiDeleteLdapObjectConflict struct {
	Payload *models.APIResult
}

MultiDeleteLdapObjectConflict handles this case with default header values.

Conflict

func NewMultiDeleteLdapObjectConflict

func NewMultiDeleteLdapObjectConflict() *MultiDeleteLdapObjectConflict

NewMultiDeleteLdapObjectConflict creates a MultiDeleteLdapObjectConflict with default headers values

func (*MultiDeleteLdapObjectConflict) Error

func (*MultiDeleteLdapObjectConflict) GetPayload

type MultiDeleteLdapObjectForbidden

type MultiDeleteLdapObjectForbidden struct {
	Payload *models.APIResult
}

MultiDeleteLdapObjectForbidden handles this case with default header values.

Forbidden

func NewMultiDeleteLdapObjectForbidden

func NewMultiDeleteLdapObjectForbidden() *MultiDeleteLdapObjectForbidden

NewMultiDeleteLdapObjectForbidden creates a MultiDeleteLdapObjectForbidden with default headers values

func (*MultiDeleteLdapObjectForbidden) Error

func (*MultiDeleteLdapObjectForbidden) GetPayload

type MultiDeleteLdapObjectInternalServerError

type MultiDeleteLdapObjectInternalServerError struct {
	Payload *models.APIResult
}

MultiDeleteLdapObjectInternalServerError handles this case with default header values.

Internal Server Error

func NewMultiDeleteLdapObjectInternalServerError

func NewMultiDeleteLdapObjectInternalServerError() *MultiDeleteLdapObjectInternalServerError

NewMultiDeleteLdapObjectInternalServerError creates a MultiDeleteLdapObjectInternalServerError with default headers values

func (*MultiDeleteLdapObjectInternalServerError) Error

func (*MultiDeleteLdapObjectInternalServerError) GetPayload

type MultiDeleteLdapObjectNotFound

type MultiDeleteLdapObjectNotFound struct {
	Payload *models.APIResult
}

MultiDeleteLdapObjectNotFound handles this case with default header values.

Not Found

func NewMultiDeleteLdapObjectNotFound

func NewMultiDeleteLdapObjectNotFound() *MultiDeleteLdapObjectNotFound

NewMultiDeleteLdapObjectNotFound creates a MultiDeleteLdapObjectNotFound with default headers values

func (*MultiDeleteLdapObjectNotFound) Error

func (*MultiDeleteLdapObjectNotFound) GetPayload

type MultiDeleteLdapObjectOK

type MultiDeleteLdapObjectOK struct {
	Payload *models.APIResultVoid
}

MultiDeleteLdapObjectOK handles this case with default header values.

OK

func NewMultiDeleteLdapObjectOK

func NewMultiDeleteLdapObjectOK() *MultiDeleteLdapObjectOK

NewMultiDeleteLdapObjectOK creates a MultiDeleteLdapObjectOK with default headers values

func (*MultiDeleteLdapObjectOK) Error

func (o *MultiDeleteLdapObjectOK) Error() string

func (*MultiDeleteLdapObjectOK) GetPayload

func (o *MultiDeleteLdapObjectOK) GetPayload() *models.APIResultVoid

type MultiDeleteLdapObjectParams

type MultiDeleteLdapObjectParams struct {

	/*Ids
	  A comma-separated list of resource identifiers

	*/
	Ids string

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

MultiDeleteLdapObjectParams contains all the parameters to send to the API endpoint for the multi delete ldap object operation typically these are written to a http.Request

func NewMultiDeleteLdapObjectParams

func NewMultiDeleteLdapObjectParams() *MultiDeleteLdapObjectParams

NewMultiDeleteLdapObjectParams creates a new MultiDeleteLdapObjectParams object with the default values initialized.

func NewMultiDeleteLdapObjectParamsWithContext

func NewMultiDeleteLdapObjectParamsWithContext(ctx context.Context) *MultiDeleteLdapObjectParams

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

func NewMultiDeleteLdapObjectParamsWithHTTPClient

func NewMultiDeleteLdapObjectParamsWithHTTPClient(client *http.Client) *MultiDeleteLdapObjectParams

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

func NewMultiDeleteLdapObjectParamsWithTimeout

func NewMultiDeleteLdapObjectParamsWithTimeout(timeout time.Duration) *MultiDeleteLdapObjectParams

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

func (*MultiDeleteLdapObjectParams) SetContext

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

SetContext adds the context to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) SetIds

func (o *MultiDeleteLdapObjectParams) SetIds(ids string)

SetIds adds the ids to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) SetTimeout

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

SetTimeout adds the timeout to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) WithContext

WithContext adds the context to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) WithIds

WithIds adds the ids to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) WithTimeout

WithTimeout adds the timeout to the multi delete ldap object params

func (*MultiDeleteLdapObjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MultiDeleteLdapObjectReader

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

MultiDeleteLdapObjectReader is a Reader for the MultiDeleteLdapObject structure.

func (*MultiDeleteLdapObjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MultiDeleteLdapObjectUnauthorized

type MultiDeleteLdapObjectUnauthorized struct {
	Payload *models.APIResult
}

MultiDeleteLdapObjectUnauthorized handles this case with default header values.

Unauthorized

func NewMultiDeleteLdapObjectUnauthorized

func NewMultiDeleteLdapObjectUnauthorized() *MultiDeleteLdapObjectUnauthorized

NewMultiDeleteLdapObjectUnauthorized creates a MultiDeleteLdapObjectUnauthorized with default headers values

func (*MultiDeleteLdapObjectUnauthorized) Error

func (*MultiDeleteLdapObjectUnauthorized) GetPayload

type ReadLdapObjectBadRequest

type ReadLdapObjectBadRequest struct {
	Payload *models.APIResult
}

ReadLdapObjectBadRequest handles this case with default header values.

Bad Request

func NewReadLdapObjectBadRequest

func NewReadLdapObjectBadRequest() *ReadLdapObjectBadRequest

NewReadLdapObjectBadRequest creates a ReadLdapObjectBadRequest with default headers values

func (*ReadLdapObjectBadRequest) Error

func (o *ReadLdapObjectBadRequest) Error() string

func (*ReadLdapObjectBadRequest) GetPayload

func (o *ReadLdapObjectBadRequest) GetPayload() *models.APIResult

type ReadLdapObjectConflict

type ReadLdapObjectConflict struct {
	Payload *models.APIResult
}

ReadLdapObjectConflict handles this case with default header values.

Conflict

func NewReadLdapObjectConflict

func NewReadLdapObjectConflict() *ReadLdapObjectConflict

NewReadLdapObjectConflict creates a ReadLdapObjectConflict with default headers values

func (*ReadLdapObjectConflict) Error

func (o *ReadLdapObjectConflict) Error() string

func (*ReadLdapObjectConflict) GetPayload

func (o *ReadLdapObjectConflict) GetPayload() *models.APIResult

type ReadLdapObjectForbidden

type ReadLdapObjectForbidden struct {
	Payload *models.APIResult
}

ReadLdapObjectForbidden handles this case with default header values.

Forbidden

func NewReadLdapObjectForbidden

func NewReadLdapObjectForbidden() *ReadLdapObjectForbidden

NewReadLdapObjectForbidden creates a ReadLdapObjectForbidden with default headers values

func (*ReadLdapObjectForbidden) Error

func (o *ReadLdapObjectForbidden) Error() string

func (*ReadLdapObjectForbidden) GetPayload

func (o *ReadLdapObjectForbidden) GetPayload() *models.APIResult

type ReadLdapObjectInternalServerError

type ReadLdapObjectInternalServerError struct {
	Payload *models.APIResult
}

ReadLdapObjectInternalServerError handles this case with default header values.

Internal Server Error

func NewReadLdapObjectInternalServerError

func NewReadLdapObjectInternalServerError() *ReadLdapObjectInternalServerError

NewReadLdapObjectInternalServerError creates a ReadLdapObjectInternalServerError with default headers values

func (*ReadLdapObjectInternalServerError) Error

func (*ReadLdapObjectInternalServerError) GetPayload

type ReadLdapObjectNotFound

type ReadLdapObjectNotFound struct {
	Payload *models.APIResult
}

ReadLdapObjectNotFound handles this case with default header values.

Not Found

func NewReadLdapObjectNotFound

func NewReadLdapObjectNotFound() *ReadLdapObjectNotFound

NewReadLdapObjectNotFound creates a ReadLdapObjectNotFound with default headers values

func (*ReadLdapObjectNotFound) Error

func (o *ReadLdapObjectNotFound) Error() string

func (*ReadLdapObjectNotFound) GetPayload

func (o *ReadLdapObjectNotFound) GetPayload() *models.APIResult

type ReadLdapObjectOK

type ReadLdapObjectOK struct {
	Payload *models.APIResultLDAPEntity
}

ReadLdapObjectOK handles this case with default header values.

OK

func NewReadLdapObjectOK

func NewReadLdapObjectOK() *ReadLdapObjectOK

NewReadLdapObjectOK creates a ReadLdapObjectOK with default headers values

func (*ReadLdapObjectOK) Error

func (o *ReadLdapObjectOK) Error() string

func (*ReadLdapObjectOK) GetPayload

func (o *ReadLdapObjectOK) GetPayload() *models.APIResultLDAPEntity

type ReadLdapObjectParams

type ReadLdapObjectParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64

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

ReadLdapObjectParams contains all the parameters to send to the API endpoint for the read ldap object operation typically these are written to a http.Request

func NewReadLdapObjectParams

func NewReadLdapObjectParams() *ReadLdapObjectParams

NewReadLdapObjectParams creates a new ReadLdapObjectParams object with the default values initialized.

func NewReadLdapObjectParamsWithContext

func NewReadLdapObjectParamsWithContext(ctx context.Context) *ReadLdapObjectParams

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

func NewReadLdapObjectParamsWithHTTPClient

func NewReadLdapObjectParamsWithHTTPClient(client *http.Client) *ReadLdapObjectParams

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

func NewReadLdapObjectParamsWithTimeout

func NewReadLdapObjectParamsWithTimeout(timeout time.Duration) *ReadLdapObjectParams

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

func (*ReadLdapObjectParams) SetContext

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

SetContext adds the context to the read ldap object params

func (*ReadLdapObjectParams) SetFields

func (o *ReadLdapObjectParams) SetFields(fields *string)

SetFields adds the fields to the read ldap object params

func (*ReadLdapObjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read ldap object params

func (*ReadLdapObjectParams) SetID

func (o *ReadLdapObjectParams) SetID(id int64)

SetID adds the id to the read ldap object params

func (*ReadLdapObjectParams) SetTimeout

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

SetTimeout adds the timeout to the read ldap object params

func (*ReadLdapObjectParams) WithContext

WithContext adds the context to the read ldap object params

func (*ReadLdapObjectParams) WithFields

func (o *ReadLdapObjectParams) WithFields(fields *string) *ReadLdapObjectParams

WithFields adds the fields to the read ldap object params

func (*ReadLdapObjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read ldap object params

func (*ReadLdapObjectParams) WithID

WithID adds the id to the read ldap object params

func (*ReadLdapObjectParams) WithTimeout

func (o *ReadLdapObjectParams) WithTimeout(timeout time.Duration) *ReadLdapObjectParams

WithTimeout adds the timeout to the read ldap object params

func (*ReadLdapObjectParams) WriteToRequest

func (o *ReadLdapObjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ReadLdapObjectReader

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

ReadLdapObjectReader is a Reader for the ReadLdapObject structure.

func (*ReadLdapObjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadLdapObjectUnauthorized

type ReadLdapObjectUnauthorized struct {
	Payload *models.APIResult
}

ReadLdapObjectUnauthorized handles this case with default header values.

Unauthorized

func NewReadLdapObjectUnauthorized

func NewReadLdapObjectUnauthorized() *ReadLdapObjectUnauthorized

NewReadLdapObjectUnauthorized creates a ReadLdapObjectUnauthorized with default headers values

func (*ReadLdapObjectUnauthorized) Error

func (*ReadLdapObjectUnauthorized) GetPayload

func (o *ReadLdapObjectUnauthorized) GetPayload() *models.APIResult

type RefreshLdapObjectBadRequest

type RefreshLdapObjectBadRequest struct {
	Payload *models.APIResult
}

RefreshLdapObjectBadRequest handles this case with default header values.

Bad Request

func NewRefreshLdapObjectBadRequest

func NewRefreshLdapObjectBadRequest() *RefreshLdapObjectBadRequest

NewRefreshLdapObjectBadRequest creates a RefreshLdapObjectBadRequest with default headers values

func (*RefreshLdapObjectBadRequest) Error

func (*RefreshLdapObjectBadRequest) GetPayload

func (o *RefreshLdapObjectBadRequest) GetPayload() *models.APIResult

type RefreshLdapObjectConflict

type RefreshLdapObjectConflict struct {
	Payload *models.APIResult
}

RefreshLdapObjectConflict handles this case with default header values.

Conflict

func NewRefreshLdapObjectConflict

func NewRefreshLdapObjectConflict() *RefreshLdapObjectConflict

NewRefreshLdapObjectConflict creates a RefreshLdapObjectConflict with default headers values

func (*RefreshLdapObjectConflict) Error

func (o *RefreshLdapObjectConflict) Error() string

func (*RefreshLdapObjectConflict) GetPayload

func (o *RefreshLdapObjectConflict) GetPayload() *models.APIResult

type RefreshLdapObjectForbidden

type RefreshLdapObjectForbidden struct {
	Payload *models.APIResult
}

RefreshLdapObjectForbidden handles this case with default header values.

Forbidden

func NewRefreshLdapObjectForbidden

func NewRefreshLdapObjectForbidden() *RefreshLdapObjectForbidden

NewRefreshLdapObjectForbidden creates a RefreshLdapObjectForbidden with default headers values

func (*RefreshLdapObjectForbidden) Error

func (*RefreshLdapObjectForbidden) GetPayload

func (o *RefreshLdapObjectForbidden) GetPayload() *models.APIResult

type RefreshLdapObjectInternalServerError

type RefreshLdapObjectInternalServerError struct {
	Payload *models.APIResult
}

RefreshLdapObjectInternalServerError handles this case with default header values.

Internal Server Error

func NewRefreshLdapObjectInternalServerError

func NewRefreshLdapObjectInternalServerError() *RefreshLdapObjectInternalServerError

NewRefreshLdapObjectInternalServerError creates a RefreshLdapObjectInternalServerError with default headers values

func (*RefreshLdapObjectInternalServerError) Error

func (*RefreshLdapObjectInternalServerError) GetPayload

type RefreshLdapObjectNotFound

type RefreshLdapObjectNotFound struct {
	Payload *models.APIResult
}

RefreshLdapObjectNotFound handles this case with default header values.

Not Found

func NewRefreshLdapObjectNotFound

func NewRefreshLdapObjectNotFound() *RefreshLdapObjectNotFound

NewRefreshLdapObjectNotFound creates a RefreshLdapObjectNotFound with default headers values

func (*RefreshLdapObjectNotFound) Error

func (o *RefreshLdapObjectNotFound) Error() string

func (*RefreshLdapObjectNotFound) GetPayload

func (o *RefreshLdapObjectNotFound) GetPayload() *models.APIResult

type RefreshLdapObjectOK

type RefreshLdapObjectOK struct {
	Payload *models.APIResultLdapRefreshResponse
}

RefreshLdapObjectOK handles this case with default header values.

OK

func NewRefreshLdapObjectOK

func NewRefreshLdapObjectOK() *RefreshLdapObjectOK

NewRefreshLdapObjectOK creates a RefreshLdapObjectOK with default headers values

func (*RefreshLdapObjectOK) Error

func (o *RefreshLdapObjectOK) Error() string

func (*RefreshLdapObjectOK) GetPayload

type RefreshLdapObjectParams

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

RefreshLdapObjectParams contains all the parameters to send to the API endpoint for the refresh ldap object operation typically these are written to a http.Request

func NewRefreshLdapObjectParams

func NewRefreshLdapObjectParams() *RefreshLdapObjectParams

NewRefreshLdapObjectParams creates a new RefreshLdapObjectParams object with the default values initialized.

func NewRefreshLdapObjectParamsWithContext

func NewRefreshLdapObjectParamsWithContext(ctx context.Context) *RefreshLdapObjectParams

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

func NewRefreshLdapObjectParamsWithHTTPClient

func NewRefreshLdapObjectParamsWithHTTPClient(client *http.Client) *RefreshLdapObjectParams

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

func NewRefreshLdapObjectParamsWithTimeout

func NewRefreshLdapObjectParamsWithTimeout(timeout time.Duration) *RefreshLdapObjectParams

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

func (*RefreshLdapObjectParams) SetContext

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

SetContext adds the context to the refresh ldap object params

func (*RefreshLdapObjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the refresh ldap object params

func (*RefreshLdapObjectParams) SetTimeout

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

SetTimeout adds the timeout to the refresh ldap object params

func (*RefreshLdapObjectParams) WithContext

WithContext adds the context to the refresh ldap object params

func (*RefreshLdapObjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the refresh ldap object params

func (*RefreshLdapObjectParams) WithTimeout

WithTimeout adds the timeout to the refresh ldap object params

func (*RefreshLdapObjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RefreshLdapObjectReader

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

RefreshLdapObjectReader is a Reader for the RefreshLdapObject structure.

func (*RefreshLdapObjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RefreshLdapObjectUnauthorized

type RefreshLdapObjectUnauthorized struct {
	Payload *models.APIResult
}

RefreshLdapObjectUnauthorized handles this case with default header values.

Unauthorized

func NewRefreshLdapObjectUnauthorized

func NewRefreshLdapObjectUnauthorized() *RefreshLdapObjectUnauthorized

NewRefreshLdapObjectUnauthorized creates a RefreshLdapObjectUnauthorized with default headers values

func (*RefreshLdapObjectUnauthorized) Error

func (*RefreshLdapObjectUnauthorized) GetPayload

type UpdateLdapObjectBadRequest

type UpdateLdapObjectBadRequest struct {
	Payload *models.APIResult
}

UpdateLdapObjectBadRequest handles this case with default header values.

Bad Request

func NewUpdateLdapObjectBadRequest

func NewUpdateLdapObjectBadRequest() *UpdateLdapObjectBadRequest

NewUpdateLdapObjectBadRequest creates a UpdateLdapObjectBadRequest with default headers values

func (*UpdateLdapObjectBadRequest) Error

func (*UpdateLdapObjectBadRequest) GetPayload

func (o *UpdateLdapObjectBadRequest) GetPayload() *models.APIResult

type UpdateLdapObjectConflict

type UpdateLdapObjectConflict struct {
	Payload *models.APIResult
}

UpdateLdapObjectConflict handles this case with default header values.

Conflict

func NewUpdateLdapObjectConflict

func NewUpdateLdapObjectConflict() *UpdateLdapObjectConflict

NewUpdateLdapObjectConflict creates a UpdateLdapObjectConflict with default headers values

func (*UpdateLdapObjectConflict) Error

func (o *UpdateLdapObjectConflict) Error() string

func (*UpdateLdapObjectConflict) GetPayload

func (o *UpdateLdapObjectConflict) GetPayload() *models.APIResult

type UpdateLdapObjectForbidden

type UpdateLdapObjectForbidden struct {
	Payload *models.APIResult
}

UpdateLdapObjectForbidden handles this case with default header values.

Forbidden

func NewUpdateLdapObjectForbidden

func NewUpdateLdapObjectForbidden() *UpdateLdapObjectForbidden

NewUpdateLdapObjectForbidden creates a UpdateLdapObjectForbidden with default headers values

func (*UpdateLdapObjectForbidden) Error

func (o *UpdateLdapObjectForbidden) Error() string

func (*UpdateLdapObjectForbidden) GetPayload

func (o *UpdateLdapObjectForbidden) GetPayload() *models.APIResult

type UpdateLdapObjectInternalServerError

type UpdateLdapObjectInternalServerError struct {
	Payload *models.APIResult
}

UpdateLdapObjectInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateLdapObjectInternalServerError

func NewUpdateLdapObjectInternalServerError() *UpdateLdapObjectInternalServerError

NewUpdateLdapObjectInternalServerError creates a UpdateLdapObjectInternalServerError with default headers values

func (*UpdateLdapObjectInternalServerError) Error

func (*UpdateLdapObjectInternalServerError) GetPayload

type UpdateLdapObjectNotFound

type UpdateLdapObjectNotFound struct {
	Payload *models.APIResult
}

UpdateLdapObjectNotFound handles this case with default header values.

Not Found

func NewUpdateLdapObjectNotFound

func NewUpdateLdapObjectNotFound() *UpdateLdapObjectNotFound

NewUpdateLdapObjectNotFound creates a UpdateLdapObjectNotFound with default headers values

func (*UpdateLdapObjectNotFound) Error

func (o *UpdateLdapObjectNotFound) Error() string

func (*UpdateLdapObjectNotFound) GetPayload

func (o *UpdateLdapObjectNotFound) GetPayload() *models.APIResult

type UpdateLdapObjectOK

type UpdateLdapObjectOK struct {
	Payload *models.APIResultLDAPEntity
}

UpdateLdapObjectOK handles this case with default header values.

OK

func NewUpdateLdapObjectOK

func NewUpdateLdapObjectOK() *UpdateLdapObjectOK

NewUpdateLdapObjectOK creates a UpdateLdapObjectOK with default headers values

func (*UpdateLdapObjectOK) Error

func (o *UpdateLdapObjectOK) Error() string

func (*UpdateLdapObjectOK) GetPayload

type UpdateLdapObjectParams

type UpdateLdapObjectParams struct {

	/*ID
	  id

	*/
	ID int64
	/*Resource
	  resource

	*/
	Resource *models.LDAPEntity

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

UpdateLdapObjectParams contains all the parameters to send to the API endpoint for the update ldap object operation typically these are written to a http.Request

func NewUpdateLdapObjectParams

func NewUpdateLdapObjectParams() *UpdateLdapObjectParams

NewUpdateLdapObjectParams creates a new UpdateLdapObjectParams object with the default values initialized.

func NewUpdateLdapObjectParamsWithContext

func NewUpdateLdapObjectParamsWithContext(ctx context.Context) *UpdateLdapObjectParams

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

func NewUpdateLdapObjectParamsWithHTTPClient

func NewUpdateLdapObjectParamsWithHTTPClient(client *http.Client) *UpdateLdapObjectParams

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

func NewUpdateLdapObjectParamsWithTimeout

func NewUpdateLdapObjectParamsWithTimeout(timeout time.Duration) *UpdateLdapObjectParams

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

func (*UpdateLdapObjectParams) SetContext

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

SetContext adds the context to the update ldap object params

func (*UpdateLdapObjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update ldap object params

func (*UpdateLdapObjectParams) SetID

func (o *UpdateLdapObjectParams) SetID(id int64)

SetID adds the id to the update ldap object params

func (*UpdateLdapObjectParams) SetResource

func (o *UpdateLdapObjectParams) SetResource(resource *models.LDAPEntity)

SetResource adds the resource to the update ldap object params

func (*UpdateLdapObjectParams) SetTimeout

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

SetTimeout adds the timeout to the update ldap object params

func (*UpdateLdapObjectParams) WithContext

WithContext adds the context to the update ldap object params

func (*UpdateLdapObjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update ldap object params

func (*UpdateLdapObjectParams) WithID

WithID adds the id to the update ldap object params

func (*UpdateLdapObjectParams) WithResource

func (o *UpdateLdapObjectParams) WithResource(resource *models.LDAPEntity) *UpdateLdapObjectParams

WithResource adds the resource to the update ldap object params

func (*UpdateLdapObjectParams) WithTimeout

WithTimeout adds the timeout to the update ldap object params

func (*UpdateLdapObjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateLdapObjectReader

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

UpdateLdapObjectReader is a Reader for the UpdateLdapObject structure.

func (*UpdateLdapObjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLdapObjectUnauthorized

type UpdateLdapObjectUnauthorized struct {
	Payload *models.APIResult
}

UpdateLdapObjectUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateLdapObjectUnauthorized

func NewUpdateLdapObjectUnauthorized() *UpdateLdapObjectUnauthorized

NewUpdateLdapObjectUnauthorized creates a UpdateLdapObjectUnauthorized with default headers values

func (*UpdateLdapObjectUnauthorized) Error

func (*UpdateLdapObjectUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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