Versions in this module Expand all Collapse all v0 v0.212.1 Dec 13, 2024 v0.2.12 Dec 13, 2024 Changes in this version + type API interface + ImportLdapUser func(ctx context.Context, params *ImportLdapUserParams) (*ImportLdapUserOK, error) + PingLdap func(ctx context.Context, params *PingLdapParams) (*PingLdapOK, error) + SearchLdapGroup func(ctx context.Context, params *SearchLdapGroupParams) (*SearchLdapGroupOK, error) + SearchLdapUser func(ctx context.Context, params *SearchLdapUserParams) (*SearchLdapUserOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) ImportLdapUser(ctx context.Context, params *ImportLdapUserParams) (*ImportLdapUserOK, error) + func (a *Client) PingLdap(ctx context.Context, params *PingLdapParams) (*PingLdapOK, error) + func (a *Client) SearchLdapGroup(ctx context.Context, params *SearchLdapGroupParams) (*SearchLdapGroupOK, error) + func (a *Client) SearchLdapUser(ctx context.Context, params *SearchLdapUserParams) (*SearchLdapUserOK, error) + type ImportLdapUserBadRequest struct + Payload *models.Errors + XRequestID string + func NewImportLdapUserBadRequest() *ImportLdapUserBadRequest + func (o *ImportLdapUserBadRequest) Error() string + func (o *ImportLdapUserBadRequest) GetPayload() *models.Errors + func (o *ImportLdapUserBadRequest) IsClientError() bool + func (o *ImportLdapUserBadRequest) IsCode(code int) bool + func (o *ImportLdapUserBadRequest) IsRedirect() bool + func (o *ImportLdapUserBadRequest) IsServerError() bool + func (o *ImportLdapUserBadRequest) IsSuccess() bool + func (o *ImportLdapUserBadRequest) String() string + type ImportLdapUserForbidden struct + Payload *models.Errors + XRequestID string + func NewImportLdapUserForbidden() *ImportLdapUserForbidden + func (o *ImportLdapUserForbidden) Error() string + func (o *ImportLdapUserForbidden) GetPayload() *models.Errors + func (o *ImportLdapUserForbidden) IsClientError() bool + func (o *ImportLdapUserForbidden) IsCode(code int) bool + func (o *ImportLdapUserForbidden) IsRedirect() bool + func (o *ImportLdapUserForbidden) IsServerError() bool + func (o *ImportLdapUserForbidden) IsSuccess() bool + func (o *ImportLdapUserForbidden) String() string + type ImportLdapUserInternalServerError struct + Payload *models.Errors + XRequestID string + func NewImportLdapUserInternalServerError() *ImportLdapUserInternalServerError + func (o *ImportLdapUserInternalServerError) Error() string + func (o *ImportLdapUserInternalServerError) GetPayload() *models.Errors + func (o *ImportLdapUserInternalServerError) IsClientError() bool + func (o *ImportLdapUserInternalServerError) IsCode(code int) bool + func (o *ImportLdapUserInternalServerError) IsRedirect() bool + func (o *ImportLdapUserInternalServerError) IsServerError() bool + func (o *ImportLdapUserInternalServerError) IsSuccess() bool + func (o *ImportLdapUserInternalServerError) String() string + type ImportLdapUserNotFound struct + Payload []*models.LdapFailedImportUser + func NewImportLdapUserNotFound() *ImportLdapUserNotFound + func (o *ImportLdapUserNotFound) Error() string + func (o *ImportLdapUserNotFound) GetPayload() []*models.LdapFailedImportUser + func (o *ImportLdapUserNotFound) IsClientError() bool + func (o *ImportLdapUserNotFound) IsCode(code int) bool + func (o *ImportLdapUserNotFound) IsRedirect() bool + func (o *ImportLdapUserNotFound) IsServerError() bool + func (o *ImportLdapUserNotFound) IsSuccess() bool + func (o *ImportLdapUserNotFound) String() string + type ImportLdapUserOK struct + func NewImportLdapUserOK() *ImportLdapUserOK + func (o *ImportLdapUserOK) Error() string + func (o *ImportLdapUserOK) IsClientError() bool + func (o *ImportLdapUserOK) IsCode(code int) bool + func (o *ImportLdapUserOK) IsRedirect() bool + func (o *ImportLdapUserOK) IsServerError() bool + func (o *ImportLdapUserOK) IsSuccess() bool + func (o *ImportLdapUserOK) String() string + type ImportLdapUserParams struct + Context context.Context + HTTPClient *http.Client + UIDList *models.LdapImportUsers + XRequestID *string + func NewImportLdapUserParams() *ImportLdapUserParams + func NewImportLdapUserParamsWithContext(ctx context.Context) *ImportLdapUserParams + func NewImportLdapUserParamsWithHTTPClient(client *http.Client) *ImportLdapUserParams + func NewImportLdapUserParamsWithTimeout(timeout time.Duration) *ImportLdapUserParams + func (o *ImportLdapUserParams) SetContext(ctx context.Context) + func (o *ImportLdapUserParams) SetDefaults() + func (o *ImportLdapUserParams) SetHTTPClient(client *http.Client) + func (o *ImportLdapUserParams) SetTimeout(timeout time.Duration) + func (o *ImportLdapUserParams) SetUIDList(uIDList *models.LdapImportUsers) + func (o *ImportLdapUserParams) SetXRequestID(xRequestID *string) + func (o *ImportLdapUserParams) WithContext(ctx context.Context) *ImportLdapUserParams + func (o *ImportLdapUserParams) WithDefaults() *ImportLdapUserParams + func (o *ImportLdapUserParams) WithHTTPClient(client *http.Client) *ImportLdapUserParams + func (o *ImportLdapUserParams) WithTimeout(timeout time.Duration) *ImportLdapUserParams + func (o *ImportLdapUserParams) WithUIDList(uIDList *models.LdapImportUsers) *ImportLdapUserParams + func (o *ImportLdapUserParams) WithXRequestID(xRequestID *string) *ImportLdapUserParams + func (o *ImportLdapUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ImportLdapUserReader struct + func (o *ImportLdapUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ImportLdapUserUnauthorized struct + Payload *models.Errors + XRequestID string + func NewImportLdapUserUnauthorized() *ImportLdapUserUnauthorized + func (o *ImportLdapUserUnauthorized) Error() string + func (o *ImportLdapUserUnauthorized) GetPayload() *models.Errors + func (o *ImportLdapUserUnauthorized) IsClientError() bool + func (o *ImportLdapUserUnauthorized) IsCode(code int) bool + func (o *ImportLdapUserUnauthorized) IsRedirect() bool + func (o *ImportLdapUserUnauthorized) IsServerError() bool + func (o *ImportLdapUserUnauthorized) IsSuccess() bool + func (o *ImportLdapUserUnauthorized) String() string + type PingLdapBadRequest struct + Payload *models.Errors + XRequestID string + func NewPingLdapBadRequest() *PingLdapBadRequest + func (o *PingLdapBadRequest) Error() string + func (o *PingLdapBadRequest) GetPayload() *models.Errors + func (o *PingLdapBadRequest) IsClientError() bool + func (o *PingLdapBadRequest) IsCode(code int) bool + func (o *PingLdapBadRequest) IsRedirect() bool + func (o *PingLdapBadRequest) IsServerError() bool + func (o *PingLdapBadRequest) IsSuccess() bool + func (o *PingLdapBadRequest) String() string + type PingLdapForbidden struct + Payload *models.Errors + XRequestID string + func NewPingLdapForbidden() *PingLdapForbidden + func (o *PingLdapForbidden) Error() string + func (o *PingLdapForbidden) GetPayload() *models.Errors + func (o *PingLdapForbidden) IsClientError() bool + func (o *PingLdapForbidden) IsCode(code int) bool + func (o *PingLdapForbidden) IsRedirect() bool + func (o *PingLdapForbidden) IsServerError() bool + func (o *PingLdapForbidden) IsSuccess() bool + func (o *PingLdapForbidden) String() string + type PingLdapInternalServerError struct + Payload *models.Errors + XRequestID string + func NewPingLdapInternalServerError() *PingLdapInternalServerError + func (o *PingLdapInternalServerError) Error() string + func (o *PingLdapInternalServerError) GetPayload() *models.Errors + func (o *PingLdapInternalServerError) IsClientError() bool + func (o *PingLdapInternalServerError) IsCode(code int) bool + func (o *PingLdapInternalServerError) IsRedirect() bool + func (o *PingLdapInternalServerError) IsServerError() bool + func (o *PingLdapInternalServerError) IsSuccess() bool + func (o *PingLdapInternalServerError) String() string + type PingLdapOK struct + Payload *models.LdapPingResult + func NewPingLdapOK() *PingLdapOK + func (o *PingLdapOK) Error() string + func (o *PingLdapOK) GetPayload() *models.LdapPingResult + func (o *PingLdapOK) IsClientError() bool + func (o *PingLdapOK) IsCode(code int) bool + func (o *PingLdapOK) IsRedirect() bool + func (o *PingLdapOK) IsServerError() bool + func (o *PingLdapOK) IsSuccess() bool + func (o *PingLdapOK) String() string + type PingLdapParams struct + Context context.Context + HTTPClient *http.Client + Ldapconf *models.LdapConf + XRequestID *string + func NewPingLdapParams() *PingLdapParams + func NewPingLdapParamsWithContext(ctx context.Context) *PingLdapParams + func NewPingLdapParamsWithHTTPClient(client *http.Client) *PingLdapParams + func NewPingLdapParamsWithTimeout(timeout time.Duration) *PingLdapParams + func (o *PingLdapParams) SetContext(ctx context.Context) + func (o *PingLdapParams) SetDefaults() + func (o *PingLdapParams) SetHTTPClient(client *http.Client) + func (o *PingLdapParams) SetLdapconf(ldapconf *models.LdapConf) + func (o *PingLdapParams) SetTimeout(timeout time.Duration) + func (o *PingLdapParams) SetXRequestID(xRequestID *string) + func (o *PingLdapParams) WithContext(ctx context.Context) *PingLdapParams + func (o *PingLdapParams) WithDefaults() *PingLdapParams + func (o *PingLdapParams) WithHTTPClient(client *http.Client) *PingLdapParams + func (o *PingLdapParams) WithLdapconf(ldapconf *models.LdapConf) *PingLdapParams + func (o *PingLdapParams) WithTimeout(timeout time.Duration) *PingLdapParams + func (o *PingLdapParams) WithXRequestID(xRequestID *string) *PingLdapParams + func (o *PingLdapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PingLdapReader struct + func (o *PingLdapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PingLdapUnauthorized struct + Payload *models.Errors + XRequestID string + func NewPingLdapUnauthorized() *PingLdapUnauthorized + func (o *PingLdapUnauthorized) Error() string + func (o *PingLdapUnauthorized) GetPayload() *models.Errors + func (o *PingLdapUnauthorized) IsClientError() bool + func (o *PingLdapUnauthorized) IsCode(code int) bool + func (o *PingLdapUnauthorized) IsRedirect() bool + func (o *PingLdapUnauthorized) IsServerError() bool + func (o *PingLdapUnauthorized) IsSuccess() bool + func (o *PingLdapUnauthorized) String() string + type SearchLdapGroupBadRequest struct + Payload *models.Errors + XRequestID string + func NewSearchLdapGroupBadRequest() *SearchLdapGroupBadRequest + func (o *SearchLdapGroupBadRequest) Error() string + func (o *SearchLdapGroupBadRequest) GetPayload() *models.Errors + func (o *SearchLdapGroupBadRequest) IsClientError() bool + func (o *SearchLdapGroupBadRequest) IsCode(code int) bool + func (o *SearchLdapGroupBadRequest) IsRedirect() bool + func (o *SearchLdapGroupBadRequest) IsServerError() bool + func (o *SearchLdapGroupBadRequest) IsSuccess() bool + func (o *SearchLdapGroupBadRequest) String() string + type SearchLdapGroupForbidden struct + Payload *models.Errors + XRequestID string + func NewSearchLdapGroupForbidden() *SearchLdapGroupForbidden + func (o *SearchLdapGroupForbidden) Error() string + func (o *SearchLdapGroupForbidden) GetPayload() *models.Errors + func (o *SearchLdapGroupForbidden) IsClientError() bool + func (o *SearchLdapGroupForbidden) IsCode(code int) bool + func (o *SearchLdapGroupForbidden) IsRedirect() bool + func (o *SearchLdapGroupForbidden) IsServerError() bool + func (o *SearchLdapGroupForbidden) IsSuccess() bool + func (o *SearchLdapGroupForbidden) String() string + type SearchLdapGroupInternalServerError struct + Payload *models.Errors + XRequestID string + func NewSearchLdapGroupInternalServerError() *SearchLdapGroupInternalServerError + func (o *SearchLdapGroupInternalServerError) Error() string + func (o *SearchLdapGroupInternalServerError) GetPayload() *models.Errors + func (o *SearchLdapGroupInternalServerError) IsClientError() bool + func (o *SearchLdapGroupInternalServerError) IsCode(code int) bool + func (o *SearchLdapGroupInternalServerError) IsRedirect() bool + func (o *SearchLdapGroupInternalServerError) IsServerError() bool + func (o *SearchLdapGroupInternalServerError) IsSuccess() bool + func (o *SearchLdapGroupInternalServerError) String() string + type SearchLdapGroupOK struct + Payload []*models.UserGroup + func NewSearchLdapGroupOK() *SearchLdapGroupOK + func (o *SearchLdapGroupOK) Error() string + func (o *SearchLdapGroupOK) GetPayload() []*models.UserGroup + func (o *SearchLdapGroupOK) IsClientError() bool + func (o *SearchLdapGroupOK) IsCode(code int) bool + func (o *SearchLdapGroupOK) IsRedirect() bool + func (o *SearchLdapGroupOK) IsServerError() bool + func (o *SearchLdapGroupOK) IsSuccess() bool + func (o *SearchLdapGroupOK) String() string + type SearchLdapGroupParams struct + Context context.Context + Groupdn *string + Groupname *string + HTTPClient *http.Client + XRequestID *string + func NewSearchLdapGroupParams() *SearchLdapGroupParams + func NewSearchLdapGroupParamsWithContext(ctx context.Context) *SearchLdapGroupParams + func NewSearchLdapGroupParamsWithHTTPClient(client *http.Client) *SearchLdapGroupParams + func NewSearchLdapGroupParamsWithTimeout(timeout time.Duration) *SearchLdapGroupParams + func (o *SearchLdapGroupParams) SetContext(ctx context.Context) + func (o *SearchLdapGroupParams) SetDefaults() + func (o *SearchLdapGroupParams) SetGroupdn(groupdn *string) + func (o *SearchLdapGroupParams) SetGroupname(groupname *string) + func (o *SearchLdapGroupParams) SetHTTPClient(client *http.Client) + func (o *SearchLdapGroupParams) SetTimeout(timeout time.Duration) + func (o *SearchLdapGroupParams) SetXRequestID(xRequestID *string) + func (o *SearchLdapGroupParams) WithContext(ctx context.Context) *SearchLdapGroupParams + func (o *SearchLdapGroupParams) WithDefaults() *SearchLdapGroupParams + func (o *SearchLdapGroupParams) WithGroupdn(groupdn *string) *SearchLdapGroupParams + func (o *SearchLdapGroupParams) WithGroupname(groupname *string) *SearchLdapGroupParams + func (o *SearchLdapGroupParams) WithHTTPClient(client *http.Client) *SearchLdapGroupParams + func (o *SearchLdapGroupParams) WithTimeout(timeout time.Duration) *SearchLdapGroupParams + func (o *SearchLdapGroupParams) WithXRequestID(xRequestID *string) *SearchLdapGroupParams + func (o *SearchLdapGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchLdapGroupReader struct + func (o *SearchLdapGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SearchLdapGroupUnauthorized struct + Payload *models.Errors + XRequestID string + func NewSearchLdapGroupUnauthorized() *SearchLdapGroupUnauthorized + func (o *SearchLdapGroupUnauthorized) Error() string + func (o *SearchLdapGroupUnauthorized) GetPayload() *models.Errors + func (o *SearchLdapGroupUnauthorized) IsClientError() bool + func (o *SearchLdapGroupUnauthorized) IsCode(code int) bool + func (o *SearchLdapGroupUnauthorized) IsRedirect() bool + func (o *SearchLdapGroupUnauthorized) IsServerError() bool + func (o *SearchLdapGroupUnauthorized) IsSuccess() bool + func (o *SearchLdapGroupUnauthorized) String() string + type SearchLdapUserBadRequest struct + Payload *models.Errors + XRequestID string + func NewSearchLdapUserBadRequest() *SearchLdapUserBadRequest + func (o *SearchLdapUserBadRequest) Error() string + func (o *SearchLdapUserBadRequest) GetPayload() *models.Errors + func (o *SearchLdapUserBadRequest) IsClientError() bool + func (o *SearchLdapUserBadRequest) IsCode(code int) bool + func (o *SearchLdapUserBadRequest) IsRedirect() bool + func (o *SearchLdapUserBadRequest) IsServerError() bool + func (o *SearchLdapUserBadRequest) IsSuccess() bool + func (o *SearchLdapUserBadRequest) String() string + type SearchLdapUserForbidden struct + Payload *models.Errors + XRequestID string + func NewSearchLdapUserForbidden() *SearchLdapUserForbidden + func (o *SearchLdapUserForbidden) Error() string + func (o *SearchLdapUserForbidden) GetPayload() *models.Errors + func (o *SearchLdapUserForbidden) IsClientError() bool + func (o *SearchLdapUserForbidden) IsCode(code int) bool + func (o *SearchLdapUserForbidden) IsRedirect() bool + func (o *SearchLdapUserForbidden) IsServerError() bool + func (o *SearchLdapUserForbidden) IsSuccess() bool + func (o *SearchLdapUserForbidden) String() string + type SearchLdapUserInternalServerError struct + Payload *models.Errors + XRequestID string + func NewSearchLdapUserInternalServerError() *SearchLdapUserInternalServerError + func (o *SearchLdapUserInternalServerError) Error() string + func (o *SearchLdapUserInternalServerError) GetPayload() *models.Errors + func (o *SearchLdapUserInternalServerError) IsClientError() bool + func (o *SearchLdapUserInternalServerError) IsCode(code int) bool + func (o *SearchLdapUserInternalServerError) IsRedirect() bool + func (o *SearchLdapUserInternalServerError) IsServerError() bool + func (o *SearchLdapUserInternalServerError) IsSuccess() bool + func (o *SearchLdapUserInternalServerError) String() string + type SearchLdapUserOK struct + Payload []*models.LdapUser + func NewSearchLdapUserOK() *SearchLdapUserOK + func (o *SearchLdapUserOK) Error() string + func (o *SearchLdapUserOK) GetPayload() []*models.LdapUser + func (o *SearchLdapUserOK) IsClientError() bool + func (o *SearchLdapUserOK) IsCode(code int) bool + func (o *SearchLdapUserOK) IsRedirect() bool + func (o *SearchLdapUserOK) IsServerError() bool + func (o *SearchLdapUserOK) IsSuccess() bool + func (o *SearchLdapUserOK) String() string + type SearchLdapUserParams struct + Context context.Context + HTTPClient *http.Client + Username *string + XRequestID *string + func NewSearchLdapUserParams() *SearchLdapUserParams + func NewSearchLdapUserParamsWithContext(ctx context.Context) *SearchLdapUserParams + func NewSearchLdapUserParamsWithHTTPClient(client *http.Client) *SearchLdapUserParams + func NewSearchLdapUserParamsWithTimeout(timeout time.Duration) *SearchLdapUserParams + func (o *SearchLdapUserParams) SetContext(ctx context.Context) + func (o *SearchLdapUserParams) SetDefaults() + func (o *SearchLdapUserParams) SetHTTPClient(client *http.Client) + func (o *SearchLdapUserParams) SetTimeout(timeout time.Duration) + func (o *SearchLdapUserParams) SetUsername(username *string) + func (o *SearchLdapUserParams) SetXRequestID(xRequestID *string) + func (o *SearchLdapUserParams) WithContext(ctx context.Context) *SearchLdapUserParams + func (o *SearchLdapUserParams) WithDefaults() *SearchLdapUserParams + func (o *SearchLdapUserParams) WithHTTPClient(client *http.Client) *SearchLdapUserParams + func (o *SearchLdapUserParams) WithTimeout(timeout time.Duration) *SearchLdapUserParams + func (o *SearchLdapUserParams) WithUsername(username *string) *SearchLdapUserParams + func (o *SearchLdapUserParams) WithXRequestID(xRequestID *string) *SearchLdapUserParams + func (o *SearchLdapUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchLdapUserReader struct + func (o *SearchLdapUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SearchLdapUserUnauthorized struct + Payload *models.Errors + XRequestID string + func NewSearchLdapUserUnauthorized() *SearchLdapUserUnauthorized + func (o *SearchLdapUserUnauthorized) Error() string + func (o *SearchLdapUserUnauthorized) GetPayload() *models.Errors + func (o *SearchLdapUserUnauthorized) IsClientError() bool + func (o *SearchLdapUserUnauthorized) IsCode(code int) bool + func (o *SearchLdapUserUnauthorized) IsRedirect() bool + func (o *SearchLdapUserUnauthorized) IsServerError() bool + func (o *SearchLdapUserUnauthorized) IsSuccess() bool + func (o *SearchLdapUserUnauthorized) String() string