Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateActiveDirectoryConfiguration(params *CreateActiveDirectoryConfigurationParams, ...) (*CreateActiveDirectoryConfigurationCreated, error)
- func (a *Client) CreateEnrollmentToken(params *CreateEnrollmentTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateEnrollmentTokenOK, error)
- func (a *Client) CreateLdapConfiguration(params *CreateLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateLdapConfigurationCreated, error)
- func (a *Client) CreateSamlConfiguration(params *CreateSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSamlConfigurationCreated, error)
- func (a *Client) CreateSecurityDeployment(params *CreateSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSecurityDeploymentCreated, error)
- func (a *Client) DeleteActiveDirectoryConfiguration(params *DeleteActiveDirectoryConfigurationParams, ...) (*DeleteActiveDirectoryConfigurationOK, error)
- func (a *Client) DeleteEnrollmentToken(params *DeleteEnrollmentTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteEnrollmentTokenOK, error)
- func (a *Client) DeleteLdapConfiguration(params *DeleteLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteLdapConfigurationOK, error)
- func (a *Client) DeleteSamlConfiguration(params *DeleteSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSamlConfigurationOK, error)
- func (a *Client) GetActiveDirectoryConfiguration(params *GetActiveDirectoryConfigurationParams, ...) (*GetActiveDirectoryConfigurationOK, error)
- func (a *Client) GetEnrollmentTokens(params *GetEnrollmentTokensParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetEnrollmentTokensOK, error)
- func (a *Client) GetLdapConfiguration(params *GetLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetLdapConfigurationOK, error)
- func (a *Client) GetSamlConfiguration(params *GetSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSamlConfigurationOK, error)
- func (a *Client) GetSecurityDeployment(params *GetSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSecurityDeploymentOK, error)
- func (a *Client) GetSecurityRealmConfigurations(params *GetSecurityRealmConfigurationsParams, ...) (*GetSecurityRealmConfigurationsOK, error)
- func (a *Client) GetTLSCertificate(params *GetTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTLSCertificateOK, error)
- func (a *Client) ReorderSecurityRealms(params *ReorderSecurityRealmsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReorderSecurityRealmsOK, error)
- func (a *Client) SetTLSCertificate(params *SetTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SetTLSCertificateAccepted, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateActiveDirectoryConfiguration(params *UpdateActiveDirectoryConfigurationParams, ...) (*UpdateActiveDirectoryConfigurationOK, error)
- func (a *Client) UpdateLdapConfiguration(params *UpdateLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateLdapConfigurationOK, error)
- func (a *Client) UpdateSamlConfiguration(params *UpdateSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateSamlConfigurationOK, error)
- func (a *Client) UpdateSecurityDeployment(params *UpdateSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateSecurityDeploymentOK, error)
- type ClientOption
- type ClientService
- type CreateActiveDirectoryConfigurationBadRequest
- func (o *CreateActiveDirectoryConfigurationBadRequest) Code() int
- func (o *CreateActiveDirectoryConfigurationBadRequest) Error() string
- func (o *CreateActiveDirectoryConfigurationBadRequest) GetPayload() *models.BasicFailedReply
- func (o *CreateActiveDirectoryConfigurationBadRequest) IsClientError() bool
- func (o *CreateActiveDirectoryConfigurationBadRequest) IsCode(code int) bool
- func (o *CreateActiveDirectoryConfigurationBadRequest) IsRedirect() bool
- func (o *CreateActiveDirectoryConfigurationBadRequest) IsServerError() bool
- func (o *CreateActiveDirectoryConfigurationBadRequest) IsSuccess() bool
- func (o *CreateActiveDirectoryConfigurationBadRequest) String() string
- type CreateActiveDirectoryConfigurationCreated
- func (o *CreateActiveDirectoryConfigurationCreated) Code() int
- func (o *CreateActiveDirectoryConfigurationCreated) Error() string
- func (o *CreateActiveDirectoryConfigurationCreated) GetPayload() models.EmptyResponse
- func (o *CreateActiveDirectoryConfigurationCreated) IsClientError() bool
- func (o *CreateActiveDirectoryConfigurationCreated) IsCode(code int) bool
- func (o *CreateActiveDirectoryConfigurationCreated) IsRedirect() bool
- func (o *CreateActiveDirectoryConfigurationCreated) IsServerError() bool
- func (o *CreateActiveDirectoryConfigurationCreated) IsSuccess() bool
- func (o *CreateActiveDirectoryConfigurationCreated) String() string
- type CreateActiveDirectoryConfigurationParams
- func NewCreateActiveDirectoryConfigurationParams() *CreateActiveDirectoryConfigurationParams
- func NewCreateActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *CreateActiveDirectoryConfigurationParams
- func NewCreateActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *CreateActiveDirectoryConfigurationParams
- func NewCreateActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *CreateActiveDirectoryConfigurationParams
- func (o *CreateActiveDirectoryConfigurationParams) SetBody(body *models.ActiveDirectorySettings)
- func (o *CreateActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
- func (o *CreateActiveDirectoryConfigurationParams) SetDefaults()
- func (o *CreateActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *CreateActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *CreateActiveDirectoryConfigurationParams) WithBody(body *models.ActiveDirectorySettings) *CreateActiveDirectoryConfigurationParams
- func (o *CreateActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *CreateActiveDirectoryConfigurationParams
- func (o *CreateActiveDirectoryConfigurationParams) WithDefaults() *CreateActiveDirectoryConfigurationParams
- func (o *CreateActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *CreateActiveDirectoryConfigurationParams
- func (o *CreateActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *CreateActiveDirectoryConfigurationParams
- func (o *CreateActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateActiveDirectoryConfigurationReader
- type CreateEnrollmentTokenBadRequest
- func (o *CreateEnrollmentTokenBadRequest) Code() int
- func (o *CreateEnrollmentTokenBadRequest) Error() string
- func (o *CreateEnrollmentTokenBadRequest) GetPayload() *models.BasicFailedReply
- func (o *CreateEnrollmentTokenBadRequest) IsClientError() bool
- func (o *CreateEnrollmentTokenBadRequest) IsCode(code int) bool
- func (o *CreateEnrollmentTokenBadRequest) IsRedirect() bool
- func (o *CreateEnrollmentTokenBadRequest) IsServerError() bool
- func (o *CreateEnrollmentTokenBadRequest) IsSuccess() bool
- func (o *CreateEnrollmentTokenBadRequest) String() string
- type CreateEnrollmentTokenForbidden
- func (o *CreateEnrollmentTokenForbidden) Code() int
- func (o *CreateEnrollmentTokenForbidden) Error() string
- func (o *CreateEnrollmentTokenForbidden) GetPayload() *models.BasicFailedReply
- func (o *CreateEnrollmentTokenForbidden) IsClientError() bool
- func (o *CreateEnrollmentTokenForbidden) IsCode(code int) bool
- func (o *CreateEnrollmentTokenForbidden) IsRedirect() bool
- func (o *CreateEnrollmentTokenForbidden) IsServerError() bool
- func (o *CreateEnrollmentTokenForbidden) IsSuccess() bool
- func (o *CreateEnrollmentTokenForbidden) String() string
- type CreateEnrollmentTokenOK
- func (o *CreateEnrollmentTokenOK) Code() int
- func (o *CreateEnrollmentTokenOK) Error() string
- func (o *CreateEnrollmentTokenOK) GetPayload() *models.RequestEnrollmentTokenReply
- func (o *CreateEnrollmentTokenOK) IsClientError() bool
- func (o *CreateEnrollmentTokenOK) IsCode(code int) bool
- func (o *CreateEnrollmentTokenOK) IsRedirect() bool
- func (o *CreateEnrollmentTokenOK) IsServerError() bool
- func (o *CreateEnrollmentTokenOK) IsSuccess() bool
- func (o *CreateEnrollmentTokenOK) String() string
- type CreateEnrollmentTokenParams
- func NewCreateEnrollmentTokenParams() *CreateEnrollmentTokenParams
- func NewCreateEnrollmentTokenParamsWithContext(ctx context.Context) *CreateEnrollmentTokenParams
- func NewCreateEnrollmentTokenParamsWithHTTPClient(client *http.Client) *CreateEnrollmentTokenParams
- func NewCreateEnrollmentTokenParamsWithTimeout(timeout time.Duration) *CreateEnrollmentTokenParams
- func (o *CreateEnrollmentTokenParams) SetBody(body *models.EnrollmentTokenRequest)
- func (o *CreateEnrollmentTokenParams) SetContext(ctx context.Context)
- func (o *CreateEnrollmentTokenParams) SetDefaults()
- func (o *CreateEnrollmentTokenParams) SetHTTPClient(client *http.Client)
- func (o *CreateEnrollmentTokenParams) SetTimeout(timeout time.Duration)
- func (o *CreateEnrollmentTokenParams) WithBody(body *models.EnrollmentTokenRequest) *CreateEnrollmentTokenParams
- func (o *CreateEnrollmentTokenParams) WithContext(ctx context.Context) *CreateEnrollmentTokenParams
- func (o *CreateEnrollmentTokenParams) WithDefaults() *CreateEnrollmentTokenParams
- func (o *CreateEnrollmentTokenParams) WithHTTPClient(client *http.Client) *CreateEnrollmentTokenParams
- func (o *CreateEnrollmentTokenParams) WithTimeout(timeout time.Duration) *CreateEnrollmentTokenParams
- func (o *CreateEnrollmentTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateEnrollmentTokenReader
- type CreateLdapConfigurationBadRequest
- func (o *CreateLdapConfigurationBadRequest) Code() int
- func (o *CreateLdapConfigurationBadRequest) Error() string
- func (o *CreateLdapConfigurationBadRequest) GetPayload() *models.BasicFailedReply
- func (o *CreateLdapConfigurationBadRequest) IsClientError() bool
- func (o *CreateLdapConfigurationBadRequest) IsCode(code int) bool
- func (o *CreateLdapConfigurationBadRequest) IsRedirect() bool
- func (o *CreateLdapConfigurationBadRequest) IsServerError() bool
- func (o *CreateLdapConfigurationBadRequest) IsSuccess() bool
- func (o *CreateLdapConfigurationBadRequest) String() string
- type CreateLdapConfigurationCreated
- func (o *CreateLdapConfigurationCreated) Code() int
- func (o *CreateLdapConfigurationCreated) Error() string
- func (o *CreateLdapConfigurationCreated) GetPayload() models.EmptyResponse
- func (o *CreateLdapConfigurationCreated) IsClientError() bool
- func (o *CreateLdapConfigurationCreated) IsCode(code int) bool
- func (o *CreateLdapConfigurationCreated) IsRedirect() bool
- func (o *CreateLdapConfigurationCreated) IsServerError() bool
- func (o *CreateLdapConfigurationCreated) IsSuccess() bool
- func (o *CreateLdapConfigurationCreated) String() string
- type CreateLdapConfigurationParams
- func NewCreateLdapConfigurationParams() *CreateLdapConfigurationParams
- func NewCreateLdapConfigurationParamsWithContext(ctx context.Context) *CreateLdapConfigurationParams
- func NewCreateLdapConfigurationParamsWithHTTPClient(client *http.Client) *CreateLdapConfigurationParams
- func NewCreateLdapConfigurationParamsWithTimeout(timeout time.Duration) *CreateLdapConfigurationParams
- func (o *CreateLdapConfigurationParams) SetBody(body *models.LdapSettings)
- func (o *CreateLdapConfigurationParams) SetContext(ctx context.Context)
- func (o *CreateLdapConfigurationParams) SetDefaults()
- func (o *CreateLdapConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *CreateLdapConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *CreateLdapConfigurationParams) WithBody(body *models.LdapSettings) *CreateLdapConfigurationParams
- func (o *CreateLdapConfigurationParams) WithContext(ctx context.Context) *CreateLdapConfigurationParams
- func (o *CreateLdapConfigurationParams) WithDefaults() *CreateLdapConfigurationParams
- func (o *CreateLdapConfigurationParams) WithHTTPClient(client *http.Client) *CreateLdapConfigurationParams
- func (o *CreateLdapConfigurationParams) WithTimeout(timeout time.Duration) *CreateLdapConfigurationParams
- func (o *CreateLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateLdapConfigurationReader
- type CreateSamlConfigurationBadRequest
- func (o *CreateSamlConfigurationBadRequest) Code() int
- func (o *CreateSamlConfigurationBadRequest) Error() string
- func (o *CreateSamlConfigurationBadRequest) GetPayload() *models.BasicFailedReply
- func (o *CreateSamlConfigurationBadRequest) IsClientError() bool
- func (o *CreateSamlConfigurationBadRequest) IsCode(code int) bool
- func (o *CreateSamlConfigurationBadRequest) IsRedirect() bool
- func (o *CreateSamlConfigurationBadRequest) IsServerError() bool
- func (o *CreateSamlConfigurationBadRequest) IsSuccess() bool
- func (o *CreateSamlConfigurationBadRequest) String() string
- type CreateSamlConfigurationCreated
- func (o *CreateSamlConfigurationCreated) Code() int
- func (o *CreateSamlConfigurationCreated) Error() string
- func (o *CreateSamlConfigurationCreated) GetPayload() models.EmptyResponse
- func (o *CreateSamlConfigurationCreated) IsClientError() bool
- func (o *CreateSamlConfigurationCreated) IsCode(code int) bool
- func (o *CreateSamlConfigurationCreated) IsRedirect() bool
- func (o *CreateSamlConfigurationCreated) IsServerError() bool
- func (o *CreateSamlConfigurationCreated) IsSuccess() bool
- func (o *CreateSamlConfigurationCreated) String() string
- type CreateSamlConfigurationParams
- func NewCreateSamlConfigurationParams() *CreateSamlConfigurationParams
- func NewCreateSamlConfigurationParamsWithContext(ctx context.Context) *CreateSamlConfigurationParams
- func NewCreateSamlConfigurationParamsWithHTTPClient(client *http.Client) *CreateSamlConfigurationParams
- func NewCreateSamlConfigurationParamsWithTimeout(timeout time.Duration) *CreateSamlConfigurationParams
- func (o *CreateSamlConfigurationParams) SetBody(body *models.SamlSettings)
- func (o *CreateSamlConfigurationParams) SetContext(ctx context.Context)
- func (o *CreateSamlConfigurationParams) SetDefaults()
- func (o *CreateSamlConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *CreateSamlConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *CreateSamlConfigurationParams) WithBody(body *models.SamlSettings) *CreateSamlConfigurationParams
- func (o *CreateSamlConfigurationParams) WithContext(ctx context.Context) *CreateSamlConfigurationParams
- func (o *CreateSamlConfigurationParams) WithDefaults() *CreateSamlConfigurationParams
- func (o *CreateSamlConfigurationParams) WithHTTPClient(client *http.Client) *CreateSamlConfigurationParams
- func (o *CreateSamlConfigurationParams) WithTimeout(timeout time.Duration) *CreateSamlConfigurationParams
- func (o *CreateSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSamlConfigurationReader
- type CreateSecurityDeploymentConflict
- func (o *CreateSecurityDeploymentConflict) Code() int
- func (o *CreateSecurityDeploymentConflict) Error() string
- func (o *CreateSecurityDeploymentConflict) GetPayload() *models.BasicFailedReply
- func (o *CreateSecurityDeploymentConflict) IsClientError() bool
- func (o *CreateSecurityDeploymentConflict) IsCode(code int) bool
- func (o *CreateSecurityDeploymentConflict) IsRedirect() bool
- func (o *CreateSecurityDeploymentConflict) IsServerError() bool
- func (o *CreateSecurityDeploymentConflict) IsSuccess() bool
- func (o *CreateSecurityDeploymentConflict) String() string
- type CreateSecurityDeploymentCreated
- func (o *CreateSecurityDeploymentCreated) Code() int
- func (o *CreateSecurityDeploymentCreated) Error() string
- func (o *CreateSecurityDeploymentCreated) GetPayload() *models.IDResponse
- func (o *CreateSecurityDeploymentCreated) IsClientError() bool
- func (o *CreateSecurityDeploymentCreated) IsCode(code int) bool
- func (o *CreateSecurityDeploymentCreated) IsRedirect() bool
- func (o *CreateSecurityDeploymentCreated) IsServerError() bool
- func (o *CreateSecurityDeploymentCreated) IsSuccess() bool
- func (o *CreateSecurityDeploymentCreated) String() string
- type CreateSecurityDeploymentParams
- func NewCreateSecurityDeploymentParams() *CreateSecurityDeploymentParams
- func NewCreateSecurityDeploymentParamsWithContext(ctx context.Context) *CreateSecurityDeploymentParams
- func NewCreateSecurityDeploymentParamsWithHTTPClient(client *http.Client) *CreateSecurityDeploymentParams
- func NewCreateSecurityDeploymentParamsWithTimeout(timeout time.Duration) *CreateSecurityDeploymentParams
- func (o *CreateSecurityDeploymentParams) SetBody(body *models.SecurityDeploymentCreateRequest)
- func (o *CreateSecurityDeploymentParams) SetContext(ctx context.Context)
- func (o *CreateSecurityDeploymentParams) SetDefaults()
- func (o *CreateSecurityDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *CreateSecurityDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *CreateSecurityDeploymentParams) WithBody(body *models.SecurityDeploymentCreateRequest) *CreateSecurityDeploymentParams
- func (o *CreateSecurityDeploymentParams) WithContext(ctx context.Context) *CreateSecurityDeploymentParams
- func (o *CreateSecurityDeploymentParams) WithDefaults() *CreateSecurityDeploymentParams
- func (o *CreateSecurityDeploymentParams) WithHTTPClient(client *http.Client) *CreateSecurityDeploymentParams
- func (o *CreateSecurityDeploymentParams) WithTimeout(timeout time.Duration) *CreateSecurityDeploymentParams
- func (o *CreateSecurityDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSecurityDeploymentReader
- type DeleteActiveDirectoryConfigurationConflict
- func (o *DeleteActiveDirectoryConfigurationConflict) Code() int
- func (o *DeleteActiveDirectoryConfigurationConflict) Error() string
- func (o *DeleteActiveDirectoryConfigurationConflict) GetPayload() *models.BasicFailedReply
- func (o *DeleteActiveDirectoryConfigurationConflict) IsClientError() bool
- func (o *DeleteActiveDirectoryConfigurationConflict) IsCode(code int) bool
- func (o *DeleteActiveDirectoryConfigurationConflict) IsRedirect() bool
- func (o *DeleteActiveDirectoryConfigurationConflict) IsServerError() bool
- func (o *DeleteActiveDirectoryConfigurationConflict) IsSuccess() bool
- func (o *DeleteActiveDirectoryConfigurationConflict) String() string
- type DeleteActiveDirectoryConfigurationNotFound
- func (o *DeleteActiveDirectoryConfigurationNotFound) Code() int
- func (o *DeleteActiveDirectoryConfigurationNotFound) Error() string
- func (o *DeleteActiveDirectoryConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeleteActiveDirectoryConfigurationNotFound) IsClientError() bool
- func (o *DeleteActiveDirectoryConfigurationNotFound) IsCode(code int) bool
- func (o *DeleteActiveDirectoryConfigurationNotFound) IsRedirect() bool
- func (o *DeleteActiveDirectoryConfigurationNotFound) IsServerError() bool
- func (o *DeleteActiveDirectoryConfigurationNotFound) IsSuccess() bool
- func (o *DeleteActiveDirectoryConfigurationNotFound) String() string
- type DeleteActiveDirectoryConfigurationOK
- func (o *DeleteActiveDirectoryConfigurationOK) Code() int
- func (o *DeleteActiveDirectoryConfigurationOK) Error() string
- func (o *DeleteActiveDirectoryConfigurationOK) GetPayload() models.EmptyResponse
- func (o *DeleteActiveDirectoryConfigurationOK) IsClientError() bool
- func (o *DeleteActiveDirectoryConfigurationOK) IsCode(code int) bool
- func (o *DeleteActiveDirectoryConfigurationOK) IsRedirect() bool
- func (o *DeleteActiveDirectoryConfigurationOK) IsServerError() bool
- func (o *DeleteActiveDirectoryConfigurationOK) IsSuccess() bool
- func (o *DeleteActiveDirectoryConfigurationOK) String() string
- type DeleteActiveDirectoryConfigurationParams
- func NewDeleteActiveDirectoryConfigurationParams() *DeleteActiveDirectoryConfigurationParams
- func NewDeleteActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *DeleteActiveDirectoryConfigurationParams
- func NewDeleteActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *DeleteActiveDirectoryConfigurationParams
- func NewDeleteActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *DeleteActiveDirectoryConfigurationParams
- func (o *DeleteActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteActiveDirectoryConfigurationParams) SetDefaults()
- func (o *DeleteActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteActiveDirectoryConfigurationParams) SetRealmID(realmID string)
- func (o *DeleteActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteActiveDirectoryConfigurationParams) SetVersion(version *string)
- func (o *DeleteActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *DeleteActiveDirectoryConfigurationParams
- func (o *DeleteActiveDirectoryConfigurationParams) WithDefaults() *DeleteActiveDirectoryConfigurationParams
- func (o *DeleteActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *DeleteActiveDirectoryConfigurationParams
- func (o *DeleteActiveDirectoryConfigurationParams) WithRealmID(realmID string) *DeleteActiveDirectoryConfigurationParams
- func (o *DeleteActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *DeleteActiveDirectoryConfigurationParams
- func (o *DeleteActiveDirectoryConfigurationParams) WithVersion(version *string) *DeleteActiveDirectoryConfigurationParams
- func (o *DeleteActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteActiveDirectoryConfigurationReader
- type DeleteEnrollmentTokenNotFound
- func (o *DeleteEnrollmentTokenNotFound) Code() int
- func (o *DeleteEnrollmentTokenNotFound) Error() string
- func (o *DeleteEnrollmentTokenNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeleteEnrollmentTokenNotFound) IsClientError() bool
- func (o *DeleteEnrollmentTokenNotFound) IsCode(code int) bool
- func (o *DeleteEnrollmentTokenNotFound) IsRedirect() bool
- func (o *DeleteEnrollmentTokenNotFound) IsServerError() bool
- func (o *DeleteEnrollmentTokenNotFound) IsSuccess() bool
- func (o *DeleteEnrollmentTokenNotFound) String() string
- type DeleteEnrollmentTokenOK
- func (o *DeleteEnrollmentTokenOK) Code() int
- func (o *DeleteEnrollmentTokenOK) Error() string
- func (o *DeleteEnrollmentTokenOK) GetPayload() models.EmptyResponse
- func (o *DeleteEnrollmentTokenOK) IsClientError() bool
- func (o *DeleteEnrollmentTokenOK) IsCode(code int) bool
- func (o *DeleteEnrollmentTokenOK) IsRedirect() bool
- func (o *DeleteEnrollmentTokenOK) IsServerError() bool
- func (o *DeleteEnrollmentTokenOK) IsSuccess() bool
- func (o *DeleteEnrollmentTokenOK) String() string
- type DeleteEnrollmentTokenParams
- func NewDeleteEnrollmentTokenParams() *DeleteEnrollmentTokenParams
- func NewDeleteEnrollmentTokenParamsWithContext(ctx context.Context) *DeleteEnrollmentTokenParams
- func NewDeleteEnrollmentTokenParamsWithHTTPClient(client *http.Client) *DeleteEnrollmentTokenParams
- func NewDeleteEnrollmentTokenParamsWithTimeout(timeout time.Duration) *DeleteEnrollmentTokenParams
- func (o *DeleteEnrollmentTokenParams) SetContext(ctx context.Context)
- func (o *DeleteEnrollmentTokenParams) SetDefaults()
- func (o *DeleteEnrollmentTokenParams) SetHTTPClient(client *http.Client)
- func (o *DeleteEnrollmentTokenParams) SetTimeout(timeout time.Duration)
- func (o *DeleteEnrollmentTokenParams) SetToken(token string)
- func (o *DeleteEnrollmentTokenParams) WithContext(ctx context.Context) *DeleteEnrollmentTokenParams
- func (o *DeleteEnrollmentTokenParams) WithDefaults() *DeleteEnrollmentTokenParams
- func (o *DeleteEnrollmentTokenParams) WithHTTPClient(client *http.Client) *DeleteEnrollmentTokenParams
- func (o *DeleteEnrollmentTokenParams) WithTimeout(timeout time.Duration) *DeleteEnrollmentTokenParams
- func (o *DeleteEnrollmentTokenParams) WithToken(token string) *DeleteEnrollmentTokenParams
- func (o *DeleteEnrollmentTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteEnrollmentTokenReader
- type DeleteLdapConfigurationConflict
- func (o *DeleteLdapConfigurationConflict) Code() int
- func (o *DeleteLdapConfigurationConflict) Error() string
- func (o *DeleteLdapConfigurationConflict) GetPayload() *models.BasicFailedReply
- func (o *DeleteLdapConfigurationConflict) IsClientError() bool
- func (o *DeleteLdapConfigurationConflict) IsCode(code int) bool
- func (o *DeleteLdapConfigurationConflict) IsRedirect() bool
- func (o *DeleteLdapConfigurationConflict) IsServerError() bool
- func (o *DeleteLdapConfigurationConflict) IsSuccess() bool
- func (o *DeleteLdapConfigurationConflict) String() string
- type DeleteLdapConfigurationNotFound
- func (o *DeleteLdapConfigurationNotFound) Code() int
- func (o *DeleteLdapConfigurationNotFound) Error() string
- func (o *DeleteLdapConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeleteLdapConfigurationNotFound) IsClientError() bool
- func (o *DeleteLdapConfigurationNotFound) IsCode(code int) bool
- func (o *DeleteLdapConfigurationNotFound) IsRedirect() bool
- func (o *DeleteLdapConfigurationNotFound) IsServerError() bool
- func (o *DeleteLdapConfigurationNotFound) IsSuccess() bool
- func (o *DeleteLdapConfigurationNotFound) String() string
- type DeleteLdapConfigurationOK
- func (o *DeleteLdapConfigurationOK) Code() int
- func (o *DeleteLdapConfigurationOK) Error() string
- func (o *DeleteLdapConfigurationOK) GetPayload() models.EmptyResponse
- func (o *DeleteLdapConfigurationOK) IsClientError() bool
- func (o *DeleteLdapConfigurationOK) IsCode(code int) bool
- func (o *DeleteLdapConfigurationOK) IsRedirect() bool
- func (o *DeleteLdapConfigurationOK) IsServerError() bool
- func (o *DeleteLdapConfigurationOK) IsSuccess() bool
- func (o *DeleteLdapConfigurationOK) String() string
- type DeleteLdapConfigurationParams
- func NewDeleteLdapConfigurationParams() *DeleteLdapConfigurationParams
- func NewDeleteLdapConfigurationParamsWithContext(ctx context.Context) *DeleteLdapConfigurationParams
- func NewDeleteLdapConfigurationParamsWithHTTPClient(client *http.Client) *DeleteLdapConfigurationParams
- func NewDeleteLdapConfigurationParamsWithTimeout(timeout time.Duration) *DeleteLdapConfigurationParams
- func (o *DeleteLdapConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteLdapConfigurationParams) SetDefaults()
- func (o *DeleteLdapConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLdapConfigurationParams) SetRealmID(realmID string)
- func (o *DeleteLdapConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLdapConfigurationParams) SetVersion(version *string)
- func (o *DeleteLdapConfigurationParams) WithContext(ctx context.Context) *DeleteLdapConfigurationParams
- func (o *DeleteLdapConfigurationParams) WithDefaults() *DeleteLdapConfigurationParams
- func (o *DeleteLdapConfigurationParams) WithHTTPClient(client *http.Client) *DeleteLdapConfigurationParams
- func (o *DeleteLdapConfigurationParams) WithRealmID(realmID string) *DeleteLdapConfigurationParams
- func (o *DeleteLdapConfigurationParams) WithTimeout(timeout time.Duration) *DeleteLdapConfigurationParams
- func (o *DeleteLdapConfigurationParams) WithVersion(version *string) *DeleteLdapConfigurationParams
- func (o *DeleteLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLdapConfigurationReader
- type DeleteSamlConfigurationConflict
- func (o *DeleteSamlConfigurationConflict) Code() int
- func (o *DeleteSamlConfigurationConflict) Error() string
- func (o *DeleteSamlConfigurationConflict) GetPayload() *models.BasicFailedReply
- func (o *DeleteSamlConfigurationConflict) IsClientError() bool
- func (o *DeleteSamlConfigurationConflict) IsCode(code int) bool
- func (o *DeleteSamlConfigurationConflict) IsRedirect() bool
- func (o *DeleteSamlConfigurationConflict) IsServerError() bool
- func (o *DeleteSamlConfigurationConflict) IsSuccess() bool
- func (o *DeleteSamlConfigurationConflict) String() string
- type DeleteSamlConfigurationNotFound
- func (o *DeleteSamlConfigurationNotFound) Code() int
- func (o *DeleteSamlConfigurationNotFound) Error() string
- func (o *DeleteSamlConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeleteSamlConfigurationNotFound) IsClientError() bool
- func (o *DeleteSamlConfigurationNotFound) IsCode(code int) bool
- func (o *DeleteSamlConfigurationNotFound) IsRedirect() bool
- func (o *DeleteSamlConfigurationNotFound) IsServerError() bool
- func (o *DeleteSamlConfigurationNotFound) IsSuccess() bool
- func (o *DeleteSamlConfigurationNotFound) String() string
- type DeleteSamlConfigurationOK
- func (o *DeleteSamlConfigurationOK) Code() int
- func (o *DeleteSamlConfigurationOK) Error() string
- func (o *DeleteSamlConfigurationOK) GetPayload() models.EmptyResponse
- func (o *DeleteSamlConfigurationOK) IsClientError() bool
- func (o *DeleteSamlConfigurationOK) IsCode(code int) bool
- func (o *DeleteSamlConfigurationOK) IsRedirect() bool
- func (o *DeleteSamlConfigurationOK) IsServerError() bool
- func (o *DeleteSamlConfigurationOK) IsSuccess() bool
- func (o *DeleteSamlConfigurationOK) String() string
- type DeleteSamlConfigurationParams
- func NewDeleteSamlConfigurationParams() *DeleteSamlConfigurationParams
- func NewDeleteSamlConfigurationParamsWithContext(ctx context.Context) *DeleteSamlConfigurationParams
- func NewDeleteSamlConfigurationParamsWithHTTPClient(client *http.Client) *DeleteSamlConfigurationParams
- func NewDeleteSamlConfigurationParamsWithTimeout(timeout time.Duration) *DeleteSamlConfigurationParams
- func (o *DeleteSamlConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteSamlConfigurationParams) SetDefaults()
- func (o *DeleteSamlConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSamlConfigurationParams) SetRealmID(realmID string)
- func (o *DeleteSamlConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSamlConfigurationParams) SetVersion(version *string)
- func (o *DeleteSamlConfigurationParams) WithContext(ctx context.Context) *DeleteSamlConfigurationParams
- func (o *DeleteSamlConfigurationParams) WithDefaults() *DeleteSamlConfigurationParams
- func (o *DeleteSamlConfigurationParams) WithHTTPClient(client *http.Client) *DeleteSamlConfigurationParams
- func (o *DeleteSamlConfigurationParams) WithRealmID(realmID string) *DeleteSamlConfigurationParams
- func (o *DeleteSamlConfigurationParams) WithTimeout(timeout time.Duration) *DeleteSamlConfigurationParams
- func (o *DeleteSamlConfigurationParams) WithVersion(version *string) *DeleteSamlConfigurationParams
- func (o *DeleteSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSamlConfigurationReader
- type GetActiveDirectoryConfigurationNotFound
- func (o *GetActiveDirectoryConfigurationNotFound) Code() int
- func (o *GetActiveDirectoryConfigurationNotFound) Error() string
- func (o *GetActiveDirectoryConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetActiveDirectoryConfigurationNotFound) IsClientError() bool
- func (o *GetActiveDirectoryConfigurationNotFound) IsCode(code int) bool
- func (o *GetActiveDirectoryConfigurationNotFound) IsRedirect() bool
- func (o *GetActiveDirectoryConfigurationNotFound) IsServerError() bool
- func (o *GetActiveDirectoryConfigurationNotFound) IsSuccess() bool
- func (o *GetActiveDirectoryConfigurationNotFound) String() string
- type GetActiveDirectoryConfigurationOK
- func (o *GetActiveDirectoryConfigurationOK) Code() int
- func (o *GetActiveDirectoryConfigurationOK) Error() string
- func (o *GetActiveDirectoryConfigurationOK) GetPayload() *models.ActiveDirectorySettings
- func (o *GetActiveDirectoryConfigurationOK) IsClientError() bool
- func (o *GetActiveDirectoryConfigurationOK) IsCode(code int) bool
- func (o *GetActiveDirectoryConfigurationOK) IsRedirect() bool
- func (o *GetActiveDirectoryConfigurationOK) IsServerError() bool
- func (o *GetActiveDirectoryConfigurationOK) IsSuccess() bool
- func (o *GetActiveDirectoryConfigurationOK) String() string
- type GetActiveDirectoryConfigurationParams
- func NewGetActiveDirectoryConfigurationParams() *GetActiveDirectoryConfigurationParams
- func NewGetActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *GetActiveDirectoryConfigurationParams
- func NewGetActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *GetActiveDirectoryConfigurationParams
- func NewGetActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *GetActiveDirectoryConfigurationParams
- func (o *GetActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
- func (o *GetActiveDirectoryConfigurationParams) SetDefaults()
- func (o *GetActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *GetActiveDirectoryConfigurationParams) SetRealmID(realmID string)
- func (o *GetActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *GetActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *GetActiveDirectoryConfigurationParams
- func (o *GetActiveDirectoryConfigurationParams) WithDefaults() *GetActiveDirectoryConfigurationParams
- func (o *GetActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *GetActiveDirectoryConfigurationParams
- func (o *GetActiveDirectoryConfigurationParams) WithRealmID(realmID string) *GetActiveDirectoryConfigurationParams
- func (o *GetActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *GetActiveDirectoryConfigurationParams
- func (o *GetActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetActiveDirectoryConfigurationReader
- type GetEnrollmentTokensOK
- func (o *GetEnrollmentTokensOK) Code() int
- func (o *GetEnrollmentTokensOK) Error() string
- func (o *GetEnrollmentTokensOK) GetPayload() *models.ListEnrollmentTokenReply
- func (o *GetEnrollmentTokensOK) IsClientError() bool
- func (o *GetEnrollmentTokensOK) IsCode(code int) bool
- func (o *GetEnrollmentTokensOK) IsRedirect() bool
- func (o *GetEnrollmentTokensOK) IsServerError() bool
- func (o *GetEnrollmentTokensOK) IsSuccess() bool
- func (o *GetEnrollmentTokensOK) String() string
- type GetEnrollmentTokensParams
- func NewGetEnrollmentTokensParams() *GetEnrollmentTokensParams
- func NewGetEnrollmentTokensParamsWithContext(ctx context.Context) *GetEnrollmentTokensParams
- func NewGetEnrollmentTokensParamsWithHTTPClient(client *http.Client) *GetEnrollmentTokensParams
- func NewGetEnrollmentTokensParamsWithTimeout(timeout time.Duration) *GetEnrollmentTokensParams
- func (o *GetEnrollmentTokensParams) SetContext(ctx context.Context)
- func (o *GetEnrollmentTokensParams) SetDefaults()
- func (o *GetEnrollmentTokensParams) SetHTTPClient(client *http.Client)
- func (o *GetEnrollmentTokensParams) SetTimeout(timeout time.Duration)
- func (o *GetEnrollmentTokensParams) WithContext(ctx context.Context) *GetEnrollmentTokensParams
- func (o *GetEnrollmentTokensParams) WithDefaults() *GetEnrollmentTokensParams
- func (o *GetEnrollmentTokensParams) WithHTTPClient(client *http.Client) *GetEnrollmentTokensParams
- func (o *GetEnrollmentTokensParams) WithTimeout(timeout time.Duration) *GetEnrollmentTokensParams
- func (o *GetEnrollmentTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEnrollmentTokensReader
- type GetLdapConfigurationNotFound
- func (o *GetLdapConfigurationNotFound) Code() int
- func (o *GetLdapConfigurationNotFound) Error() string
- func (o *GetLdapConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetLdapConfigurationNotFound) IsClientError() bool
- func (o *GetLdapConfigurationNotFound) IsCode(code int) bool
- func (o *GetLdapConfigurationNotFound) IsRedirect() bool
- func (o *GetLdapConfigurationNotFound) IsServerError() bool
- func (o *GetLdapConfigurationNotFound) IsSuccess() bool
- func (o *GetLdapConfigurationNotFound) String() string
- type GetLdapConfigurationOK
- func (o *GetLdapConfigurationOK) Code() int
- func (o *GetLdapConfigurationOK) Error() string
- func (o *GetLdapConfigurationOK) GetPayload() *models.LdapSettings
- func (o *GetLdapConfigurationOK) IsClientError() bool
- func (o *GetLdapConfigurationOK) IsCode(code int) bool
- func (o *GetLdapConfigurationOK) IsRedirect() bool
- func (o *GetLdapConfigurationOK) IsServerError() bool
- func (o *GetLdapConfigurationOK) IsSuccess() bool
- func (o *GetLdapConfigurationOK) String() string
- type GetLdapConfigurationParams
- func NewGetLdapConfigurationParams() *GetLdapConfigurationParams
- func NewGetLdapConfigurationParamsWithContext(ctx context.Context) *GetLdapConfigurationParams
- func NewGetLdapConfigurationParamsWithHTTPClient(client *http.Client) *GetLdapConfigurationParams
- func NewGetLdapConfigurationParamsWithTimeout(timeout time.Duration) *GetLdapConfigurationParams
- func (o *GetLdapConfigurationParams) SetContext(ctx context.Context)
- func (o *GetLdapConfigurationParams) SetDefaults()
- func (o *GetLdapConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *GetLdapConfigurationParams) SetRealmID(realmID string)
- func (o *GetLdapConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *GetLdapConfigurationParams) WithContext(ctx context.Context) *GetLdapConfigurationParams
- func (o *GetLdapConfigurationParams) WithDefaults() *GetLdapConfigurationParams
- func (o *GetLdapConfigurationParams) WithHTTPClient(client *http.Client) *GetLdapConfigurationParams
- func (o *GetLdapConfigurationParams) WithRealmID(realmID string) *GetLdapConfigurationParams
- func (o *GetLdapConfigurationParams) WithTimeout(timeout time.Duration) *GetLdapConfigurationParams
- func (o *GetLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLdapConfigurationReader
- type GetSamlConfigurationNotFound
- func (o *GetSamlConfigurationNotFound) Code() int
- func (o *GetSamlConfigurationNotFound) Error() string
- func (o *GetSamlConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetSamlConfigurationNotFound) IsClientError() bool
- func (o *GetSamlConfigurationNotFound) IsCode(code int) bool
- func (o *GetSamlConfigurationNotFound) IsRedirect() bool
- func (o *GetSamlConfigurationNotFound) IsServerError() bool
- func (o *GetSamlConfigurationNotFound) IsSuccess() bool
- func (o *GetSamlConfigurationNotFound) String() string
- type GetSamlConfigurationOK
- func (o *GetSamlConfigurationOK) Code() int
- func (o *GetSamlConfigurationOK) Error() string
- func (o *GetSamlConfigurationOK) GetPayload() *models.SamlSettings
- func (o *GetSamlConfigurationOK) IsClientError() bool
- func (o *GetSamlConfigurationOK) IsCode(code int) bool
- func (o *GetSamlConfigurationOK) IsRedirect() bool
- func (o *GetSamlConfigurationOK) IsServerError() bool
- func (o *GetSamlConfigurationOK) IsSuccess() bool
- func (o *GetSamlConfigurationOK) String() string
- type GetSamlConfigurationParams
- func NewGetSamlConfigurationParams() *GetSamlConfigurationParams
- func NewGetSamlConfigurationParamsWithContext(ctx context.Context) *GetSamlConfigurationParams
- func NewGetSamlConfigurationParamsWithHTTPClient(client *http.Client) *GetSamlConfigurationParams
- func NewGetSamlConfigurationParamsWithTimeout(timeout time.Duration) *GetSamlConfigurationParams
- func (o *GetSamlConfigurationParams) SetContext(ctx context.Context)
- func (o *GetSamlConfigurationParams) SetDefaults()
- func (o *GetSamlConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *GetSamlConfigurationParams) SetRealmID(realmID string)
- func (o *GetSamlConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *GetSamlConfigurationParams) WithContext(ctx context.Context) *GetSamlConfigurationParams
- func (o *GetSamlConfigurationParams) WithDefaults() *GetSamlConfigurationParams
- func (o *GetSamlConfigurationParams) WithHTTPClient(client *http.Client) *GetSamlConfigurationParams
- func (o *GetSamlConfigurationParams) WithRealmID(realmID string) *GetSamlConfigurationParams
- func (o *GetSamlConfigurationParams) WithTimeout(timeout time.Duration) *GetSamlConfigurationParams
- func (o *GetSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSamlConfigurationReader
- type GetSecurityDeploymentNotFound
- func (o *GetSecurityDeploymentNotFound) Code() int
- func (o *GetSecurityDeploymentNotFound) Error() string
- func (o *GetSecurityDeploymentNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetSecurityDeploymentNotFound) IsClientError() bool
- func (o *GetSecurityDeploymentNotFound) IsCode(code int) bool
- func (o *GetSecurityDeploymentNotFound) IsRedirect() bool
- func (o *GetSecurityDeploymentNotFound) IsServerError() bool
- func (o *GetSecurityDeploymentNotFound) IsSuccess() bool
- func (o *GetSecurityDeploymentNotFound) String() string
- type GetSecurityDeploymentOK
- func (o *GetSecurityDeploymentOK) Code() int
- func (o *GetSecurityDeploymentOK) Error() string
- func (o *GetSecurityDeploymentOK) GetPayload() *models.SecurityDeployment
- func (o *GetSecurityDeploymentOK) IsClientError() bool
- func (o *GetSecurityDeploymentOK) IsCode(code int) bool
- func (o *GetSecurityDeploymentOK) IsRedirect() bool
- func (o *GetSecurityDeploymentOK) IsServerError() bool
- func (o *GetSecurityDeploymentOK) IsSuccess() bool
- func (o *GetSecurityDeploymentOK) String() string
- type GetSecurityDeploymentParams
- func NewGetSecurityDeploymentParams() *GetSecurityDeploymentParams
- func NewGetSecurityDeploymentParamsWithContext(ctx context.Context) *GetSecurityDeploymentParams
- func NewGetSecurityDeploymentParamsWithHTTPClient(client *http.Client) *GetSecurityDeploymentParams
- func NewGetSecurityDeploymentParamsWithTimeout(timeout time.Duration) *GetSecurityDeploymentParams
- func (o *GetSecurityDeploymentParams) SetContext(ctx context.Context)
- func (o *GetSecurityDeploymentParams) SetDefaults()
- func (o *GetSecurityDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *GetSecurityDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *GetSecurityDeploymentParams) WithContext(ctx context.Context) *GetSecurityDeploymentParams
- func (o *GetSecurityDeploymentParams) WithDefaults() *GetSecurityDeploymentParams
- func (o *GetSecurityDeploymentParams) WithHTTPClient(client *http.Client) *GetSecurityDeploymentParams
- func (o *GetSecurityDeploymentParams) WithTimeout(timeout time.Duration) *GetSecurityDeploymentParams
- func (o *GetSecurityDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSecurityDeploymentReader
- type GetSecurityRealmConfigurationsOK
- func (o *GetSecurityRealmConfigurationsOK) Code() int
- func (o *GetSecurityRealmConfigurationsOK) Error() string
- func (o *GetSecurityRealmConfigurationsOK) GetPayload() *models.SecurityRealmInfoList
- func (o *GetSecurityRealmConfigurationsOK) IsClientError() bool
- func (o *GetSecurityRealmConfigurationsOK) IsCode(code int) bool
- func (o *GetSecurityRealmConfigurationsOK) IsRedirect() bool
- func (o *GetSecurityRealmConfigurationsOK) IsServerError() bool
- func (o *GetSecurityRealmConfigurationsOK) IsSuccess() bool
- func (o *GetSecurityRealmConfigurationsOK) String() string
- type GetSecurityRealmConfigurationsParams
- func NewGetSecurityRealmConfigurationsParams() *GetSecurityRealmConfigurationsParams
- func NewGetSecurityRealmConfigurationsParamsWithContext(ctx context.Context) *GetSecurityRealmConfigurationsParams
- func NewGetSecurityRealmConfigurationsParamsWithHTTPClient(client *http.Client) *GetSecurityRealmConfigurationsParams
- func NewGetSecurityRealmConfigurationsParamsWithTimeout(timeout time.Duration) *GetSecurityRealmConfigurationsParams
- func (o *GetSecurityRealmConfigurationsParams) SetContext(ctx context.Context)
- func (o *GetSecurityRealmConfigurationsParams) SetDefaults()
- func (o *GetSecurityRealmConfigurationsParams) SetHTTPClient(client *http.Client)
- func (o *GetSecurityRealmConfigurationsParams) SetTimeout(timeout time.Duration)
- func (o *GetSecurityRealmConfigurationsParams) WithContext(ctx context.Context) *GetSecurityRealmConfigurationsParams
- func (o *GetSecurityRealmConfigurationsParams) WithDefaults() *GetSecurityRealmConfigurationsParams
- func (o *GetSecurityRealmConfigurationsParams) WithHTTPClient(client *http.Client) *GetSecurityRealmConfigurationsParams
- func (o *GetSecurityRealmConfigurationsParams) WithTimeout(timeout time.Duration) *GetSecurityRealmConfigurationsParams
- func (o *GetSecurityRealmConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSecurityRealmConfigurationsReader
- type GetTLSCertificateOK
- func (o *GetTLSCertificateOK) Code() int
- func (o *GetTLSCertificateOK) Error() string
- func (o *GetTLSCertificateOK) GetPayload() *models.TLSPublicCertChain
- func (o *GetTLSCertificateOK) IsClientError() bool
- func (o *GetTLSCertificateOK) IsCode(code int) bool
- func (o *GetTLSCertificateOK) IsRedirect() bool
- func (o *GetTLSCertificateOK) IsServerError() bool
- func (o *GetTLSCertificateOK) IsSuccess() bool
- func (o *GetTLSCertificateOK) String() string
- type GetTLSCertificateParams
- func NewGetTLSCertificateParams() *GetTLSCertificateParams
- func NewGetTLSCertificateParamsWithContext(ctx context.Context) *GetTLSCertificateParams
- func NewGetTLSCertificateParamsWithHTTPClient(client *http.Client) *GetTLSCertificateParams
- func NewGetTLSCertificateParamsWithTimeout(timeout time.Duration) *GetTLSCertificateParams
- func (o *GetTLSCertificateParams) SetContext(ctx context.Context)
- func (o *GetTLSCertificateParams) SetDefaults()
- func (o *GetTLSCertificateParams) SetHTTPClient(client *http.Client)
- func (o *GetTLSCertificateParams) SetServiceName(serviceName string)
- func (o *GetTLSCertificateParams) SetTimeout(timeout time.Duration)
- func (o *GetTLSCertificateParams) WithContext(ctx context.Context) *GetTLSCertificateParams
- func (o *GetTLSCertificateParams) WithDefaults() *GetTLSCertificateParams
- func (o *GetTLSCertificateParams) WithHTTPClient(client *http.Client) *GetTLSCertificateParams
- func (o *GetTLSCertificateParams) WithServiceName(serviceName string) *GetTLSCertificateParams
- func (o *GetTLSCertificateParams) WithTimeout(timeout time.Duration) *GetTLSCertificateParams
- func (o *GetTLSCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTLSCertificateReader
- type ReorderSecurityRealmsBadRequest
- func (o *ReorderSecurityRealmsBadRequest) Code() int
- func (o *ReorderSecurityRealmsBadRequest) Error() string
- func (o *ReorderSecurityRealmsBadRequest) GetPayload() *models.BasicFailedReply
- func (o *ReorderSecurityRealmsBadRequest) IsClientError() bool
- func (o *ReorderSecurityRealmsBadRequest) IsCode(code int) bool
- func (o *ReorderSecurityRealmsBadRequest) IsRedirect() bool
- func (o *ReorderSecurityRealmsBadRequest) IsServerError() bool
- func (o *ReorderSecurityRealmsBadRequest) IsSuccess() bool
- func (o *ReorderSecurityRealmsBadRequest) String() string
- type ReorderSecurityRealmsOK
- func (o *ReorderSecurityRealmsOK) Code() int
- func (o *ReorderSecurityRealmsOK) Error() string
- func (o *ReorderSecurityRealmsOK) GetPayload() models.EmptyResponse
- func (o *ReorderSecurityRealmsOK) IsClientError() bool
- func (o *ReorderSecurityRealmsOK) IsCode(code int) bool
- func (o *ReorderSecurityRealmsOK) IsRedirect() bool
- func (o *ReorderSecurityRealmsOK) IsServerError() bool
- func (o *ReorderSecurityRealmsOK) IsSuccess() bool
- func (o *ReorderSecurityRealmsOK) String() string
- type ReorderSecurityRealmsParams
- func NewReorderSecurityRealmsParams() *ReorderSecurityRealmsParams
- func NewReorderSecurityRealmsParamsWithContext(ctx context.Context) *ReorderSecurityRealmsParams
- func NewReorderSecurityRealmsParamsWithHTTPClient(client *http.Client) *ReorderSecurityRealmsParams
- func NewReorderSecurityRealmsParamsWithTimeout(timeout time.Duration) *ReorderSecurityRealmsParams
- func (o *ReorderSecurityRealmsParams) SetBody(body *models.SecurityRealmsReorderRequest)
- func (o *ReorderSecurityRealmsParams) SetContext(ctx context.Context)
- func (o *ReorderSecurityRealmsParams) SetDefaults()
- func (o *ReorderSecurityRealmsParams) SetHTTPClient(client *http.Client)
- func (o *ReorderSecurityRealmsParams) SetTimeout(timeout time.Duration)
- func (o *ReorderSecurityRealmsParams) WithBody(body *models.SecurityRealmsReorderRequest) *ReorderSecurityRealmsParams
- func (o *ReorderSecurityRealmsParams) WithContext(ctx context.Context) *ReorderSecurityRealmsParams
- func (o *ReorderSecurityRealmsParams) WithDefaults() *ReorderSecurityRealmsParams
- func (o *ReorderSecurityRealmsParams) WithHTTPClient(client *http.Client) *ReorderSecurityRealmsParams
- func (o *ReorderSecurityRealmsParams) WithTimeout(timeout time.Duration) *ReorderSecurityRealmsParams
- func (o *ReorderSecurityRealmsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReorderSecurityRealmsReader
- type SetTLSCertificateAccepted
- func (o *SetTLSCertificateAccepted) Code() int
- func (o *SetTLSCertificateAccepted) Error() string
- func (o *SetTLSCertificateAccepted) GetPayload() *models.UpdatedTLSChain
- func (o *SetTLSCertificateAccepted) IsClientError() bool
- func (o *SetTLSCertificateAccepted) IsCode(code int) bool
- func (o *SetTLSCertificateAccepted) IsRedirect() bool
- func (o *SetTLSCertificateAccepted) IsServerError() bool
- func (o *SetTLSCertificateAccepted) IsSuccess() bool
- func (o *SetTLSCertificateAccepted) String() string
- type SetTLSCertificateParams
- func NewSetTLSCertificateParams() *SetTLSCertificateParams
- func NewSetTLSCertificateParamsWithContext(ctx context.Context) *SetTLSCertificateParams
- func NewSetTLSCertificateParamsWithHTTPClient(client *http.Client) *SetTLSCertificateParams
- func NewSetTLSCertificateParamsWithTimeout(timeout time.Duration) *SetTLSCertificateParams
- func (o *SetTLSCertificateParams) SetChain(chain string)
- func (o *SetTLSCertificateParams) SetContext(ctx context.Context)
- func (o *SetTLSCertificateParams) SetDefaults()
- func (o *SetTLSCertificateParams) SetHTTPClient(client *http.Client)
- func (o *SetTLSCertificateParams) SetServiceName(serviceName string)
- func (o *SetTLSCertificateParams) SetTimeout(timeout time.Duration)
- func (o *SetTLSCertificateParams) WithChain(chain string) *SetTLSCertificateParams
- func (o *SetTLSCertificateParams) WithContext(ctx context.Context) *SetTLSCertificateParams
- func (o *SetTLSCertificateParams) WithDefaults() *SetTLSCertificateParams
- func (o *SetTLSCertificateParams) WithHTTPClient(client *http.Client) *SetTLSCertificateParams
- func (o *SetTLSCertificateParams) WithServiceName(serviceName string) *SetTLSCertificateParams
- func (o *SetTLSCertificateParams) WithTimeout(timeout time.Duration) *SetTLSCertificateParams
- func (o *SetTLSCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetTLSCertificateReader
- type UpdateActiveDirectoryConfigurationBadRequest
- func (o *UpdateActiveDirectoryConfigurationBadRequest) Code() int
- func (o *UpdateActiveDirectoryConfigurationBadRequest) Error() string
- func (o *UpdateActiveDirectoryConfigurationBadRequest) GetPayload() *models.BasicFailedReply
- func (o *UpdateActiveDirectoryConfigurationBadRequest) IsClientError() bool
- func (o *UpdateActiveDirectoryConfigurationBadRequest) IsCode(code int) bool
- func (o *UpdateActiveDirectoryConfigurationBadRequest) IsRedirect() bool
- func (o *UpdateActiveDirectoryConfigurationBadRequest) IsServerError() bool
- func (o *UpdateActiveDirectoryConfigurationBadRequest) IsSuccess() bool
- func (o *UpdateActiveDirectoryConfigurationBadRequest) String() string
- type UpdateActiveDirectoryConfigurationConflict
- func (o *UpdateActiveDirectoryConfigurationConflict) Code() int
- func (o *UpdateActiveDirectoryConfigurationConflict) Error() string
- func (o *UpdateActiveDirectoryConfigurationConflict) GetPayload() *models.BasicFailedReply
- func (o *UpdateActiveDirectoryConfigurationConflict) IsClientError() bool
- func (o *UpdateActiveDirectoryConfigurationConflict) IsCode(code int) bool
- func (o *UpdateActiveDirectoryConfigurationConflict) IsRedirect() bool
- func (o *UpdateActiveDirectoryConfigurationConflict) IsServerError() bool
- func (o *UpdateActiveDirectoryConfigurationConflict) IsSuccess() bool
- func (o *UpdateActiveDirectoryConfigurationConflict) String() string
- type UpdateActiveDirectoryConfigurationNotFound
- func (o *UpdateActiveDirectoryConfigurationNotFound) Code() int
- func (o *UpdateActiveDirectoryConfigurationNotFound) Error() string
- func (o *UpdateActiveDirectoryConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *UpdateActiveDirectoryConfigurationNotFound) IsClientError() bool
- func (o *UpdateActiveDirectoryConfigurationNotFound) IsCode(code int) bool
- func (o *UpdateActiveDirectoryConfigurationNotFound) IsRedirect() bool
- func (o *UpdateActiveDirectoryConfigurationNotFound) IsServerError() bool
- func (o *UpdateActiveDirectoryConfigurationNotFound) IsSuccess() bool
- func (o *UpdateActiveDirectoryConfigurationNotFound) String() string
- type UpdateActiveDirectoryConfigurationOK
- func (o *UpdateActiveDirectoryConfigurationOK) Code() int
- func (o *UpdateActiveDirectoryConfigurationOK) Error() string
- func (o *UpdateActiveDirectoryConfigurationOK) GetPayload() models.EmptyResponse
- func (o *UpdateActiveDirectoryConfigurationOK) IsClientError() bool
- func (o *UpdateActiveDirectoryConfigurationOK) IsCode(code int) bool
- func (o *UpdateActiveDirectoryConfigurationOK) IsRedirect() bool
- func (o *UpdateActiveDirectoryConfigurationOK) IsServerError() bool
- func (o *UpdateActiveDirectoryConfigurationOK) IsSuccess() bool
- func (o *UpdateActiveDirectoryConfigurationOK) String() string
- type UpdateActiveDirectoryConfigurationParams
- func NewUpdateActiveDirectoryConfigurationParams() *UpdateActiveDirectoryConfigurationParams
- func NewUpdateActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *UpdateActiveDirectoryConfigurationParams
- func NewUpdateActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *UpdateActiveDirectoryConfigurationParams
- func NewUpdateActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) SetBody(body *models.ActiveDirectorySettings)
- func (o *UpdateActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
- func (o *UpdateActiveDirectoryConfigurationParams) SetDefaults()
- func (o *UpdateActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateActiveDirectoryConfigurationParams) SetRealmID(realmID string)
- func (o *UpdateActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateActiveDirectoryConfigurationParams) SetVersion(version *string)
- func (o *UpdateActiveDirectoryConfigurationParams) WithBody(body *models.ActiveDirectorySettings) *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) WithDefaults() *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) WithRealmID(realmID string) *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) WithVersion(version *string) *UpdateActiveDirectoryConfigurationParams
- func (o *UpdateActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateActiveDirectoryConfigurationReader
- type UpdateLdapConfigurationBadRequest
- func (o *UpdateLdapConfigurationBadRequest) Code() int
- func (o *UpdateLdapConfigurationBadRequest) Error() string
- func (o *UpdateLdapConfigurationBadRequest) GetPayload() *models.BasicFailedReply
- func (o *UpdateLdapConfigurationBadRequest) IsClientError() bool
- func (o *UpdateLdapConfigurationBadRequest) IsCode(code int) bool
- func (o *UpdateLdapConfigurationBadRequest) IsRedirect() bool
- func (o *UpdateLdapConfigurationBadRequest) IsServerError() bool
- func (o *UpdateLdapConfigurationBadRequest) IsSuccess() bool
- func (o *UpdateLdapConfigurationBadRequest) String() string
- type UpdateLdapConfigurationConflict
- func (o *UpdateLdapConfigurationConflict) Code() int
- func (o *UpdateLdapConfigurationConflict) Error() string
- func (o *UpdateLdapConfigurationConflict) GetPayload() *models.BasicFailedReply
- func (o *UpdateLdapConfigurationConflict) IsClientError() bool
- func (o *UpdateLdapConfigurationConflict) IsCode(code int) bool
- func (o *UpdateLdapConfigurationConflict) IsRedirect() bool
- func (o *UpdateLdapConfigurationConflict) IsServerError() bool
- func (o *UpdateLdapConfigurationConflict) IsSuccess() bool
- func (o *UpdateLdapConfigurationConflict) String() string
- type UpdateLdapConfigurationNotFound
- func (o *UpdateLdapConfigurationNotFound) Code() int
- func (o *UpdateLdapConfigurationNotFound) Error() string
- func (o *UpdateLdapConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *UpdateLdapConfigurationNotFound) IsClientError() bool
- func (o *UpdateLdapConfigurationNotFound) IsCode(code int) bool
- func (o *UpdateLdapConfigurationNotFound) IsRedirect() bool
- func (o *UpdateLdapConfigurationNotFound) IsServerError() bool
- func (o *UpdateLdapConfigurationNotFound) IsSuccess() bool
- func (o *UpdateLdapConfigurationNotFound) String() string
- type UpdateLdapConfigurationOK
- func (o *UpdateLdapConfigurationOK) Code() int
- func (o *UpdateLdapConfigurationOK) Error() string
- func (o *UpdateLdapConfigurationOK) GetPayload() models.EmptyResponse
- func (o *UpdateLdapConfigurationOK) IsClientError() bool
- func (o *UpdateLdapConfigurationOK) IsCode(code int) bool
- func (o *UpdateLdapConfigurationOK) IsRedirect() bool
- func (o *UpdateLdapConfigurationOK) IsServerError() bool
- func (o *UpdateLdapConfigurationOK) IsSuccess() bool
- func (o *UpdateLdapConfigurationOK) String() string
- type UpdateLdapConfigurationParams
- func NewUpdateLdapConfigurationParams() *UpdateLdapConfigurationParams
- func NewUpdateLdapConfigurationParamsWithContext(ctx context.Context) *UpdateLdapConfigurationParams
- func NewUpdateLdapConfigurationParamsWithHTTPClient(client *http.Client) *UpdateLdapConfigurationParams
- func NewUpdateLdapConfigurationParamsWithTimeout(timeout time.Duration) *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) SetBody(body *models.LdapSettings)
- func (o *UpdateLdapConfigurationParams) SetContext(ctx context.Context)
- func (o *UpdateLdapConfigurationParams) SetDefaults()
- func (o *UpdateLdapConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateLdapConfigurationParams) SetRealmID(realmID string)
- func (o *UpdateLdapConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateLdapConfigurationParams) SetVersion(version *string)
- func (o *UpdateLdapConfigurationParams) WithBody(body *models.LdapSettings) *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) WithContext(ctx context.Context) *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) WithDefaults() *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) WithHTTPClient(client *http.Client) *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) WithRealmID(realmID string) *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) WithTimeout(timeout time.Duration) *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) WithVersion(version *string) *UpdateLdapConfigurationParams
- func (o *UpdateLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateLdapConfigurationReader
- type UpdateSamlConfigurationBadRequest
- func (o *UpdateSamlConfigurationBadRequest) Code() int
- func (o *UpdateSamlConfigurationBadRequest) Error() string
- func (o *UpdateSamlConfigurationBadRequest) GetPayload() *models.BasicFailedReply
- func (o *UpdateSamlConfigurationBadRequest) IsClientError() bool
- func (o *UpdateSamlConfigurationBadRequest) IsCode(code int) bool
- func (o *UpdateSamlConfigurationBadRequest) IsRedirect() bool
- func (o *UpdateSamlConfigurationBadRequest) IsServerError() bool
- func (o *UpdateSamlConfigurationBadRequest) IsSuccess() bool
- func (o *UpdateSamlConfigurationBadRequest) String() string
- type UpdateSamlConfigurationConflict
- func (o *UpdateSamlConfigurationConflict) Code() int
- func (o *UpdateSamlConfigurationConflict) Error() string
- func (o *UpdateSamlConfigurationConflict) GetPayload() *models.BasicFailedReply
- func (o *UpdateSamlConfigurationConflict) IsClientError() bool
- func (o *UpdateSamlConfigurationConflict) IsCode(code int) bool
- func (o *UpdateSamlConfigurationConflict) IsRedirect() bool
- func (o *UpdateSamlConfigurationConflict) IsServerError() bool
- func (o *UpdateSamlConfigurationConflict) IsSuccess() bool
- func (o *UpdateSamlConfigurationConflict) String() string
- type UpdateSamlConfigurationNotFound
- func (o *UpdateSamlConfigurationNotFound) Code() int
- func (o *UpdateSamlConfigurationNotFound) Error() string
- func (o *UpdateSamlConfigurationNotFound) GetPayload() *models.BasicFailedReply
- func (o *UpdateSamlConfigurationNotFound) IsClientError() bool
- func (o *UpdateSamlConfigurationNotFound) IsCode(code int) bool
- func (o *UpdateSamlConfigurationNotFound) IsRedirect() bool
- func (o *UpdateSamlConfigurationNotFound) IsServerError() bool
- func (o *UpdateSamlConfigurationNotFound) IsSuccess() bool
- func (o *UpdateSamlConfigurationNotFound) String() string
- type UpdateSamlConfigurationOK
- func (o *UpdateSamlConfigurationOK) Code() int
- func (o *UpdateSamlConfigurationOK) Error() string
- func (o *UpdateSamlConfigurationOK) GetPayload() models.EmptyResponse
- func (o *UpdateSamlConfigurationOK) IsClientError() bool
- func (o *UpdateSamlConfigurationOK) IsCode(code int) bool
- func (o *UpdateSamlConfigurationOK) IsRedirect() bool
- func (o *UpdateSamlConfigurationOK) IsServerError() bool
- func (o *UpdateSamlConfigurationOK) IsSuccess() bool
- func (o *UpdateSamlConfigurationOK) String() string
- type UpdateSamlConfigurationParams
- func NewUpdateSamlConfigurationParams() *UpdateSamlConfigurationParams
- func NewUpdateSamlConfigurationParamsWithContext(ctx context.Context) *UpdateSamlConfigurationParams
- func NewUpdateSamlConfigurationParamsWithHTTPClient(client *http.Client) *UpdateSamlConfigurationParams
- func NewUpdateSamlConfigurationParamsWithTimeout(timeout time.Duration) *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) SetBody(body *models.SamlSettings)
- func (o *UpdateSamlConfigurationParams) SetContext(ctx context.Context)
- func (o *UpdateSamlConfigurationParams) SetDefaults()
- func (o *UpdateSamlConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSamlConfigurationParams) SetRealmID(realmID string)
- func (o *UpdateSamlConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSamlConfigurationParams) SetVersion(version *string)
- func (o *UpdateSamlConfigurationParams) WithBody(body *models.SamlSettings) *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) WithContext(ctx context.Context) *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) WithDefaults() *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) WithHTTPClient(client *http.Client) *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) WithRealmID(realmID string) *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) WithTimeout(timeout time.Duration) *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) WithVersion(version *string) *UpdateSamlConfigurationParams
- func (o *UpdateSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSamlConfigurationReader
- type UpdateSecurityDeploymentConflict
- func (o *UpdateSecurityDeploymentConflict) Code() int
- func (o *UpdateSecurityDeploymentConflict) Error() string
- func (o *UpdateSecurityDeploymentConflict) GetPayload() *models.BasicFailedReply
- func (o *UpdateSecurityDeploymentConflict) IsClientError() bool
- func (o *UpdateSecurityDeploymentConflict) IsCode(code int) bool
- func (o *UpdateSecurityDeploymentConflict) IsRedirect() bool
- func (o *UpdateSecurityDeploymentConflict) IsServerError() bool
- func (o *UpdateSecurityDeploymentConflict) IsSuccess() bool
- func (o *UpdateSecurityDeploymentConflict) String() string
- type UpdateSecurityDeploymentNotFound
- func (o *UpdateSecurityDeploymentNotFound) Code() int
- func (o *UpdateSecurityDeploymentNotFound) Error() string
- func (o *UpdateSecurityDeploymentNotFound) GetPayload() *models.BasicFailedReply
- func (o *UpdateSecurityDeploymentNotFound) IsClientError() bool
- func (o *UpdateSecurityDeploymentNotFound) IsCode(code int) bool
- func (o *UpdateSecurityDeploymentNotFound) IsRedirect() bool
- func (o *UpdateSecurityDeploymentNotFound) IsServerError() bool
- func (o *UpdateSecurityDeploymentNotFound) IsSuccess() bool
- func (o *UpdateSecurityDeploymentNotFound) String() string
- type UpdateSecurityDeploymentOK
- func (o *UpdateSecurityDeploymentOK) Code() int
- func (o *UpdateSecurityDeploymentOK) Error() string
- func (o *UpdateSecurityDeploymentOK) GetPayload() *models.IDResponse
- func (o *UpdateSecurityDeploymentOK) IsClientError() bool
- func (o *UpdateSecurityDeploymentOK) IsCode(code int) bool
- func (o *UpdateSecurityDeploymentOK) IsRedirect() bool
- func (o *UpdateSecurityDeploymentOK) IsServerError() bool
- func (o *UpdateSecurityDeploymentOK) IsSuccess() bool
- func (o *UpdateSecurityDeploymentOK) String() string
- type UpdateSecurityDeploymentParams
- func NewUpdateSecurityDeploymentParams() *UpdateSecurityDeploymentParams
- func NewUpdateSecurityDeploymentParamsWithContext(ctx context.Context) *UpdateSecurityDeploymentParams
- func NewUpdateSecurityDeploymentParamsWithHTTPClient(client *http.Client) *UpdateSecurityDeploymentParams
- func NewUpdateSecurityDeploymentParamsWithTimeout(timeout time.Duration) *UpdateSecurityDeploymentParams
- func (o *UpdateSecurityDeploymentParams) SetBody(body *models.SecurityDeploymentUpdateRequest)
- func (o *UpdateSecurityDeploymentParams) SetContext(ctx context.Context)
- func (o *UpdateSecurityDeploymentParams) SetDefaults()
- func (o *UpdateSecurityDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSecurityDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSecurityDeploymentParams) WithBody(body *models.SecurityDeploymentUpdateRequest) *UpdateSecurityDeploymentParams
- func (o *UpdateSecurityDeploymentParams) WithContext(ctx context.Context) *UpdateSecurityDeploymentParams
- func (o *UpdateSecurityDeploymentParams) WithDefaults() *UpdateSecurityDeploymentParams
- func (o *UpdateSecurityDeploymentParams) WithHTTPClient(client *http.Client) *UpdateSecurityDeploymentParams
- func (o *UpdateSecurityDeploymentParams) WithTimeout(timeout time.Duration) *UpdateSecurityDeploymentParams
- func (o *UpdateSecurityDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSecurityDeploymentReader
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 platform configuration security API
func (*Client) CreateActiveDirectoryConfiguration ¶
func (a *Client) CreateActiveDirectoryConfiguration(params *CreateActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateActiveDirectoryConfigurationCreated, error)
CreateActiveDirectoryConfiguration creates active directory configuration
Creates a new Active Directory configuration.
func (*Client) CreateEnrollmentToken ¶
func (a *Client) CreateEnrollmentToken(params *CreateEnrollmentTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateEnrollmentTokenOK, error)
CreateEnrollmentToken creates enrollment token
Creates an enrollment token.
func (*Client) CreateLdapConfiguration ¶
func (a *Client) CreateLdapConfiguration(params *CreateLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateLdapConfigurationCreated, error)
CreateLdapConfiguration creates l d a p configuration
Creates a new LDAP configuration.
func (*Client) CreateSamlConfiguration ¶
func (a *Client) CreateSamlConfiguration(params *CreateSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSamlConfigurationCreated, error)
CreateSamlConfiguration creates s a m l configuration
Creates a new SAML configuration.
func (*Client) CreateSecurityDeployment ¶
func (a *Client) CreateSecurityDeployment(params *CreateSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSecurityDeploymentCreated, error)
CreateSecurityDeployment creates security deployment
Creates a new security deployment configuration.
func (*Client) DeleteActiveDirectoryConfiguration ¶
func (a *Client) DeleteActiveDirectoryConfiguration(params *DeleteActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteActiveDirectoryConfigurationOK, error)
DeleteActiveDirectoryConfiguration deletes active directory configuration
Deletes a single Active Directory configuration.
func (*Client) DeleteEnrollmentToken ¶
func (a *Client) DeleteEnrollmentToken(params *DeleteEnrollmentTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEnrollmentTokenOK, error)
DeleteEnrollmentToken deletes enrollment token
Revokes and deletes the enrollment token.
func (*Client) DeleteLdapConfiguration ¶
func (a *Client) DeleteLdapConfiguration(params *DeleteLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteLdapConfigurationOK, error)
DeleteLdapConfiguration deletes l d a p configuration
Deletes a single LDAP configuration.
func (*Client) DeleteSamlConfiguration ¶
func (a *Client) DeleteSamlConfiguration(params *DeleteSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSamlConfigurationOK, error)
DeleteSamlConfiguration deletes s a m l configuration
Deletes a single SAML configuration.
func (*Client) GetActiveDirectoryConfiguration ¶
func (a *Client) GetActiveDirectoryConfiguration(params *GetActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetActiveDirectoryConfigurationOK, error)
GetActiveDirectoryConfiguration gets active directory configuration
Retrieves a single Active Directory security realm configuration.
func (*Client) GetEnrollmentTokens ¶
func (a *Client) GetEnrollmentTokens(params *GetEnrollmentTokensParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEnrollmentTokensOK, error)
GetEnrollmentTokens gets enrollment tokens
Retrieves a list of active enrollment tokens.
func (*Client) GetLdapConfiguration ¶
func (a *Client) GetLdapConfiguration(params *GetLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLdapConfigurationOK, error)
GetLdapConfiguration gets l d a p configuration
Retrieves a single LDAP security realm configuration.
func (*Client) GetSamlConfiguration ¶
func (a *Client) GetSamlConfiguration(params *GetSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSamlConfigurationOK, error)
GetSamlConfiguration gets s a m l configuration
Retrieves a single SAML security realm configuration.
func (*Client) GetSecurityDeployment ¶
func (a *Client) GetSecurityDeployment(params *GetSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSecurityDeploymentOK, error)
GetSecurityDeployment gets current security deployment
Retrieves the current security deployment.
func (*Client) GetSecurityRealmConfigurations ¶
func (a *Client) GetSecurityRealmConfigurations(params *GetSecurityRealmConfigurationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSecurityRealmConfigurationsOK, error)
GetSecurityRealmConfigurations lists security realm configurations
Retrieves a list of security realm configurations.
func (*Client) GetTLSCertificate ¶
func (a *Client) GetTLSCertificate(params *GetTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTLSCertificateOK, error)
GetTLSCertificate gets TLS certificate
Retrieves a certificate in the TLS certificate chain.
func (*Client) ReorderSecurityRealms ¶
func (a *Client) ReorderSecurityRealms(params *ReorderSecurityRealmsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReorderSecurityRealmsOK, error)
ReorderSecurityRealms reorders security realms
Reorder security realms.
func (*Client) SetTLSCertificate ¶
func (a *Client) SetTLSCertificate(params *SetTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetTLSCertificateAccepted, error)
SetTLSCertificate sets TLS certificate
Creates or updates the TLS certificate chain.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateActiveDirectoryConfiguration ¶
func (a *Client) UpdateActiveDirectoryConfiguration(params *UpdateActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateActiveDirectoryConfigurationOK, error)
UpdateActiveDirectoryConfiguration updates active directory configuration
Updates an existing Active Directory configuration.
func (*Client) UpdateLdapConfiguration ¶
func (a *Client) UpdateLdapConfiguration(params *UpdateLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateLdapConfigurationOK, error)
UpdateLdapConfiguration updates l d a p configuration
Updates an existing LDAP configuration.
func (*Client) UpdateSamlConfiguration ¶
func (a *Client) UpdateSamlConfiguration(params *UpdateSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSamlConfigurationOK, error)
UpdateSamlConfiguration updates s a m l configuration
Updates an existing SAML configuration.
func (*Client) UpdateSecurityDeployment ¶
func (a *Client) UpdateSecurityDeployment(params *UpdateSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSecurityDeploymentOK, error)
UpdateSecurityDeployment updates security deployment
Updates an existing security deployment configuration.
type ClientOption ¶ added in v1.3.0
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateActiveDirectoryConfiguration(params *CreateActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateActiveDirectoryConfigurationCreated, error) CreateEnrollmentToken(params *CreateEnrollmentTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateEnrollmentTokenOK, error) CreateLdapConfiguration(params *CreateLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateLdapConfigurationCreated, error) CreateSamlConfiguration(params *CreateSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSamlConfigurationCreated, error) CreateSecurityDeployment(params *CreateSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSecurityDeploymentCreated, error) DeleteActiveDirectoryConfiguration(params *DeleteActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteActiveDirectoryConfigurationOK, error) DeleteEnrollmentToken(params *DeleteEnrollmentTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEnrollmentTokenOK, error) DeleteLdapConfiguration(params *DeleteLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteLdapConfigurationOK, error) DeleteSamlConfiguration(params *DeleteSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSamlConfigurationOK, error) GetActiveDirectoryConfiguration(params *GetActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetActiveDirectoryConfigurationOK, error) GetEnrollmentTokens(params *GetEnrollmentTokensParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEnrollmentTokensOK, error) GetLdapConfiguration(params *GetLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLdapConfigurationOK, error) GetSamlConfiguration(params *GetSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSamlConfigurationOK, error) GetSecurityDeployment(params *GetSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSecurityDeploymentOK, error) GetSecurityRealmConfigurations(params *GetSecurityRealmConfigurationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSecurityRealmConfigurationsOK, error) GetTLSCertificate(params *GetTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTLSCertificateOK, error) ReorderSecurityRealms(params *ReorderSecurityRealmsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReorderSecurityRealmsOK, error) SetTLSCertificate(params *SetTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetTLSCertificateAccepted, error) UpdateActiveDirectoryConfiguration(params *UpdateActiveDirectoryConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateActiveDirectoryConfigurationOK, error) UpdateLdapConfiguration(params *UpdateLdapConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateLdapConfigurationOK, error) UpdateSamlConfiguration(params *UpdateSamlConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSamlConfigurationOK, error) UpdateSecurityDeployment(params *UpdateSecurityDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSecurityDeploymentOK, 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 platform configuration security API client.
type CreateActiveDirectoryConfigurationBadRequest ¶
type CreateActiveDirectoryConfigurationBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CreateActiveDirectoryConfigurationBadRequest describes a response with status code 400, with default header values. * The realm id is already in use. (code: `security_realm.id_conflict`)
* The selected id is not valid. (code: `security_realm.invalid_id`) * Order must be greater than zero. (code: `security_realm.invalid_order`) * Invalid Elasticsearch Security realm type. (code: `security_realm.invalid_type`) * The realm order is already in use. (code: `security_realm.order_conflict`) * Advanced YAML format is invalid. (code: `security_realm.invalid_yaml`) * The url format is invalid. (code: `security_realm.invalid_url`) * Invalid Active Directory URL. (code: `security_realm.active_directory.invalid_url`) * Invalid certificate bundle URL. (code: `security_realm.invalid_bundle_url`)
func NewCreateActiveDirectoryConfigurationBadRequest ¶
func NewCreateActiveDirectoryConfigurationBadRequest() *CreateActiveDirectoryConfigurationBadRequest
NewCreateActiveDirectoryConfigurationBadRequest creates a CreateActiveDirectoryConfigurationBadRequest with default headers values
func (*CreateActiveDirectoryConfigurationBadRequest) Code ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationBadRequest) Code() int
Code gets the status code for the create active directory configuration bad request response
func (*CreateActiveDirectoryConfigurationBadRequest) Error ¶
func (o *CreateActiveDirectoryConfigurationBadRequest) Error() string
func (*CreateActiveDirectoryConfigurationBadRequest) GetPayload ¶
func (o *CreateActiveDirectoryConfigurationBadRequest) GetPayload() *models.BasicFailedReply
func (*CreateActiveDirectoryConfigurationBadRequest) IsClientError ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this create active directory configuration bad request response has a 4xx status code
func (*CreateActiveDirectoryConfigurationBadRequest) IsCode ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this create active directory configuration bad request response a status code equal to that given
func (*CreateActiveDirectoryConfigurationBadRequest) IsRedirect ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this create active directory configuration bad request response has a 3xx status code
func (*CreateActiveDirectoryConfigurationBadRequest) IsServerError ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this create active directory configuration bad request response has a 5xx status code
func (*CreateActiveDirectoryConfigurationBadRequest) IsSuccess ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this create active directory configuration bad request response has a 2xx status code
func (*CreateActiveDirectoryConfigurationBadRequest) String ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationBadRequest) String() string
type CreateActiveDirectoryConfigurationCreated ¶
type CreateActiveDirectoryConfigurationCreated struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload models.EmptyResponse }
CreateActiveDirectoryConfigurationCreated describes a response with status code 201, with default header values.
The Active Directory configuration was successfully created
func NewCreateActiveDirectoryConfigurationCreated ¶
func NewCreateActiveDirectoryConfigurationCreated() *CreateActiveDirectoryConfigurationCreated
NewCreateActiveDirectoryConfigurationCreated creates a CreateActiveDirectoryConfigurationCreated with default headers values
func (*CreateActiveDirectoryConfigurationCreated) Code ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationCreated) Code() int
Code gets the status code for the create active directory configuration created response
func (*CreateActiveDirectoryConfigurationCreated) Error ¶
func (o *CreateActiveDirectoryConfigurationCreated) Error() string
func (*CreateActiveDirectoryConfigurationCreated) GetPayload ¶
func (o *CreateActiveDirectoryConfigurationCreated) GetPayload() models.EmptyResponse
func (*CreateActiveDirectoryConfigurationCreated) IsClientError ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationCreated) IsClientError() bool
IsClientError returns true when this create active directory configuration created response has a 4xx status code
func (*CreateActiveDirectoryConfigurationCreated) IsCode ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationCreated) IsCode(code int) bool
IsCode returns true when this create active directory configuration created response a status code equal to that given
func (*CreateActiveDirectoryConfigurationCreated) IsRedirect ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationCreated) IsRedirect() bool
IsRedirect returns true when this create active directory configuration created response has a 3xx status code
func (*CreateActiveDirectoryConfigurationCreated) IsServerError ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationCreated) IsServerError() bool
IsServerError returns true when this create active directory configuration created response has a 5xx status code
func (*CreateActiveDirectoryConfigurationCreated) IsSuccess ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationCreated) IsSuccess() bool
IsSuccess returns true when this create active directory configuration created response has a 2xx status code
func (*CreateActiveDirectoryConfigurationCreated) String ¶ added in v1.13.0
func (o *CreateActiveDirectoryConfigurationCreated) String() string
type CreateActiveDirectoryConfigurationParams ¶
type CreateActiveDirectoryConfigurationParams struct { /* Body. The Active Directory configuration */ Body *models.ActiveDirectorySettings Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateActiveDirectoryConfigurationParams contains all the parameters to send to the API endpoint
for the create active directory configuration operation. Typically these are written to a http.Request.
func NewCreateActiveDirectoryConfigurationParams ¶
func NewCreateActiveDirectoryConfigurationParams() *CreateActiveDirectoryConfigurationParams
NewCreateActiveDirectoryConfigurationParams creates a new CreateActiveDirectoryConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateActiveDirectoryConfigurationParamsWithContext ¶
func NewCreateActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *CreateActiveDirectoryConfigurationParams
NewCreateActiveDirectoryConfigurationParamsWithContext creates a new CreateActiveDirectoryConfigurationParams object with the ability to set a context for a request.
func NewCreateActiveDirectoryConfigurationParamsWithHTTPClient ¶
func NewCreateActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *CreateActiveDirectoryConfigurationParams
NewCreateActiveDirectoryConfigurationParamsWithHTTPClient creates a new CreateActiveDirectoryConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewCreateActiveDirectoryConfigurationParamsWithTimeout ¶
func NewCreateActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *CreateActiveDirectoryConfigurationParams
NewCreateActiveDirectoryConfigurationParamsWithTimeout creates a new CreateActiveDirectoryConfigurationParams object with the ability to set a timeout on a request.
func (*CreateActiveDirectoryConfigurationParams) SetBody ¶
func (o *CreateActiveDirectoryConfigurationParams) SetBody(body *models.ActiveDirectorySettings)
SetBody adds the body to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) SetContext ¶
func (o *CreateActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *CreateActiveDirectoryConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the create active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateActiveDirectoryConfigurationParams) SetHTTPClient ¶
func (o *CreateActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) SetTimeout ¶
func (o *CreateActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) WithBody ¶
func (o *CreateActiveDirectoryConfigurationParams) WithBody(body *models.ActiveDirectorySettings) *CreateActiveDirectoryConfigurationParams
WithBody adds the body to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) WithContext ¶
func (o *CreateActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *CreateActiveDirectoryConfigurationParams
WithContext adds the context to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *CreateActiveDirectoryConfigurationParams) WithDefaults() *CreateActiveDirectoryConfigurationParams
WithDefaults hydrates default values in the create active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateActiveDirectoryConfigurationParams) WithHTTPClient ¶
func (o *CreateActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *CreateActiveDirectoryConfigurationParams
WithHTTPClient adds the HTTPClient to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) WithTimeout ¶
func (o *CreateActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *CreateActiveDirectoryConfigurationParams
WithTimeout adds the timeout to the create active directory configuration params
func (*CreateActiveDirectoryConfigurationParams) WriteToRequest ¶
func (o *CreateActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateActiveDirectoryConfigurationReader ¶
type CreateActiveDirectoryConfigurationReader struct {
// contains filtered or unexported fields
}
CreateActiveDirectoryConfigurationReader is a Reader for the CreateActiveDirectoryConfiguration structure.
func (*CreateActiveDirectoryConfigurationReader) ReadResponse ¶
func (o *CreateActiveDirectoryConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateEnrollmentTokenBadRequest ¶
type CreateEnrollmentTokenBadRequest struct {
Payload *models.BasicFailedReply
}
CreateEnrollmentTokenBadRequest describes a response with status code 400, with default header values.
The token request format was invalid, details in the error (code: 'enrollment_tokens.invalid_token_request')
func NewCreateEnrollmentTokenBadRequest ¶
func NewCreateEnrollmentTokenBadRequest() *CreateEnrollmentTokenBadRequest
NewCreateEnrollmentTokenBadRequest creates a CreateEnrollmentTokenBadRequest with default headers values
func (*CreateEnrollmentTokenBadRequest) Code ¶ added in v1.13.0
func (o *CreateEnrollmentTokenBadRequest) Code() int
Code gets the status code for the create enrollment token bad request response
func (*CreateEnrollmentTokenBadRequest) Error ¶
func (o *CreateEnrollmentTokenBadRequest) Error() string
func (*CreateEnrollmentTokenBadRequest) GetPayload ¶
func (o *CreateEnrollmentTokenBadRequest) GetPayload() *models.BasicFailedReply
func (*CreateEnrollmentTokenBadRequest) IsClientError ¶ added in v1.13.0
func (o *CreateEnrollmentTokenBadRequest) IsClientError() bool
IsClientError returns true when this create enrollment token bad request response has a 4xx status code
func (*CreateEnrollmentTokenBadRequest) IsCode ¶ added in v1.13.0
func (o *CreateEnrollmentTokenBadRequest) IsCode(code int) bool
IsCode returns true when this create enrollment token bad request response a status code equal to that given
func (*CreateEnrollmentTokenBadRequest) IsRedirect ¶ added in v1.13.0
func (o *CreateEnrollmentTokenBadRequest) IsRedirect() bool
IsRedirect returns true when this create enrollment token bad request response has a 3xx status code
func (*CreateEnrollmentTokenBadRequest) IsServerError ¶ added in v1.13.0
func (o *CreateEnrollmentTokenBadRequest) IsServerError() bool
IsServerError returns true when this create enrollment token bad request response has a 5xx status code
func (*CreateEnrollmentTokenBadRequest) IsSuccess ¶ added in v1.13.0
func (o *CreateEnrollmentTokenBadRequest) IsSuccess() bool
IsSuccess returns true when this create enrollment token bad request response has a 2xx status code
func (*CreateEnrollmentTokenBadRequest) String ¶ added in v1.13.0
func (o *CreateEnrollmentTokenBadRequest) String() string
type CreateEnrollmentTokenForbidden ¶
type CreateEnrollmentTokenForbidden struct {
Payload *models.BasicFailedReply
}
CreateEnrollmentTokenForbidden describes a response with status code 403, with default header values.
No signing key is available to generate a token (code: 'enrollment_tokens.signing_key_not_found')
func NewCreateEnrollmentTokenForbidden ¶
func NewCreateEnrollmentTokenForbidden() *CreateEnrollmentTokenForbidden
NewCreateEnrollmentTokenForbidden creates a CreateEnrollmentTokenForbidden with default headers values
func (*CreateEnrollmentTokenForbidden) Code ¶ added in v1.13.0
func (o *CreateEnrollmentTokenForbidden) Code() int
Code gets the status code for the create enrollment token forbidden response
func (*CreateEnrollmentTokenForbidden) Error ¶
func (o *CreateEnrollmentTokenForbidden) Error() string
func (*CreateEnrollmentTokenForbidden) GetPayload ¶
func (o *CreateEnrollmentTokenForbidden) GetPayload() *models.BasicFailedReply
func (*CreateEnrollmentTokenForbidden) IsClientError ¶ added in v1.13.0
func (o *CreateEnrollmentTokenForbidden) IsClientError() bool
IsClientError returns true when this create enrollment token forbidden response has a 4xx status code
func (*CreateEnrollmentTokenForbidden) IsCode ¶ added in v1.13.0
func (o *CreateEnrollmentTokenForbidden) IsCode(code int) bool
IsCode returns true when this create enrollment token forbidden response a status code equal to that given
func (*CreateEnrollmentTokenForbidden) IsRedirect ¶ added in v1.13.0
func (o *CreateEnrollmentTokenForbidden) IsRedirect() bool
IsRedirect returns true when this create enrollment token forbidden response has a 3xx status code
func (*CreateEnrollmentTokenForbidden) IsServerError ¶ added in v1.13.0
func (o *CreateEnrollmentTokenForbidden) IsServerError() bool
IsServerError returns true when this create enrollment token forbidden response has a 5xx status code
func (*CreateEnrollmentTokenForbidden) IsSuccess ¶ added in v1.13.0
func (o *CreateEnrollmentTokenForbidden) IsSuccess() bool
IsSuccess returns true when this create enrollment token forbidden response has a 2xx status code
func (*CreateEnrollmentTokenForbidden) String ¶ added in v1.13.0
func (o *CreateEnrollmentTokenForbidden) String() string
type CreateEnrollmentTokenOK ¶
type CreateEnrollmentTokenOK struct {
Payload *models.RequestEnrollmentTokenReply
}
CreateEnrollmentTokenOK describes a response with status code 200, with default header values.
A token has been generated that can be used to start new servers with the requested roles
func NewCreateEnrollmentTokenOK ¶
func NewCreateEnrollmentTokenOK() *CreateEnrollmentTokenOK
NewCreateEnrollmentTokenOK creates a CreateEnrollmentTokenOK with default headers values
func (*CreateEnrollmentTokenOK) Code ¶ added in v1.13.0
func (o *CreateEnrollmentTokenOK) Code() int
Code gets the status code for the create enrollment token o k response
func (*CreateEnrollmentTokenOK) Error ¶
func (o *CreateEnrollmentTokenOK) Error() string
func (*CreateEnrollmentTokenOK) GetPayload ¶
func (o *CreateEnrollmentTokenOK) GetPayload() *models.RequestEnrollmentTokenReply
func (*CreateEnrollmentTokenOK) IsClientError ¶ added in v1.13.0
func (o *CreateEnrollmentTokenOK) IsClientError() bool
IsClientError returns true when this create enrollment token o k response has a 4xx status code
func (*CreateEnrollmentTokenOK) IsCode ¶ added in v1.13.0
func (o *CreateEnrollmentTokenOK) IsCode(code int) bool
IsCode returns true when this create enrollment token o k response a status code equal to that given
func (*CreateEnrollmentTokenOK) IsRedirect ¶ added in v1.13.0
func (o *CreateEnrollmentTokenOK) IsRedirect() bool
IsRedirect returns true when this create enrollment token o k response has a 3xx status code
func (*CreateEnrollmentTokenOK) IsServerError ¶ added in v1.13.0
func (o *CreateEnrollmentTokenOK) IsServerError() bool
IsServerError returns true when this create enrollment token o k response has a 5xx status code
func (*CreateEnrollmentTokenOK) IsSuccess ¶ added in v1.13.0
func (o *CreateEnrollmentTokenOK) IsSuccess() bool
IsSuccess returns true when this create enrollment token o k response has a 2xx status code
func (*CreateEnrollmentTokenOK) String ¶ added in v1.13.0
func (o *CreateEnrollmentTokenOK) String() string
type CreateEnrollmentTokenParams ¶
type CreateEnrollmentTokenParams struct { /* Body. Request parameters for the enrollment token */ Body *models.EnrollmentTokenRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateEnrollmentTokenParams contains all the parameters to send to the API endpoint
for the create enrollment token operation. Typically these are written to a http.Request.
func NewCreateEnrollmentTokenParams ¶
func NewCreateEnrollmentTokenParams() *CreateEnrollmentTokenParams
NewCreateEnrollmentTokenParams creates a new CreateEnrollmentTokenParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateEnrollmentTokenParamsWithContext ¶
func NewCreateEnrollmentTokenParamsWithContext(ctx context.Context) *CreateEnrollmentTokenParams
NewCreateEnrollmentTokenParamsWithContext creates a new CreateEnrollmentTokenParams object with the ability to set a context for a request.
func NewCreateEnrollmentTokenParamsWithHTTPClient ¶
func NewCreateEnrollmentTokenParamsWithHTTPClient(client *http.Client) *CreateEnrollmentTokenParams
NewCreateEnrollmentTokenParamsWithHTTPClient creates a new CreateEnrollmentTokenParams object with the ability to set a custom HTTPClient for a request.
func NewCreateEnrollmentTokenParamsWithTimeout ¶
func NewCreateEnrollmentTokenParamsWithTimeout(timeout time.Duration) *CreateEnrollmentTokenParams
NewCreateEnrollmentTokenParamsWithTimeout creates a new CreateEnrollmentTokenParams object with the ability to set a timeout on a request.
func (*CreateEnrollmentTokenParams) SetBody ¶
func (o *CreateEnrollmentTokenParams) SetBody(body *models.EnrollmentTokenRequest)
SetBody adds the body to the create enrollment token params
func (*CreateEnrollmentTokenParams) SetContext ¶
func (o *CreateEnrollmentTokenParams) SetContext(ctx context.Context)
SetContext adds the context to the create enrollment token params
func (*CreateEnrollmentTokenParams) SetDefaults ¶ added in v1.3.0
func (o *CreateEnrollmentTokenParams) SetDefaults()
SetDefaults hydrates default values in the create enrollment token params (not the query body).
All values with no default are reset to their zero value.
func (*CreateEnrollmentTokenParams) SetHTTPClient ¶
func (o *CreateEnrollmentTokenParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create enrollment token params
func (*CreateEnrollmentTokenParams) SetTimeout ¶
func (o *CreateEnrollmentTokenParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create enrollment token params
func (*CreateEnrollmentTokenParams) WithBody ¶
func (o *CreateEnrollmentTokenParams) WithBody(body *models.EnrollmentTokenRequest) *CreateEnrollmentTokenParams
WithBody adds the body to the create enrollment token params
func (*CreateEnrollmentTokenParams) WithContext ¶
func (o *CreateEnrollmentTokenParams) WithContext(ctx context.Context) *CreateEnrollmentTokenParams
WithContext adds the context to the create enrollment token params
func (*CreateEnrollmentTokenParams) WithDefaults ¶ added in v1.3.0
func (o *CreateEnrollmentTokenParams) WithDefaults() *CreateEnrollmentTokenParams
WithDefaults hydrates default values in the create enrollment token params (not the query body).
All values with no default are reset to their zero value.
func (*CreateEnrollmentTokenParams) WithHTTPClient ¶
func (o *CreateEnrollmentTokenParams) WithHTTPClient(client *http.Client) *CreateEnrollmentTokenParams
WithHTTPClient adds the HTTPClient to the create enrollment token params
func (*CreateEnrollmentTokenParams) WithTimeout ¶
func (o *CreateEnrollmentTokenParams) WithTimeout(timeout time.Duration) *CreateEnrollmentTokenParams
WithTimeout adds the timeout to the create enrollment token params
func (*CreateEnrollmentTokenParams) WriteToRequest ¶
func (o *CreateEnrollmentTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateEnrollmentTokenReader ¶
type CreateEnrollmentTokenReader struct {
// contains filtered or unexported fields
}
CreateEnrollmentTokenReader is a Reader for the CreateEnrollmentToken structure.
func (*CreateEnrollmentTokenReader) ReadResponse ¶
func (o *CreateEnrollmentTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateLdapConfigurationBadRequest ¶
type CreateLdapConfigurationBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CreateLdapConfigurationBadRequest describes a response with status code 400, with default header values. * The realm id is already in use. (code: `security_realm.id_conflict`)
* The selected id is not valid. (code: `security_realm.invalid_id`) * Order must be greater than zero. (code: `security_realm.invalid_order`) * Invalid Elasticsearch Security realm type. (code: `security_realm.invalid_type`) * The realm order is already in use. (code: `security_realm.order_conflict`) * Advanced YAML format is invalid. (code: `security_realm.invalid_yaml`) * The url format is invalid. (code: `security_realm.invalid_url`) * Invalid LDAP URL. (code: `security_realm.ldap.invalid_url`) * Invalid certificate bundle URL. (code: `security_realm.invalid_bundle_url`)
func NewCreateLdapConfigurationBadRequest ¶
func NewCreateLdapConfigurationBadRequest() *CreateLdapConfigurationBadRequest
NewCreateLdapConfigurationBadRequest creates a CreateLdapConfigurationBadRequest with default headers values
func (*CreateLdapConfigurationBadRequest) Code ¶ added in v1.13.0
func (o *CreateLdapConfigurationBadRequest) Code() int
Code gets the status code for the create ldap configuration bad request response
func (*CreateLdapConfigurationBadRequest) Error ¶
func (o *CreateLdapConfigurationBadRequest) Error() string
func (*CreateLdapConfigurationBadRequest) GetPayload ¶
func (o *CreateLdapConfigurationBadRequest) GetPayload() *models.BasicFailedReply
func (*CreateLdapConfigurationBadRequest) IsClientError ¶ added in v1.13.0
func (o *CreateLdapConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this create ldap configuration bad request response has a 4xx status code
func (*CreateLdapConfigurationBadRequest) IsCode ¶ added in v1.13.0
func (o *CreateLdapConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this create ldap configuration bad request response a status code equal to that given
func (*CreateLdapConfigurationBadRequest) IsRedirect ¶ added in v1.13.0
func (o *CreateLdapConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this create ldap configuration bad request response has a 3xx status code
func (*CreateLdapConfigurationBadRequest) IsServerError ¶ added in v1.13.0
func (o *CreateLdapConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this create ldap configuration bad request response has a 5xx status code
func (*CreateLdapConfigurationBadRequest) IsSuccess ¶ added in v1.13.0
func (o *CreateLdapConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this create ldap configuration bad request response has a 2xx status code
func (*CreateLdapConfigurationBadRequest) String ¶ added in v1.13.0
func (o *CreateLdapConfigurationBadRequest) String() string
type CreateLdapConfigurationCreated ¶
type CreateLdapConfigurationCreated struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload models.EmptyResponse }
CreateLdapConfigurationCreated describes a response with status code 201, with default header values.
The LDAP configuration was successfully created
func NewCreateLdapConfigurationCreated ¶
func NewCreateLdapConfigurationCreated() *CreateLdapConfigurationCreated
NewCreateLdapConfigurationCreated creates a CreateLdapConfigurationCreated with default headers values
func (*CreateLdapConfigurationCreated) Code ¶ added in v1.13.0
func (o *CreateLdapConfigurationCreated) Code() int
Code gets the status code for the create ldap configuration created response
func (*CreateLdapConfigurationCreated) Error ¶
func (o *CreateLdapConfigurationCreated) Error() string
func (*CreateLdapConfigurationCreated) GetPayload ¶
func (o *CreateLdapConfigurationCreated) GetPayload() models.EmptyResponse
func (*CreateLdapConfigurationCreated) IsClientError ¶ added in v1.13.0
func (o *CreateLdapConfigurationCreated) IsClientError() bool
IsClientError returns true when this create ldap configuration created response has a 4xx status code
func (*CreateLdapConfigurationCreated) IsCode ¶ added in v1.13.0
func (o *CreateLdapConfigurationCreated) IsCode(code int) bool
IsCode returns true when this create ldap configuration created response a status code equal to that given
func (*CreateLdapConfigurationCreated) IsRedirect ¶ added in v1.13.0
func (o *CreateLdapConfigurationCreated) IsRedirect() bool
IsRedirect returns true when this create ldap configuration created response has a 3xx status code
func (*CreateLdapConfigurationCreated) IsServerError ¶ added in v1.13.0
func (o *CreateLdapConfigurationCreated) IsServerError() bool
IsServerError returns true when this create ldap configuration created response has a 5xx status code
func (*CreateLdapConfigurationCreated) IsSuccess ¶ added in v1.13.0
func (o *CreateLdapConfigurationCreated) IsSuccess() bool
IsSuccess returns true when this create ldap configuration created response has a 2xx status code
func (*CreateLdapConfigurationCreated) String ¶ added in v1.13.0
func (o *CreateLdapConfigurationCreated) String() string
type CreateLdapConfigurationParams ¶
type CreateLdapConfigurationParams struct { /* Body. The LDAP configuration */ Body *models.LdapSettings Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateLdapConfigurationParams contains all the parameters to send to the API endpoint
for the create ldap configuration operation. Typically these are written to a http.Request.
func NewCreateLdapConfigurationParams ¶
func NewCreateLdapConfigurationParams() *CreateLdapConfigurationParams
NewCreateLdapConfigurationParams creates a new CreateLdapConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateLdapConfigurationParamsWithContext ¶
func NewCreateLdapConfigurationParamsWithContext(ctx context.Context) *CreateLdapConfigurationParams
NewCreateLdapConfigurationParamsWithContext creates a new CreateLdapConfigurationParams object with the ability to set a context for a request.
func NewCreateLdapConfigurationParamsWithHTTPClient ¶
func NewCreateLdapConfigurationParamsWithHTTPClient(client *http.Client) *CreateLdapConfigurationParams
NewCreateLdapConfigurationParamsWithHTTPClient creates a new CreateLdapConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewCreateLdapConfigurationParamsWithTimeout ¶
func NewCreateLdapConfigurationParamsWithTimeout(timeout time.Duration) *CreateLdapConfigurationParams
NewCreateLdapConfigurationParamsWithTimeout creates a new CreateLdapConfigurationParams object with the ability to set a timeout on a request.
func (*CreateLdapConfigurationParams) SetBody ¶
func (o *CreateLdapConfigurationParams) SetBody(body *models.LdapSettings)
SetBody adds the body to the create ldap configuration params
func (*CreateLdapConfigurationParams) SetContext ¶
func (o *CreateLdapConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the create ldap configuration params
func (*CreateLdapConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *CreateLdapConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the create ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateLdapConfigurationParams) SetHTTPClient ¶
func (o *CreateLdapConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create ldap configuration params
func (*CreateLdapConfigurationParams) SetTimeout ¶
func (o *CreateLdapConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create ldap configuration params
func (*CreateLdapConfigurationParams) WithBody ¶
func (o *CreateLdapConfigurationParams) WithBody(body *models.LdapSettings) *CreateLdapConfigurationParams
WithBody adds the body to the create ldap configuration params
func (*CreateLdapConfigurationParams) WithContext ¶
func (o *CreateLdapConfigurationParams) WithContext(ctx context.Context) *CreateLdapConfigurationParams
WithContext adds the context to the create ldap configuration params
func (*CreateLdapConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *CreateLdapConfigurationParams) WithDefaults() *CreateLdapConfigurationParams
WithDefaults hydrates default values in the create ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateLdapConfigurationParams) WithHTTPClient ¶
func (o *CreateLdapConfigurationParams) WithHTTPClient(client *http.Client) *CreateLdapConfigurationParams
WithHTTPClient adds the HTTPClient to the create ldap configuration params
func (*CreateLdapConfigurationParams) WithTimeout ¶
func (o *CreateLdapConfigurationParams) WithTimeout(timeout time.Duration) *CreateLdapConfigurationParams
WithTimeout adds the timeout to the create ldap configuration params
func (*CreateLdapConfigurationParams) WriteToRequest ¶
func (o *CreateLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateLdapConfigurationReader ¶
type CreateLdapConfigurationReader struct {
// contains filtered or unexported fields
}
CreateLdapConfigurationReader is a Reader for the CreateLdapConfiguration structure.
func (*CreateLdapConfigurationReader) ReadResponse ¶
func (o *CreateLdapConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSamlConfigurationBadRequest ¶
type CreateSamlConfigurationBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CreateSamlConfigurationBadRequest describes a response with status code 400, with default header values. * The realm id is already in use. (code: `security_realm.id_conflict`)
* The selected id is not valid. (code: `security_realm.invalid_id`) * Order must be greater than zero. (code: `security_realm.invalid_order`) * Invalid Elasticsearch Security realm type. (code: `security_realm.invalid_type`) * The realm order is already in use. (code: `security_realm.order_conflict`) * Advanced YAML format is invalid. (code: `security_realm.invalid_yaml`) * The SAML IDP metadata endpoint returned an error response code 200 OK. (code: `security_realm.saml.invalid_idp_metadata_url`) * Invalid certificate bundle URL. (code: `security_realm.invalid_bundle_url`)
func NewCreateSamlConfigurationBadRequest ¶
func NewCreateSamlConfigurationBadRequest() *CreateSamlConfigurationBadRequest
NewCreateSamlConfigurationBadRequest creates a CreateSamlConfigurationBadRequest with default headers values
func (*CreateSamlConfigurationBadRequest) Code ¶ added in v1.13.0
func (o *CreateSamlConfigurationBadRequest) Code() int
Code gets the status code for the create saml configuration bad request response
func (*CreateSamlConfigurationBadRequest) Error ¶
func (o *CreateSamlConfigurationBadRequest) Error() string
func (*CreateSamlConfigurationBadRequest) GetPayload ¶
func (o *CreateSamlConfigurationBadRequest) GetPayload() *models.BasicFailedReply
func (*CreateSamlConfigurationBadRequest) IsClientError ¶ added in v1.13.0
func (o *CreateSamlConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this create saml configuration bad request response has a 4xx status code
func (*CreateSamlConfigurationBadRequest) IsCode ¶ added in v1.13.0
func (o *CreateSamlConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this create saml configuration bad request response a status code equal to that given
func (*CreateSamlConfigurationBadRequest) IsRedirect ¶ added in v1.13.0
func (o *CreateSamlConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this create saml configuration bad request response has a 3xx status code
func (*CreateSamlConfigurationBadRequest) IsServerError ¶ added in v1.13.0
func (o *CreateSamlConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this create saml configuration bad request response has a 5xx status code
func (*CreateSamlConfigurationBadRequest) IsSuccess ¶ added in v1.13.0
func (o *CreateSamlConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this create saml configuration bad request response has a 2xx status code
func (*CreateSamlConfigurationBadRequest) String ¶ added in v1.13.0
func (o *CreateSamlConfigurationBadRequest) String() string
type CreateSamlConfigurationCreated ¶
type CreateSamlConfigurationCreated struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload models.EmptyResponse }
CreateSamlConfigurationCreated describes a response with status code 201, with default header values.
The SAML configuration was successfully created
func NewCreateSamlConfigurationCreated ¶
func NewCreateSamlConfigurationCreated() *CreateSamlConfigurationCreated
NewCreateSamlConfigurationCreated creates a CreateSamlConfigurationCreated with default headers values
func (*CreateSamlConfigurationCreated) Code ¶ added in v1.13.0
func (o *CreateSamlConfigurationCreated) Code() int
Code gets the status code for the create saml configuration created response
func (*CreateSamlConfigurationCreated) Error ¶
func (o *CreateSamlConfigurationCreated) Error() string
func (*CreateSamlConfigurationCreated) GetPayload ¶
func (o *CreateSamlConfigurationCreated) GetPayload() models.EmptyResponse
func (*CreateSamlConfigurationCreated) IsClientError ¶ added in v1.13.0
func (o *CreateSamlConfigurationCreated) IsClientError() bool
IsClientError returns true when this create saml configuration created response has a 4xx status code
func (*CreateSamlConfigurationCreated) IsCode ¶ added in v1.13.0
func (o *CreateSamlConfigurationCreated) IsCode(code int) bool
IsCode returns true when this create saml configuration created response a status code equal to that given
func (*CreateSamlConfigurationCreated) IsRedirect ¶ added in v1.13.0
func (o *CreateSamlConfigurationCreated) IsRedirect() bool
IsRedirect returns true when this create saml configuration created response has a 3xx status code
func (*CreateSamlConfigurationCreated) IsServerError ¶ added in v1.13.0
func (o *CreateSamlConfigurationCreated) IsServerError() bool
IsServerError returns true when this create saml configuration created response has a 5xx status code
func (*CreateSamlConfigurationCreated) IsSuccess ¶ added in v1.13.0
func (o *CreateSamlConfigurationCreated) IsSuccess() bool
IsSuccess returns true when this create saml configuration created response has a 2xx status code
func (*CreateSamlConfigurationCreated) String ¶ added in v1.13.0
func (o *CreateSamlConfigurationCreated) String() string
type CreateSamlConfigurationParams ¶
type CreateSamlConfigurationParams struct { /* Body. The SAML configuration */ Body *models.SamlSettings Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSamlConfigurationParams contains all the parameters to send to the API endpoint
for the create saml configuration operation. Typically these are written to a http.Request.
func NewCreateSamlConfigurationParams ¶
func NewCreateSamlConfigurationParams() *CreateSamlConfigurationParams
NewCreateSamlConfigurationParams creates a new CreateSamlConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSamlConfigurationParamsWithContext ¶
func NewCreateSamlConfigurationParamsWithContext(ctx context.Context) *CreateSamlConfigurationParams
NewCreateSamlConfigurationParamsWithContext creates a new CreateSamlConfigurationParams object with the ability to set a context for a request.
func NewCreateSamlConfigurationParamsWithHTTPClient ¶
func NewCreateSamlConfigurationParamsWithHTTPClient(client *http.Client) *CreateSamlConfigurationParams
NewCreateSamlConfigurationParamsWithHTTPClient creates a new CreateSamlConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSamlConfigurationParamsWithTimeout ¶
func NewCreateSamlConfigurationParamsWithTimeout(timeout time.Duration) *CreateSamlConfigurationParams
NewCreateSamlConfigurationParamsWithTimeout creates a new CreateSamlConfigurationParams object with the ability to set a timeout on a request.
func (*CreateSamlConfigurationParams) SetBody ¶
func (o *CreateSamlConfigurationParams) SetBody(body *models.SamlSettings)
SetBody adds the body to the create saml configuration params
func (*CreateSamlConfigurationParams) SetContext ¶
func (o *CreateSamlConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the create saml configuration params
func (*CreateSamlConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *CreateSamlConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the create saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSamlConfigurationParams) SetHTTPClient ¶
func (o *CreateSamlConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create saml configuration params
func (*CreateSamlConfigurationParams) SetTimeout ¶
func (o *CreateSamlConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create saml configuration params
func (*CreateSamlConfigurationParams) WithBody ¶
func (o *CreateSamlConfigurationParams) WithBody(body *models.SamlSettings) *CreateSamlConfigurationParams
WithBody adds the body to the create saml configuration params
func (*CreateSamlConfigurationParams) WithContext ¶
func (o *CreateSamlConfigurationParams) WithContext(ctx context.Context) *CreateSamlConfigurationParams
WithContext adds the context to the create saml configuration params
func (*CreateSamlConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *CreateSamlConfigurationParams) WithDefaults() *CreateSamlConfigurationParams
WithDefaults hydrates default values in the create saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSamlConfigurationParams) WithHTTPClient ¶
func (o *CreateSamlConfigurationParams) WithHTTPClient(client *http.Client) *CreateSamlConfigurationParams
WithHTTPClient adds the HTTPClient to the create saml configuration params
func (*CreateSamlConfigurationParams) WithTimeout ¶
func (o *CreateSamlConfigurationParams) WithTimeout(timeout time.Duration) *CreateSamlConfigurationParams
WithTimeout adds the timeout to the create saml configuration params
func (*CreateSamlConfigurationParams) WriteToRequest ¶
func (o *CreateSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSamlConfigurationReader ¶
type CreateSamlConfigurationReader struct {
// contains filtered or unexported fields
}
CreateSamlConfigurationReader is a Reader for the CreateSamlConfiguration structure.
func (*CreateSamlConfigurationReader) ReadResponse ¶
func (o *CreateSamlConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSecurityDeploymentConflict ¶
type CreateSecurityDeploymentConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CreateSecurityDeploymentConflict describes a response with status code 409, with default header values. * There is a version conflict. (code: `security_deployment.version_conflict`)
* There is a version conflict. (code: `security_deployment.already_exists`)
func NewCreateSecurityDeploymentConflict ¶
func NewCreateSecurityDeploymentConflict() *CreateSecurityDeploymentConflict
NewCreateSecurityDeploymentConflict creates a CreateSecurityDeploymentConflict with default headers values
func (*CreateSecurityDeploymentConflict) Code ¶ added in v1.13.0
func (o *CreateSecurityDeploymentConflict) Code() int
Code gets the status code for the create security deployment conflict response
func (*CreateSecurityDeploymentConflict) Error ¶
func (o *CreateSecurityDeploymentConflict) Error() string
func (*CreateSecurityDeploymentConflict) GetPayload ¶
func (o *CreateSecurityDeploymentConflict) GetPayload() *models.BasicFailedReply
func (*CreateSecurityDeploymentConflict) IsClientError ¶ added in v1.13.0
func (o *CreateSecurityDeploymentConflict) IsClientError() bool
IsClientError returns true when this create security deployment conflict response has a 4xx status code
func (*CreateSecurityDeploymentConflict) IsCode ¶ added in v1.13.0
func (o *CreateSecurityDeploymentConflict) IsCode(code int) bool
IsCode returns true when this create security deployment conflict response a status code equal to that given
func (*CreateSecurityDeploymentConflict) IsRedirect ¶ added in v1.13.0
func (o *CreateSecurityDeploymentConflict) IsRedirect() bool
IsRedirect returns true when this create security deployment conflict response has a 3xx status code
func (*CreateSecurityDeploymentConflict) IsServerError ¶ added in v1.13.0
func (o *CreateSecurityDeploymentConflict) IsServerError() bool
IsServerError returns true when this create security deployment conflict response has a 5xx status code
func (*CreateSecurityDeploymentConflict) IsSuccess ¶ added in v1.13.0
func (o *CreateSecurityDeploymentConflict) IsSuccess() bool
IsSuccess returns true when this create security deployment conflict response has a 2xx status code
func (*CreateSecurityDeploymentConflict) String ¶ added in v1.13.0
func (o *CreateSecurityDeploymentConflict) String() string
type CreateSecurityDeploymentCreated ¶
type CreateSecurityDeploymentCreated struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.IDResponse }
CreateSecurityDeploymentCreated describes a response with status code 201, with default header values.
The security deployment was successfully created
func NewCreateSecurityDeploymentCreated ¶
func NewCreateSecurityDeploymentCreated() *CreateSecurityDeploymentCreated
NewCreateSecurityDeploymentCreated creates a CreateSecurityDeploymentCreated with default headers values
func (*CreateSecurityDeploymentCreated) Code ¶ added in v1.13.0
func (o *CreateSecurityDeploymentCreated) Code() int
Code gets the status code for the create security deployment created response
func (*CreateSecurityDeploymentCreated) Error ¶
func (o *CreateSecurityDeploymentCreated) Error() string
func (*CreateSecurityDeploymentCreated) GetPayload ¶
func (o *CreateSecurityDeploymentCreated) GetPayload() *models.IDResponse
func (*CreateSecurityDeploymentCreated) IsClientError ¶ added in v1.13.0
func (o *CreateSecurityDeploymentCreated) IsClientError() bool
IsClientError returns true when this create security deployment created response has a 4xx status code
func (*CreateSecurityDeploymentCreated) IsCode ¶ added in v1.13.0
func (o *CreateSecurityDeploymentCreated) IsCode(code int) bool
IsCode returns true when this create security deployment created response a status code equal to that given
func (*CreateSecurityDeploymentCreated) IsRedirect ¶ added in v1.13.0
func (o *CreateSecurityDeploymentCreated) IsRedirect() bool
IsRedirect returns true when this create security deployment created response has a 3xx status code
func (*CreateSecurityDeploymentCreated) IsServerError ¶ added in v1.13.0
func (o *CreateSecurityDeploymentCreated) IsServerError() bool
IsServerError returns true when this create security deployment created response has a 5xx status code
func (*CreateSecurityDeploymentCreated) IsSuccess ¶ added in v1.13.0
func (o *CreateSecurityDeploymentCreated) IsSuccess() bool
IsSuccess returns true when this create security deployment created response has a 2xx status code
func (*CreateSecurityDeploymentCreated) String ¶ added in v1.13.0
func (o *CreateSecurityDeploymentCreated) String() string
type CreateSecurityDeploymentParams ¶
type CreateSecurityDeploymentParams struct { /* Body. The deployment request */ Body *models.SecurityDeploymentCreateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSecurityDeploymentParams contains all the parameters to send to the API endpoint
for the create security deployment operation. Typically these are written to a http.Request.
func NewCreateSecurityDeploymentParams ¶
func NewCreateSecurityDeploymentParams() *CreateSecurityDeploymentParams
NewCreateSecurityDeploymentParams creates a new CreateSecurityDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSecurityDeploymentParamsWithContext ¶
func NewCreateSecurityDeploymentParamsWithContext(ctx context.Context) *CreateSecurityDeploymentParams
NewCreateSecurityDeploymentParamsWithContext creates a new CreateSecurityDeploymentParams object with the ability to set a context for a request.
func NewCreateSecurityDeploymentParamsWithHTTPClient ¶
func NewCreateSecurityDeploymentParamsWithHTTPClient(client *http.Client) *CreateSecurityDeploymentParams
NewCreateSecurityDeploymentParamsWithHTTPClient creates a new CreateSecurityDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSecurityDeploymentParamsWithTimeout ¶
func NewCreateSecurityDeploymentParamsWithTimeout(timeout time.Duration) *CreateSecurityDeploymentParams
NewCreateSecurityDeploymentParamsWithTimeout creates a new CreateSecurityDeploymentParams object with the ability to set a timeout on a request.
func (*CreateSecurityDeploymentParams) SetBody ¶
func (o *CreateSecurityDeploymentParams) SetBody(body *models.SecurityDeploymentCreateRequest)
SetBody adds the body to the create security deployment params
func (*CreateSecurityDeploymentParams) SetContext ¶
func (o *CreateSecurityDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the create security deployment params
func (*CreateSecurityDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *CreateSecurityDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the create security deployment params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSecurityDeploymentParams) SetHTTPClient ¶
func (o *CreateSecurityDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create security deployment params
func (*CreateSecurityDeploymentParams) SetTimeout ¶
func (o *CreateSecurityDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create security deployment params
func (*CreateSecurityDeploymentParams) WithBody ¶
func (o *CreateSecurityDeploymentParams) WithBody(body *models.SecurityDeploymentCreateRequest) *CreateSecurityDeploymentParams
WithBody adds the body to the create security deployment params
func (*CreateSecurityDeploymentParams) WithContext ¶
func (o *CreateSecurityDeploymentParams) WithContext(ctx context.Context) *CreateSecurityDeploymentParams
WithContext adds the context to the create security deployment params
func (*CreateSecurityDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *CreateSecurityDeploymentParams) WithDefaults() *CreateSecurityDeploymentParams
WithDefaults hydrates default values in the create security deployment params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSecurityDeploymentParams) WithHTTPClient ¶
func (o *CreateSecurityDeploymentParams) WithHTTPClient(client *http.Client) *CreateSecurityDeploymentParams
WithHTTPClient adds the HTTPClient to the create security deployment params
func (*CreateSecurityDeploymentParams) WithTimeout ¶
func (o *CreateSecurityDeploymentParams) WithTimeout(timeout time.Duration) *CreateSecurityDeploymentParams
WithTimeout adds the timeout to the create security deployment params
func (*CreateSecurityDeploymentParams) WriteToRequest ¶
func (o *CreateSecurityDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSecurityDeploymentReader ¶
type CreateSecurityDeploymentReader struct {
// contains filtered or unexported fields
}
CreateSecurityDeploymentReader is a Reader for the CreateSecurityDeployment structure.
func (*CreateSecurityDeploymentReader) ReadResponse ¶
func (o *CreateSecurityDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteActiveDirectoryConfigurationConflict ¶
type DeleteActiveDirectoryConfigurationConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteActiveDirectoryConfigurationConflict describes a response with status code 409, with default header values.
There is a version conflict. (code: `security_realm.version_conflict`)
func NewDeleteActiveDirectoryConfigurationConflict ¶
func NewDeleteActiveDirectoryConfigurationConflict() *DeleteActiveDirectoryConfigurationConflict
NewDeleteActiveDirectoryConfigurationConflict creates a DeleteActiveDirectoryConfigurationConflict with default headers values
func (*DeleteActiveDirectoryConfigurationConflict) Code ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationConflict) Code() int
Code gets the status code for the delete active directory configuration conflict response
func (*DeleteActiveDirectoryConfigurationConflict) Error ¶
func (o *DeleteActiveDirectoryConfigurationConflict) Error() string
func (*DeleteActiveDirectoryConfigurationConflict) GetPayload ¶
func (o *DeleteActiveDirectoryConfigurationConflict) GetPayload() *models.BasicFailedReply
func (*DeleteActiveDirectoryConfigurationConflict) IsClientError ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationConflict) IsClientError() bool
IsClientError returns true when this delete active directory configuration conflict response has a 4xx status code
func (*DeleteActiveDirectoryConfigurationConflict) IsCode ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationConflict) IsCode(code int) bool
IsCode returns true when this delete active directory configuration conflict response a status code equal to that given
func (*DeleteActiveDirectoryConfigurationConflict) IsRedirect ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationConflict) IsRedirect() bool
IsRedirect returns true when this delete active directory configuration conflict response has a 3xx status code
func (*DeleteActiveDirectoryConfigurationConflict) IsServerError ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationConflict) IsServerError() bool
IsServerError returns true when this delete active directory configuration conflict response has a 5xx status code
func (*DeleteActiveDirectoryConfigurationConflict) IsSuccess ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationConflict) IsSuccess() bool
IsSuccess returns true when this delete active directory configuration conflict response has a 2xx status code
func (*DeleteActiveDirectoryConfigurationConflict) String ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationConflict) String() string
type DeleteActiveDirectoryConfigurationNotFound ¶
type DeleteActiveDirectoryConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteActiveDirectoryConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewDeleteActiveDirectoryConfigurationNotFound ¶
func NewDeleteActiveDirectoryConfigurationNotFound() *DeleteActiveDirectoryConfigurationNotFound
NewDeleteActiveDirectoryConfigurationNotFound creates a DeleteActiveDirectoryConfigurationNotFound with default headers values
func (*DeleteActiveDirectoryConfigurationNotFound) Code ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationNotFound) Code() int
Code gets the status code for the delete active directory configuration not found response
func (*DeleteActiveDirectoryConfigurationNotFound) Error ¶
func (o *DeleteActiveDirectoryConfigurationNotFound) Error() string
func (*DeleteActiveDirectoryConfigurationNotFound) GetPayload ¶
func (o *DeleteActiveDirectoryConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*DeleteActiveDirectoryConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationNotFound) IsClientError() bool
IsClientError returns true when this delete active directory configuration not found response has a 4xx status code
func (*DeleteActiveDirectoryConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this delete active directory configuration not found response a status code equal to that given
func (*DeleteActiveDirectoryConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this delete active directory configuration not found response has a 3xx status code
func (*DeleteActiveDirectoryConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationNotFound) IsServerError() bool
IsServerError returns true when this delete active directory configuration not found response has a 5xx status code
func (*DeleteActiveDirectoryConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this delete active directory configuration not found response has a 2xx status code
func (*DeleteActiveDirectoryConfigurationNotFound) String ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationNotFound) String() string
type DeleteActiveDirectoryConfigurationOK ¶
type DeleteActiveDirectoryConfigurationOK struct {
Payload models.EmptyResponse
}
DeleteActiveDirectoryConfigurationOK describes a response with status code 200, with default header values.
The Active Directory configuration was successfully deleted
func NewDeleteActiveDirectoryConfigurationOK ¶
func NewDeleteActiveDirectoryConfigurationOK() *DeleteActiveDirectoryConfigurationOK
NewDeleteActiveDirectoryConfigurationOK creates a DeleteActiveDirectoryConfigurationOK with default headers values
func (*DeleteActiveDirectoryConfigurationOK) Code ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationOK) Code() int
Code gets the status code for the delete active directory configuration o k response
func (*DeleteActiveDirectoryConfigurationOK) Error ¶
func (o *DeleteActiveDirectoryConfigurationOK) Error() string
func (*DeleteActiveDirectoryConfigurationOK) GetPayload ¶
func (o *DeleteActiveDirectoryConfigurationOK) GetPayload() models.EmptyResponse
func (*DeleteActiveDirectoryConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationOK) IsClientError() bool
IsClientError returns true when this delete active directory configuration o k response has a 4xx status code
func (*DeleteActiveDirectoryConfigurationOK) IsCode ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationOK) IsCode(code int) bool
IsCode returns true when this delete active directory configuration o k response a status code equal to that given
func (*DeleteActiveDirectoryConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationOK) IsRedirect() bool
IsRedirect returns true when this delete active directory configuration o k response has a 3xx status code
func (*DeleteActiveDirectoryConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationOK) IsServerError() bool
IsServerError returns true when this delete active directory configuration o k response has a 5xx status code
func (*DeleteActiveDirectoryConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationOK) IsSuccess() bool
IsSuccess returns true when this delete active directory configuration o k response has a 2xx status code
func (*DeleteActiveDirectoryConfigurationOK) String ¶ added in v1.13.0
func (o *DeleteActiveDirectoryConfigurationOK) String() string
type DeleteActiveDirectoryConfigurationParams ¶
type DeleteActiveDirectoryConfigurationParams struct { /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string /* Version. When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteActiveDirectoryConfigurationParams contains all the parameters to send to the API endpoint
for the delete active directory configuration operation. Typically these are written to a http.Request.
func NewDeleteActiveDirectoryConfigurationParams ¶
func NewDeleteActiveDirectoryConfigurationParams() *DeleteActiveDirectoryConfigurationParams
NewDeleteActiveDirectoryConfigurationParams creates a new DeleteActiveDirectoryConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteActiveDirectoryConfigurationParamsWithContext ¶
func NewDeleteActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *DeleteActiveDirectoryConfigurationParams
NewDeleteActiveDirectoryConfigurationParamsWithContext creates a new DeleteActiveDirectoryConfigurationParams object with the ability to set a context for a request.
func NewDeleteActiveDirectoryConfigurationParamsWithHTTPClient ¶
func NewDeleteActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *DeleteActiveDirectoryConfigurationParams
NewDeleteActiveDirectoryConfigurationParamsWithHTTPClient creates a new DeleteActiveDirectoryConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteActiveDirectoryConfigurationParamsWithTimeout ¶
func NewDeleteActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *DeleteActiveDirectoryConfigurationParams
NewDeleteActiveDirectoryConfigurationParamsWithTimeout creates a new DeleteActiveDirectoryConfigurationParams object with the ability to set a timeout on a request.
func (*DeleteActiveDirectoryConfigurationParams) SetContext ¶
func (o *DeleteActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *DeleteActiveDirectoryConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the delete active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteActiveDirectoryConfigurationParams) SetHTTPClient ¶
func (o *DeleteActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) SetRealmID ¶
func (o *DeleteActiveDirectoryConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) SetTimeout ¶
func (o *DeleteActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) SetVersion ¶
func (o *DeleteActiveDirectoryConfigurationParams) SetVersion(version *string)
SetVersion adds the version to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) WithContext ¶
func (o *DeleteActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *DeleteActiveDirectoryConfigurationParams
WithContext adds the context to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *DeleteActiveDirectoryConfigurationParams) WithDefaults() *DeleteActiveDirectoryConfigurationParams
WithDefaults hydrates default values in the delete active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteActiveDirectoryConfigurationParams) WithHTTPClient ¶
func (o *DeleteActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *DeleteActiveDirectoryConfigurationParams
WithHTTPClient adds the HTTPClient to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) WithRealmID ¶
func (o *DeleteActiveDirectoryConfigurationParams) WithRealmID(realmID string) *DeleteActiveDirectoryConfigurationParams
WithRealmID adds the realmID to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) WithTimeout ¶
func (o *DeleteActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *DeleteActiveDirectoryConfigurationParams
WithTimeout adds the timeout to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) WithVersion ¶
func (o *DeleteActiveDirectoryConfigurationParams) WithVersion(version *string) *DeleteActiveDirectoryConfigurationParams
WithVersion adds the version to the delete active directory configuration params
func (*DeleteActiveDirectoryConfigurationParams) WriteToRequest ¶
func (o *DeleteActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteActiveDirectoryConfigurationReader ¶
type DeleteActiveDirectoryConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteActiveDirectoryConfigurationReader is a Reader for the DeleteActiveDirectoryConfiguration structure.
func (*DeleteActiveDirectoryConfigurationReader) ReadResponse ¶
func (o *DeleteActiveDirectoryConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteEnrollmentTokenNotFound ¶
type DeleteEnrollmentTokenNotFound struct {
Payload *models.BasicFailedReply
}
DeleteEnrollmentTokenNotFound describes a response with status code 404, with default header values.
Token not found (code: 'enrollment_tokens.invalid_token_id')
func NewDeleteEnrollmentTokenNotFound ¶
func NewDeleteEnrollmentTokenNotFound() *DeleteEnrollmentTokenNotFound
NewDeleteEnrollmentTokenNotFound creates a DeleteEnrollmentTokenNotFound with default headers values
func (*DeleteEnrollmentTokenNotFound) Code ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenNotFound) Code() int
Code gets the status code for the delete enrollment token not found response
func (*DeleteEnrollmentTokenNotFound) Error ¶
func (o *DeleteEnrollmentTokenNotFound) Error() string
func (*DeleteEnrollmentTokenNotFound) GetPayload ¶
func (o *DeleteEnrollmentTokenNotFound) GetPayload() *models.BasicFailedReply
func (*DeleteEnrollmentTokenNotFound) IsClientError ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenNotFound) IsClientError() bool
IsClientError returns true when this delete enrollment token not found response has a 4xx status code
func (*DeleteEnrollmentTokenNotFound) IsCode ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenNotFound) IsCode(code int) bool
IsCode returns true when this delete enrollment token not found response a status code equal to that given
func (*DeleteEnrollmentTokenNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenNotFound) IsRedirect() bool
IsRedirect returns true when this delete enrollment token not found response has a 3xx status code
func (*DeleteEnrollmentTokenNotFound) IsServerError ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenNotFound) IsServerError() bool
IsServerError returns true when this delete enrollment token not found response has a 5xx status code
func (*DeleteEnrollmentTokenNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenNotFound) IsSuccess() bool
IsSuccess returns true when this delete enrollment token not found response has a 2xx status code
func (*DeleteEnrollmentTokenNotFound) String ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenNotFound) String() string
type DeleteEnrollmentTokenOK ¶
type DeleteEnrollmentTokenOK struct {
Payload models.EmptyResponse
}
DeleteEnrollmentTokenOK describes a response with status code 200, with default header values.
The supplied token has been revoked and can no longer be used to start services on new servers
func NewDeleteEnrollmentTokenOK ¶
func NewDeleteEnrollmentTokenOK() *DeleteEnrollmentTokenOK
NewDeleteEnrollmentTokenOK creates a DeleteEnrollmentTokenOK with default headers values
func (*DeleteEnrollmentTokenOK) Code ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenOK) Code() int
Code gets the status code for the delete enrollment token o k response
func (*DeleteEnrollmentTokenOK) Error ¶
func (o *DeleteEnrollmentTokenOK) Error() string
func (*DeleteEnrollmentTokenOK) GetPayload ¶
func (o *DeleteEnrollmentTokenOK) GetPayload() models.EmptyResponse
func (*DeleteEnrollmentTokenOK) IsClientError ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenOK) IsClientError() bool
IsClientError returns true when this delete enrollment token o k response has a 4xx status code
func (*DeleteEnrollmentTokenOK) IsCode ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenOK) IsCode(code int) bool
IsCode returns true when this delete enrollment token o k response a status code equal to that given
func (*DeleteEnrollmentTokenOK) IsRedirect ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenOK) IsRedirect() bool
IsRedirect returns true when this delete enrollment token o k response has a 3xx status code
func (*DeleteEnrollmentTokenOK) IsServerError ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenOK) IsServerError() bool
IsServerError returns true when this delete enrollment token o k response has a 5xx status code
func (*DeleteEnrollmentTokenOK) IsSuccess ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenOK) IsSuccess() bool
IsSuccess returns true when this delete enrollment token o k response has a 2xx status code
func (*DeleteEnrollmentTokenOK) String ¶ added in v1.13.0
func (o *DeleteEnrollmentTokenOK) String() string
type DeleteEnrollmentTokenParams ¶
type DeleteEnrollmentTokenParams struct { /* Token. The token or token identifier to revoke. */ Token string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteEnrollmentTokenParams contains all the parameters to send to the API endpoint
for the delete enrollment token operation. Typically these are written to a http.Request.
func NewDeleteEnrollmentTokenParams ¶
func NewDeleteEnrollmentTokenParams() *DeleteEnrollmentTokenParams
NewDeleteEnrollmentTokenParams creates a new DeleteEnrollmentTokenParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteEnrollmentTokenParamsWithContext ¶
func NewDeleteEnrollmentTokenParamsWithContext(ctx context.Context) *DeleteEnrollmentTokenParams
NewDeleteEnrollmentTokenParamsWithContext creates a new DeleteEnrollmentTokenParams object with the ability to set a context for a request.
func NewDeleteEnrollmentTokenParamsWithHTTPClient ¶
func NewDeleteEnrollmentTokenParamsWithHTTPClient(client *http.Client) *DeleteEnrollmentTokenParams
NewDeleteEnrollmentTokenParamsWithHTTPClient creates a new DeleteEnrollmentTokenParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteEnrollmentTokenParamsWithTimeout ¶
func NewDeleteEnrollmentTokenParamsWithTimeout(timeout time.Duration) *DeleteEnrollmentTokenParams
NewDeleteEnrollmentTokenParamsWithTimeout creates a new DeleteEnrollmentTokenParams object with the ability to set a timeout on a request.
func (*DeleteEnrollmentTokenParams) SetContext ¶
func (o *DeleteEnrollmentTokenParams) SetContext(ctx context.Context)
SetContext adds the context to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) SetDefaults ¶ added in v1.3.0
func (o *DeleteEnrollmentTokenParams) SetDefaults()
SetDefaults hydrates default values in the delete enrollment token params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteEnrollmentTokenParams) SetHTTPClient ¶
func (o *DeleteEnrollmentTokenParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) SetTimeout ¶
func (o *DeleteEnrollmentTokenParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) SetToken ¶
func (o *DeleteEnrollmentTokenParams) SetToken(token string)
SetToken adds the token to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) WithContext ¶
func (o *DeleteEnrollmentTokenParams) WithContext(ctx context.Context) *DeleteEnrollmentTokenParams
WithContext adds the context to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) WithDefaults ¶ added in v1.3.0
func (o *DeleteEnrollmentTokenParams) WithDefaults() *DeleteEnrollmentTokenParams
WithDefaults hydrates default values in the delete enrollment token params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteEnrollmentTokenParams) WithHTTPClient ¶
func (o *DeleteEnrollmentTokenParams) WithHTTPClient(client *http.Client) *DeleteEnrollmentTokenParams
WithHTTPClient adds the HTTPClient to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) WithTimeout ¶
func (o *DeleteEnrollmentTokenParams) WithTimeout(timeout time.Duration) *DeleteEnrollmentTokenParams
WithTimeout adds the timeout to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) WithToken ¶
func (o *DeleteEnrollmentTokenParams) WithToken(token string) *DeleteEnrollmentTokenParams
WithToken adds the token to the delete enrollment token params
func (*DeleteEnrollmentTokenParams) WriteToRequest ¶
func (o *DeleteEnrollmentTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteEnrollmentTokenReader ¶
type DeleteEnrollmentTokenReader struct {
// contains filtered or unexported fields
}
DeleteEnrollmentTokenReader is a Reader for the DeleteEnrollmentToken structure.
func (*DeleteEnrollmentTokenReader) ReadResponse ¶
func (o *DeleteEnrollmentTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteLdapConfigurationConflict ¶
type DeleteLdapConfigurationConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteLdapConfigurationConflict describes a response with status code 409, with default header values.
There is a version conflict. (code: `security_realm.version_conflict`)
func NewDeleteLdapConfigurationConflict ¶
func NewDeleteLdapConfigurationConflict() *DeleteLdapConfigurationConflict
NewDeleteLdapConfigurationConflict creates a DeleteLdapConfigurationConflict with default headers values
func (*DeleteLdapConfigurationConflict) Code ¶ added in v1.13.0
func (o *DeleteLdapConfigurationConflict) Code() int
Code gets the status code for the delete ldap configuration conflict response
func (*DeleteLdapConfigurationConflict) Error ¶
func (o *DeleteLdapConfigurationConflict) Error() string
func (*DeleteLdapConfigurationConflict) GetPayload ¶
func (o *DeleteLdapConfigurationConflict) GetPayload() *models.BasicFailedReply
func (*DeleteLdapConfigurationConflict) IsClientError ¶ added in v1.13.0
func (o *DeleteLdapConfigurationConflict) IsClientError() bool
IsClientError returns true when this delete ldap configuration conflict response has a 4xx status code
func (*DeleteLdapConfigurationConflict) IsCode ¶ added in v1.13.0
func (o *DeleteLdapConfigurationConflict) IsCode(code int) bool
IsCode returns true when this delete ldap configuration conflict response a status code equal to that given
func (*DeleteLdapConfigurationConflict) IsRedirect ¶ added in v1.13.0
func (o *DeleteLdapConfigurationConflict) IsRedirect() bool
IsRedirect returns true when this delete ldap configuration conflict response has a 3xx status code
func (*DeleteLdapConfigurationConflict) IsServerError ¶ added in v1.13.0
func (o *DeleteLdapConfigurationConflict) IsServerError() bool
IsServerError returns true when this delete ldap configuration conflict response has a 5xx status code
func (*DeleteLdapConfigurationConflict) IsSuccess ¶ added in v1.13.0
func (o *DeleteLdapConfigurationConflict) IsSuccess() bool
IsSuccess returns true when this delete ldap configuration conflict response has a 2xx status code
func (*DeleteLdapConfigurationConflict) String ¶ added in v1.13.0
func (o *DeleteLdapConfigurationConflict) String() string
type DeleteLdapConfigurationNotFound ¶
type DeleteLdapConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteLdapConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewDeleteLdapConfigurationNotFound ¶
func NewDeleteLdapConfigurationNotFound() *DeleteLdapConfigurationNotFound
NewDeleteLdapConfigurationNotFound creates a DeleteLdapConfigurationNotFound with default headers values
func (*DeleteLdapConfigurationNotFound) Code ¶ added in v1.13.0
func (o *DeleteLdapConfigurationNotFound) Code() int
Code gets the status code for the delete ldap configuration not found response
func (*DeleteLdapConfigurationNotFound) Error ¶
func (o *DeleteLdapConfigurationNotFound) Error() string
func (*DeleteLdapConfigurationNotFound) GetPayload ¶
func (o *DeleteLdapConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*DeleteLdapConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *DeleteLdapConfigurationNotFound) IsClientError() bool
IsClientError returns true when this delete ldap configuration not found response has a 4xx status code
func (*DeleteLdapConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *DeleteLdapConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this delete ldap configuration not found response a status code equal to that given
func (*DeleteLdapConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeleteLdapConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this delete ldap configuration not found response has a 3xx status code
func (*DeleteLdapConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *DeleteLdapConfigurationNotFound) IsServerError() bool
IsServerError returns true when this delete ldap configuration not found response has a 5xx status code
func (*DeleteLdapConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeleteLdapConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this delete ldap configuration not found response has a 2xx status code
func (*DeleteLdapConfigurationNotFound) String ¶ added in v1.13.0
func (o *DeleteLdapConfigurationNotFound) String() string
type DeleteLdapConfigurationOK ¶
type DeleteLdapConfigurationOK struct {
Payload models.EmptyResponse
}
DeleteLdapConfigurationOK describes a response with status code 200, with default header values.
The LDAP configuration was successfully deleted
func NewDeleteLdapConfigurationOK ¶
func NewDeleteLdapConfigurationOK() *DeleteLdapConfigurationOK
NewDeleteLdapConfigurationOK creates a DeleteLdapConfigurationOK with default headers values
func (*DeleteLdapConfigurationOK) Code ¶ added in v1.13.0
func (o *DeleteLdapConfigurationOK) Code() int
Code gets the status code for the delete ldap configuration o k response
func (*DeleteLdapConfigurationOK) Error ¶
func (o *DeleteLdapConfigurationOK) Error() string
func (*DeleteLdapConfigurationOK) GetPayload ¶
func (o *DeleteLdapConfigurationOK) GetPayload() models.EmptyResponse
func (*DeleteLdapConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *DeleteLdapConfigurationOK) IsClientError() bool
IsClientError returns true when this delete ldap configuration o k response has a 4xx status code
func (*DeleteLdapConfigurationOK) IsCode ¶ added in v1.13.0
func (o *DeleteLdapConfigurationOK) IsCode(code int) bool
IsCode returns true when this delete ldap configuration o k response a status code equal to that given
func (*DeleteLdapConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *DeleteLdapConfigurationOK) IsRedirect() bool
IsRedirect returns true when this delete ldap configuration o k response has a 3xx status code
func (*DeleteLdapConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *DeleteLdapConfigurationOK) IsServerError() bool
IsServerError returns true when this delete ldap configuration o k response has a 5xx status code
func (*DeleteLdapConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *DeleteLdapConfigurationOK) IsSuccess() bool
IsSuccess returns true when this delete ldap configuration o k response has a 2xx status code
func (*DeleteLdapConfigurationOK) String ¶ added in v1.13.0
func (o *DeleteLdapConfigurationOK) String() string
type DeleteLdapConfigurationParams ¶
type DeleteLdapConfigurationParams struct { /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string /* Version. When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteLdapConfigurationParams contains all the parameters to send to the API endpoint
for the delete ldap configuration operation. Typically these are written to a http.Request.
func NewDeleteLdapConfigurationParams ¶
func NewDeleteLdapConfigurationParams() *DeleteLdapConfigurationParams
NewDeleteLdapConfigurationParams creates a new DeleteLdapConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteLdapConfigurationParamsWithContext ¶
func NewDeleteLdapConfigurationParamsWithContext(ctx context.Context) *DeleteLdapConfigurationParams
NewDeleteLdapConfigurationParamsWithContext creates a new DeleteLdapConfigurationParams object with the ability to set a context for a request.
func NewDeleteLdapConfigurationParamsWithHTTPClient ¶
func NewDeleteLdapConfigurationParamsWithHTTPClient(client *http.Client) *DeleteLdapConfigurationParams
NewDeleteLdapConfigurationParamsWithHTTPClient creates a new DeleteLdapConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteLdapConfigurationParamsWithTimeout ¶
func NewDeleteLdapConfigurationParamsWithTimeout(timeout time.Duration) *DeleteLdapConfigurationParams
NewDeleteLdapConfigurationParamsWithTimeout creates a new DeleteLdapConfigurationParams object with the ability to set a timeout on a request.
func (*DeleteLdapConfigurationParams) SetContext ¶
func (o *DeleteLdapConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *DeleteLdapConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the delete ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteLdapConfigurationParams) SetHTTPClient ¶
func (o *DeleteLdapConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) SetRealmID ¶
func (o *DeleteLdapConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) SetTimeout ¶
func (o *DeleteLdapConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) SetVersion ¶
func (o *DeleteLdapConfigurationParams) SetVersion(version *string)
SetVersion adds the version to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) WithContext ¶
func (o *DeleteLdapConfigurationParams) WithContext(ctx context.Context) *DeleteLdapConfigurationParams
WithContext adds the context to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *DeleteLdapConfigurationParams) WithDefaults() *DeleteLdapConfigurationParams
WithDefaults hydrates default values in the delete ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteLdapConfigurationParams) WithHTTPClient ¶
func (o *DeleteLdapConfigurationParams) WithHTTPClient(client *http.Client) *DeleteLdapConfigurationParams
WithHTTPClient adds the HTTPClient to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) WithRealmID ¶
func (o *DeleteLdapConfigurationParams) WithRealmID(realmID string) *DeleteLdapConfigurationParams
WithRealmID adds the realmID to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) WithTimeout ¶
func (o *DeleteLdapConfigurationParams) WithTimeout(timeout time.Duration) *DeleteLdapConfigurationParams
WithTimeout adds the timeout to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) WithVersion ¶
func (o *DeleteLdapConfigurationParams) WithVersion(version *string) *DeleteLdapConfigurationParams
WithVersion adds the version to the delete ldap configuration params
func (*DeleteLdapConfigurationParams) WriteToRequest ¶
func (o *DeleteLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteLdapConfigurationReader ¶
type DeleteLdapConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteLdapConfigurationReader is a Reader for the DeleteLdapConfiguration structure.
func (*DeleteLdapConfigurationReader) ReadResponse ¶
func (o *DeleteLdapConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSamlConfigurationConflict ¶
type DeleteSamlConfigurationConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteSamlConfigurationConflict describes a response with status code 409, with default header values.
There is a version conflict. (code: `security_realm.version_conflict`)
func NewDeleteSamlConfigurationConflict ¶
func NewDeleteSamlConfigurationConflict() *DeleteSamlConfigurationConflict
NewDeleteSamlConfigurationConflict creates a DeleteSamlConfigurationConflict with default headers values
func (*DeleteSamlConfigurationConflict) Code ¶ added in v1.13.0
func (o *DeleteSamlConfigurationConflict) Code() int
Code gets the status code for the delete saml configuration conflict response
func (*DeleteSamlConfigurationConflict) Error ¶
func (o *DeleteSamlConfigurationConflict) Error() string
func (*DeleteSamlConfigurationConflict) GetPayload ¶
func (o *DeleteSamlConfigurationConflict) GetPayload() *models.BasicFailedReply
func (*DeleteSamlConfigurationConflict) IsClientError ¶ added in v1.13.0
func (o *DeleteSamlConfigurationConflict) IsClientError() bool
IsClientError returns true when this delete saml configuration conflict response has a 4xx status code
func (*DeleteSamlConfigurationConflict) IsCode ¶ added in v1.13.0
func (o *DeleteSamlConfigurationConflict) IsCode(code int) bool
IsCode returns true when this delete saml configuration conflict response a status code equal to that given
func (*DeleteSamlConfigurationConflict) IsRedirect ¶ added in v1.13.0
func (o *DeleteSamlConfigurationConflict) IsRedirect() bool
IsRedirect returns true when this delete saml configuration conflict response has a 3xx status code
func (*DeleteSamlConfigurationConflict) IsServerError ¶ added in v1.13.0
func (o *DeleteSamlConfigurationConflict) IsServerError() bool
IsServerError returns true when this delete saml configuration conflict response has a 5xx status code
func (*DeleteSamlConfigurationConflict) IsSuccess ¶ added in v1.13.0
func (o *DeleteSamlConfigurationConflict) IsSuccess() bool
IsSuccess returns true when this delete saml configuration conflict response has a 2xx status code
func (*DeleteSamlConfigurationConflict) String ¶ added in v1.13.0
func (o *DeleteSamlConfigurationConflict) String() string
type DeleteSamlConfigurationNotFound ¶
type DeleteSamlConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteSamlConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewDeleteSamlConfigurationNotFound ¶
func NewDeleteSamlConfigurationNotFound() *DeleteSamlConfigurationNotFound
NewDeleteSamlConfigurationNotFound creates a DeleteSamlConfigurationNotFound with default headers values
func (*DeleteSamlConfigurationNotFound) Code ¶ added in v1.13.0
func (o *DeleteSamlConfigurationNotFound) Code() int
Code gets the status code for the delete saml configuration not found response
func (*DeleteSamlConfigurationNotFound) Error ¶
func (o *DeleteSamlConfigurationNotFound) Error() string
func (*DeleteSamlConfigurationNotFound) GetPayload ¶
func (o *DeleteSamlConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*DeleteSamlConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *DeleteSamlConfigurationNotFound) IsClientError() bool
IsClientError returns true when this delete saml configuration not found response has a 4xx status code
func (*DeleteSamlConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *DeleteSamlConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this delete saml configuration not found response a status code equal to that given
func (*DeleteSamlConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeleteSamlConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this delete saml configuration not found response has a 3xx status code
func (*DeleteSamlConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *DeleteSamlConfigurationNotFound) IsServerError() bool
IsServerError returns true when this delete saml configuration not found response has a 5xx status code
func (*DeleteSamlConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeleteSamlConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this delete saml configuration not found response has a 2xx status code
func (*DeleteSamlConfigurationNotFound) String ¶ added in v1.13.0
func (o *DeleteSamlConfigurationNotFound) String() string
type DeleteSamlConfigurationOK ¶
type DeleteSamlConfigurationOK struct {
Payload models.EmptyResponse
}
DeleteSamlConfigurationOK describes a response with status code 200, with default header values.
The SAML configuration was successfully deleted
func NewDeleteSamlConfigurationOK ¶
func NewDeleteSamlConfigurationOK() *DeleteSamlConfigurationOK
NewDeleteSamlConfigurationOK creates a DeleteSamlConfigurationOK with default headers values
func (*DeleteSamlConfigurationOK) Code ¶ added in v1.13.0
func (o *DeleteSamlConfigurationOK) Code() int
Code gets the status code for the delete saml configuration o k response
func (*DeleteSamlConfigurationOK) Error ¶
func (o *DeleteSamlConfigurationOK) Error() string
func (*DeleteSamlConfigurationOK) GetPayload ¶
func (o *DeleteSamlConfigurationOK) GetPayload() models.EmptyResponse
func (*DeleteSamlConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *DeleteSamlConfigurationOK) IsClientError() bool
IsClientError returns true when this delete saml configuration o k response has a 4xx status code
func (*DeleteSamlConfigurationOK) IsCode ¶ added in v1.13.0
func (o *DeleteSamlConfigurationOK) IsCode(code int) bool
IsCode returns true when this delete saml configuration o k response a status code equal to that given
func (*DeleteSamlConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *DeleteSamlConfigurationOK) IsRedirect() bool
IsRedirect returns true when this delete saml configuration o k response has a 3xx status code
func (*DeleteSamlConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *DeleteSamlConfigurationOK) IsServerError() bool
IsServerError returns true when this delete saml configuration o k response has a 5xx status code
func (*DeleteSamlConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *DeleteSamlConfigurationOK) IsSuccess() bool
IsSuccess returns true when this delete saml configuration o k response has a 2xx status code
func (*DeleteSamlConfigurationOK) String ¶ added in v1.13.0
func (o *DeleteSamlConfigurationOK) String() string
type DeleteSamlConfigurationParams ¶
type DeleteSamlConfigurationParams struct { /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string /* Version. When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSamlConfigurationParams contains all the parameters to send to the API endpoint
for the delete saml configuration operation. Typically these are written to a http.Request.
func NewDeleteSamlConfigurationParams ¶
func NewDeleteSamlConfigurationParams() *DeleteSamlConfigurationParams
NewDeleteSamlConfigurationParams creates a new DeleteSamlConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSamlConfigurationParamsWithContext ¶
func NewDeleteSamlConfigurationParamsWithContext(ctx context.Context) *DeleteSamlConfigurationParams
NewDeleteSamlConfigurationParamsWithContext creates a new DeleteSamlConfigurationParams object with the ability to set a context for a request.
func NewDeleteSamlConfigurationParamsWithHTTPClient ¶
func NewDeleteSamlConfigurationParamsWithHTTPClient(client *http.Client) *DeleteSamlConfigurationParams
NewDeleteSamlConfigurationParamsWithHTTPClient creates a new DeleteSamlConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSamlConfigurationParamsWithTimeout ¶
func NewDeleteSamlConfigurationParamsWithTimeout(timeout time.Duration) *DeleteSamlConfigurationParams
NewDeleteSamlConfigurationParamsWithTimeout creates a new DeleteSamlConfigurationParams object with the ability to set a timeout on a request.
func (*DeleteSamlConfigurationParams) SetContext ¶
func (o *DeleteSamlConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete saml configuration params
func (*DeleteSamlConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *DeleteSamlConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the delete saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSamlConfigurationParams) SetHTTPClient ¶
func (o *DeleteSamlConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete saml configuration params
func (*DeleteSamlConfigurationParams) SetRealmID ¶
func (o *DeleteSamlConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the delete saml configuration params
func (*DeleteSamlConfigurationParams) SetTimeout ¶
func (o *DeleteSamlConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete saml configuration params
func (*DeleteSamlConfigurationParams) SetVersion ¶
func (o *DeleteSamlConfigurationParams) SetVersion(version *string)
SetVersion adds the version to the delete saml configuration params
func (*DeleteSamlConfigurationParams) WithContext ¶
func (o *DeleteSamlConfigurationParams) WithContext(ctx context.Context) *DeleteSamlConfigurationParams
WithContext adds the context to the delete saml configuration params
func (*DeleteSamlConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *DeleteSamlConfigurationParams) WithDefaults() *DeleteSamlConfigurationParams
WithDefaults hydrates default values in the delete saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSamlConfigurationParams) WithHTTPClient ¶
func (o *DeleteSamlConfigurationParams) WithHTTPClient(client *http.Client) *DeleteSamlConfigurationParams
WithHTTPClient adds the HTTPClient to the delete saml configuration params
func (*DeleteSamlConfigurationParams) WithRealmID ¶
func (o *DeleteSamlConfigurationParams) WithRealmID(realmID string) *DeleteSamlConfigurationParams
WithRealmID adds the realmID to the delete saml configuration params
func (*DeleteSamlConfigurationParams) WithTimeout ¶
func (o *DeleteSamlConfigurationParams) WithTimeout(timeout time.Duration) *DeleteSamlConfigurationParams
WithTimeout adds the timeout to the delete saml configuration params
func (*DeleteSamlConfigurationParams) WithVersion ¶
func (o *DeleteSamlConfigurationParams) WithVersion(version *string) *DeleteSamlConfigurationParams
WithVersion adds the version to the delete saml configuration params
func (*DeleteSamlConfigurationParams) WriteToRequest ¶
func (o *DeleteSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSamlConfigurationReader ¶
type DeleteSamlConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteSamlConfigurationReader is a Reader for the DeleteSamlConfiguration structure.
func (*DeleteSamlConfigurationReader) ReadResponse ¶
func (o *DeleteSamlConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetActiveDirectoryConfigurationNotFound ¶
type GetActiveDirectoryConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetActiveDirectoryConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewGetActiveDirectoryConfigurationNotFound ¶
func NewGetActiveDirectoryConfigurationNotFound() *GetActiveDirectoryConfigurationNotFound
NewGetActiveDirectoryConfigurationNotFound creates a GetActiveDirectoryConfigurationNotFound with default headers values
func (*GetActiveDirectoryConfigurationNotFound) Code ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationNotFound) Code() int
Code gets the status code for the get active directory configuration not found response
func (*GetActiveDirectoryConfigurationNotFound) Error ¶
func (o *GetActiveDirectoryConfigurationNotFound) Error() string
func (*GetActiveDirectoryConfigurationNotFound) GetPayload ¶
func (o *GetActiveDirectoryConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*GetActiveDirectoryConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationNotFound) IsClientError() bool
IsClientError returns true when this get active directory configuration not found response has a 4xx status code
func (*GetActiveDirectoryConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this get active directory configuration not found response a status code equal to that given
func (*GetActiveDirectoryConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this get active directory configuration not found response has a 3xx status code
func (*GetActiveDirectoryConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationNotFound) IsServerError() bool
IsServerError returns true when this get active directory configuration not found response has a 5xx status code
func (*GetActiveDirectoryConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this get active directory configuration not found response has a 2xx status code
func (*GetActiveDirectoryConfigurationNotFound) String ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationNotFound) String() string
type GetActiveDirectoryConfigurationOK ¶
type GetActiveDirectoryConfigurationOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.ActiveDirectorySettings }
GetActiveDirectoryConfigurationOK describes a response with status code 200, with default header values.
The Active Directory configuration was successfully retrieved
func NewGetActiveDirectoryConfigurationOK ¶
func NewGetActiveDirectoryConfigurationOK() *GetActiveDirectoryConfigurationOK
NewGetActiveDirectoryConfigurationOK creates a GetActiveDirectoryConfigurationOK with default headers values
func (*GetActiveDirectoryConfigurationOK) Code ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationOK) Code() int
Code gets the status code for the get active directory configuration o k response
func (*GetActiveDirectoryConfigurationOK) Error ¶
func (o *GetActiveDirectoryConfigurationOK) Error() string
func (*GetActiveDirectoryConfigurationOK) GetPayload ¶
func (o *GetActiveDirectoryConfigurationOK) GetPayload() *models.ActiveDirectorySettings
func (*GetActiveDirectoryConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationOK) IsClientError() bool
IsClientError returns true when this get active directory configuration o k response has a 4xx status code
func (*GetActiveDirectoryConfigurationOK) IsCode ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationOK) IsCode(code int) bool
IsCode returns true when this get active directory configuration o k response a status code equal to that given
func (*GetActiveDirectoryConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationOK) IsRedirect() bool
IsRedirect returns true when this get active directory configuration o k response has a 3xx status code
func (*GetActiveDirectoryConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationOK) IsServerError() bool
IsServerError returns true when this get active directory configuration o k response has a 5xx status code
func (*GetActiveDirectoryConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationOK) IsSuccess() bool
IsSuccess returns true when this get active directory configuration o k response has a 2xx status code
func (*GetActiveDirectoryConfigurationOK) String ¶ added in v1.13.0
func (o *GetActiveDirectoryConfigurationOK) String() string
type GetActiveDirectoryConfigurationParams ¶
type GetActiveDirectoryConfigurationParams struct { /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetActiveDirectoryConfigurationParams contains all the parameters to send to the API endpoint
for the get active directory configuration operation. Typically these are written to a http.Request.
func NewGetActiveDirectoryConfigurationParams ¶
func NewGetActiveDirectoryConfigurationParams() *GetActiveDirectoryConfigurationParams
NewGetActiveDirectoryConfigurationParams creates a new GetActiveDirectoryConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetActiveDirectoryConfigurationParamsWithContext ¶
func NewGetActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *GetActiveDirectoryConfigurationParams
NewGetActiveDirectoryConfigurationParamsWithContext creates a new GetActiveDirectoryConfigurationParams object with the ability to set a context for a request.
func NewGetActiveDirectoryConfigurationParamsWithHTTPClient ¶
func NewGetActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *GetActiveDirectoryConfigurationParams
NewGetActiveDirectoryConfigurationParamsWithHTTPClient creates a new GetActiveDirectoryConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewGetActiveDirectoryConfigurationParamsWithTimeout ¶
func NewGetActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *GetActiveDirectoryConfigurationParams
NewGetActiveDirectoryConfigurationParamsWithTimeout creates a new GetActiveDirectoryConfigurationParams object with the ability to set a timeout on a request.
func (*GetActiveDirectoryConfigurationParams) SetContext ¶
func (o *GetActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *GetActiveDirectoryConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the get active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetActiveDirectoryConfigurationParams) SetHTTPClient ¶
func (o *GetActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) SetRealmID ¶
func (o *GetActiveDirectoryConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) SetTimeout ¶
func (o *GetActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) WithContext ¶
func (o *GetActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *GetActiveDirectoryConfigurationParams
WithContext adds the context to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *GetActiveDirectoryConfigurationParams) WithDefaults() *GetActiveDirectoryConfigurationParams
WithDefaults hydrates default values in the get active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetActiveDirectoryConfigurationParams) WithHTTPClient ¶
func (o *GetActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *GetActiveDirectoryConfigurationParams
WithHTTPClient adds the HTTPClient to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) WithRealmID ¶
func (o *GetActiveDirectoryConfigurationParams) WithRealmID(realmID string) *GetActiveDirectoryConfigurationParams
WithRealmID adds the realmID to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) WithTimeout ¶
func (o *GetActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *GetActiveDirectoryConfigurationParams
WithTimeout adds the timeout to the get active directory configuration params
func (*GetActiveDirectoryConfigurationParams) WriteToRequest ¶
func (o *GetActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetActiveDirectoryConfigurationReader ¶
type GetActiveDirectoryConfigurationReader struct {
// contains filtered or unexported fields
}
GetActiveDirectoryConfigurationReader is a Reader for the GetActiveDirectoryConfiguration structure.
func (*GetActiveDirectoryConfigurationReader) ReadResponse ¶
func (o *GetActiveDirectoryConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetEnrollmentTokensOK ¶
type GetEnrollmentTokensOK struct {
Payload *models.ListEnrollmentTokenReply
}
GetEnrollmentTokensOK describes a response with status code 200, with default header values.
A token has been generated that can be used to start new servers with the requested roles
func NewGetEnrollmentTokensOK ¶
func NewGetEnrollmentTokensOK() *GetEnrollmentTokensOK
NewGetEnrollmentTokensOK creates a GetEnrollmentTokensOK with default headers values
func (*GetEnrollmentTokensOK) Code ¶ added in v1.13.0
func (o *GetEnrollmentTokensOK) Code() int
Code gets the status code for the get enrollment tokens o k response
func (*GetEnrollmentTokensOK) Error ¶
func (o *GetEnrollmentTokensOK) Error() string
func (*GetEnrollmentTokensOK) GetPayload ¶
func (o *GetEnrollmentTokensOK) GetPayload() *models.ListEnrollmentTokenReply
func (*GetEnrollmentTokensOK) IsClientError ¶ added in v1.13.0
func (o *GetEnrollmentTokensOK) IsClientError() bool
IsClientError returns true when this get enrollment tokens o k response has a 4xx status code
func (*GetEnrollmentTokensOK) IsCode ¶ added in v1.13.0
func (o *GetEnrollmentTokensOK) IsCode(code int) bool
IsCode returns true when this get enrollment tokens o k response a status code equal to that given
func (*GetEnrollmentTokensOK) IsRedirect ¶ added in v1.13.0
func (o *GetEnrollmentTokensOK) IsRedirect() bool
IsRedirect returns true when this get enrollment tokens o k response has a 3xx status code
func (*GetEnrollmentTokensOK) IsServerError ¶ added in v1.13.0
func (o *GetEnrollmentTokensOK) IsServerError() bool
IsServerError returns true when this get enrollment tokens o k response has a 5xx status code
func (*GetEnrollmentTokensOK) IsSuccess ¶ added in v1.13.0
func (o *GetEnrollmentTokensOK) IsSuccess() bool
IsSuccess returns true when this get enrollment tokens o k response has a 2xx status code
func (*GetEnrollmentTokensOK) String ¶ added in v1.13.0
func (o *GetEnrollmentTokensOK) String() string
type GetEnrollmentTokensParams ¶
type GetEnrollmentTokensParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetEnrollmentTokensParams contains all the parameters to send to the API endpoint
for the get enrollment tokens operation. Typically these are written to a http.Request.
func NewGetEnrollmentTokensParams ¶
func NewGetEnrollmentTokensParams() *GetEnrollmentTokensParams
NewGetEnrollmentTokensParams creates a new GetEnrollmentTokensParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetEnrollmentTokensParamsWithContext ¶
func NewGetEnrollmentTokensParamsWithContext(ctx context.Context) *GetEnrollmentTokensParams
NewGetEnrollmentTokensParamsWithContext creates a new GetEnrollmentTokensParams object with the ability to set a context for a request.
func NewGetEnrollmentTokensParamsWithHTTPClient ¶
func NewGetEnrollmentTokensParamsWithHTTPClient(client *http.Client) *GetEnrollmentTokensParams
NewGetEnrollmentTokensParamsWithHTTPClient creates a new GetEnrollmentTokensParams object with the ability to set a custom HTTPClient for a request.
func NewGetEnrollmentTokensParamsWithTimeout ¶
func NewGetEnrollmentTokensParamsWithTimeout(timeout time.Duration) *GetEnrollmentTokensParams
NewGetEnrollmentTokensParamsWithTimeout creates a new GetEnrollmentTokensParams object with the ability to set a timeout on a request.
func (*GetEnrollmentTokensParams) SetContext ¶
func (o *GetEnrollmentTokensParams) SetContext(ctx context.Context)
SetContext adds the context to the get enrollment tokens params
func (*GetEnrollmentTokensParams) SetDefaults ¶ added in v1.3.0
func (o *GetEnrollmentTokensParams) SetDefaults()
SetDefaults hydrates default values in the get enrollment tokens params (not the query body).
All values with no default are reset to their zero value.
func (*GetEnrollmentTokensParams) SetHTTPClient ¶
func (o *GetEnrollmentTokensParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get enrollment tokens params
func (*GetEnrollmentTokensParams) SetTimeout ¶
func (o *GetEnrollmentTokensParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get enrollment tokens params
func (*GetEnrollmentTokensParams) WithContext ¶
func (o *GetEnrollmentTokensParams) WithContext(ctx context.Context) *GetEnrollmentTokensParams
WithContext adds the context to the get enrollment tokens params
func (*GetEnrollmentTokensParams) WithDefaults ¶ added in v1.3.0
func (o *GetEnrollmentTokensParams) WithDefaults() *GetEnrollmentTokensParams
WithDefaults hydrates default values in the get enrollment tokens params (not the query body).
All values with no default are reset to their zero value.
func (*GetEnrollmentTokensParams) WithHTTPClient ¶
func (o *GetEnrollmentTokensParams) WithHTTPClient(client *http.Client) *GetEnrollmentTokensParams
WithHTTPClient adds the HTTPClient to the get enrollment tokens params
func (*GetEnrollmentTokensParams) WithTimeout ¶
func (o *GetEnrollmentTokensParams) WithTimeout(timeout time.Duration) *GetEnrollmentTokensParams
WithTimeout adds the timeout to the get enrollment tokens params
func (*GetEnrollmentTokensParams) WriteToRequest ¶
func (o *GetEnrollmentTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetEnrollmentTokensReader ¶
type GetEnrollmentTokensReader struct {
// contains filtered or unexported fields
}
GetEnrollmentTokensReader is a Reader for the GetEnrollmentTokens structure.
func (*GetEnrollmentTokensReader) ReadResponse ¶
func (o *GetEnrollmentTokensReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLdapConfigurationNotFound ¶
type GetLdapConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetLdapConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewGetLdapConfigurationNotFound ¶
func NewGetLdapConfigurationNotFound() *GetLdapConfigurationNotFound
NewGetLdapConfigurationNotFound creates a GetLdapConfigurationNotFound with default headers values
func (*GetLdapConfigurationNotFound) Code ¶ added in v1.13.0
func (o *GetLdapConfigurationNotFound) Code() int
Code gets the status code for the get ldap configuration not found response
func (*GetLdapConfigurationNotFound) Error ¶
func (o *GetLdapConfigurationNotFound) Error() string
func (*GetLdapConfigurationNotFound) GetPayload ¶
func (o *GetLdapConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*GetLdapConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *GetLdapConfigurationNotFound) IsClientError() bool
IsClientError returns true when this get ldap configuration not found response has a 4xx status code
func (*GetLdapConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *GetLdapConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this get ldap configuration not found response a status code equal to that given
func (*GetLdapConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetLdapConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this get ldap configuration not found response has a 3xx status code
func (*GetLdapConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *GetLdapConfigurationNotFound) IsServerError() bool
IsServerError returns true when this get ldap configuration not found response has a 5xx status code
func (*GetLdapConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetLdapConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this get ldap configuration not found response has a 2xx status code
func (*GetLdapConfigurationNotFound) String ¶ added in v1.13.0
func (o *GetLdapConfigurationNotFound) String() string
type GetLdapConfigurationOK ¶
type GetLdapConfigurationOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.LdapSettings }
GetLdapConfigurationOK describes a response with status code 200, with default header values.
The LDAP configuration was successfully retrieved
func NewGetLdapConfigurationOK ¶
func NewGetLdapConfigurationOK() *GetLdapConfigurationOK
NewGetLdapConfigurationOK creates a GetLdapConfigurationOK with default headers values
func (*GetLdapConfigurationOK) Code ¶ added in v1.13.0
func (o *GetLdapConfigurationOK) Code() int
Code gets the status code for the get ldap configuration o k response
func (*GetLdapConfigurationOK) Error ¶
func (o *GetLdapConfigurationOK) Error() string
func (*GetLdapConfigurationOK) GetPayload ¶
func (o *GetLdapConfigurationOK) GetPayload() *models.LdapSettings
func (*GetLdapConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *GetLdapConfigurationOK) IsClientError() bool
IsClientError returns true when this get ldap configuration o k response has a 4xx status code
func (*GetLdapConfigurationOK) IsCode ¶ added in v1.13.0
func (o *GetLdapConfigurationOK) IsCode(code int) bool
IsCode returns true when this get ldap configuration o k response a status code equal to that given
func (*GetLdapConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *GetLdapConfigurationOK) IsRedirect() bool
IsRedirect returns true when this get ldap configuration o k response has a 3xx status code
func (*GetLdapConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *GetLdapConfigurationOK) IsServerError() bool
IsServerError returns true when this get ldap configuration o k response has a 5xx status code
func (*GetLdapConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *GetLdapConfigurationOK) IsSuccess() bool
IsSuccess returns true when this get ldap configuration o k response has a 2xx status code
func (*GetLdapConfigurationOK) String ¶ added in v1.13.0
func (o *GetLdapConfigurationOK) String() string
type GetLdapConfigurationParams ¶
type GetLdapConfigurationParams struct { /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLdapConfigurationParams contains all the parameters to send to the API endpoint
for the get ldap configuration operation. Typically these are written to a http.Request.
func NewGetLdapConfigurationParams ¶
func NewGetLdapConfigurationParams() *GetLdapConfigurationParams
NewGetLdapConfigurationParams creates a new GetLdapConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetLdapConfigurationParamsWithContext ¶
func NewGetLdapConfigurationParamsWithContext(ctx context.Context) *GetLdapConfigurationParams
NewGetLdapConfigurationParamsWithContext creates a new GetLdapConfigurationParams object with the ability to set a context for a request.
func NewGetLdapConfigurationParamsWithHTTPClient ¶
func NewGetLdapConfigurationParamsWithHTTPClient(client *http.Client) *GetLdapConfigurationParams
NewGetLdapConfigurationParamsWithHTTPClient creates a new GetLdapConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewGetLdapConfigurationParamsWithTimeout ¶
func NewGetLdapConfigurationParamsWithTimeout(timeout time.Duration) *GetLdapConfigurationParams
NewGetLdapConfigurationParamsWithTimeout creates a new GetLdapConfigurationParams object with the ability to set a timeout on a request.
func (*GetLdapConfigurationParams) SetContext ¶
func (o *GetLdapConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the get ldap configuration params
func (*GetLdapConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *GetLdapConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the get ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetLdapConfigurationParams) SetHTTPClient ¶
func (o *GetLdapConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ldap configuration params
func (*GetLdapConfigurationParams) SetRealmID ¶
func (o *GetLdapConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the get ldap configuration params
func (*GetLdapConfigurationParams) SetTimeout ¶
func (o *GetLdapConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ldap configuration params
func (*GetLdapConfigurationParams) WithContext ¶
func (o *GetLdapConfigurationParams) WithContext(ctx context.Context) *GetLdapConfigurationParams
WithContext adds the context to the get ldap configuration params
func (*GetLdapConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *GetLdapConfigurationParams) WithDefaults() *GetLdapConfigurationParams
WithDefaults hydrates default values in the get ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetLdapConfigurationParams) WithHTTPClient ¶
func (o *GetLdapConfigurationParams) WithHTTPClient(client *http.Client) *GetLdapConfigurationParams
WithHTTPClient adds the HTTPClient to the get ldap configuration params
func (*GetLdapConfigurationParams) WithRealmID ¶
func (o *GetLdapConfigurationParams) WithRealmID(realmID string) *GetLdapConfigurationParams
WithRealmID adds the realmID to the get ldap configuration params
func (*GetLdapConfigurationParams) WithTimeout ¶
func (o *GetLdapConfigurationParams) WithTimeout(timeout time.Duration) *GetLdapConfigurationParams
WithTimeout adds the timeout to the get ldap configuration params
func (*GetLdapConfigurationParams) WriteToRequest ¶
func (o *GetLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLdapConfigurationReader ¶
type GetLdapConfigurationReader struct {
// contains filtered or unexported fields
}
GetLdapConfigurationReader is a Reader for the GetLdapConfiguration structure.
func (*GetLdapConfigurationReader) ReadResponse ¶
func (o *GetLdapConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSamlConfigurationNotFound ¶
type GetSamlConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetSamlConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewGetSamlConfigurationNotFound ¶
func NewGetSamlConfigurationNotFound() *GetSamlConfigurationNotFound
NewGetSamlConfigurationNotFound creates a GetSamlConfigurationNotFound with default headers values
func (*GetSamlConfigurationNotFound) Code ¶ added in v1.13.0
func (o *GetSamlConfigurationNotFound) Code() int
Code gets the status code for the get saml configuration not found response
func (*GetSamlConfigurationNotFound) Error ¶
func (o *GetSamlConfigurationNotFound) Error() string
func (*GetSamlConfigurationNotFound) GetPayload ¶
func (o *GetSamlConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*GetSamlConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *GetSamlConfigurationNotFound) IsClientError() bool
IsClientError returns true when this get saml configuration not found response has a 4xx status code
func (*GetSamlConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *GetSamlConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this get saml configuration not found response a status code equal to that given
func (*GetSamlConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetSamlConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this get saml configuration not found response has a 3xx status code
func (*GetSamlConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *GetSamlConfigurationNotFound) IsServerError() bool
IsServerError returns true when this get saml configuration not found response has a 5xx status code
func (*GetSamlConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetSamlConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this get saml configuration not found response has a 2xx status code
func (*GetSamlConfigurationNotFound) String ¶ added in v1.13.0
func (o *GetSamlConfigurationNotFound) String() string
type GetSamlConfigurationOK ¶
type GetSamlConfigurationOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.SamlSettings }
GetSamlConfigurationOK describes a response with status code 200, with default header values.
The SAML configuration was successfully retrieved
func NewGetSamlConfigurationOK ¶
func NewGetSamlConfigurationOK() *GetSamlConfigurationOK
NewGetSamlConfigurationOK creates a GetSamlConfigurationOK with default headers values
func (*GetSamlConfigurationOK) Code ¶ added in v1.13.0
func (o *GetSamlConfigurationOK) Code() int
Code gets the status code for the get saml configuration o k response
func (*GetSamlConfigurationOK) Error ¶
func (o *GetSamlConfigurationOK) Error() string
func (*GetSamlConfigurationOK) GetPayload ¶
func (o *GetSamlConfigurationOK) GetPayload() *models.SamlSettings
func (*GetSamlConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *GetSamlConfigurationOK) IsClientError() bool
IsClientError returns true when this get saml configuration o k response has a 4xx status code
func (*GetSamlConfigurationOK) IsCode ¶ added in v1.13.0
func (o *GetSamlConfigurationOK) IsCode(code int) bool
IsCode returns true when this get saml configuration o k response a status code equal to that given
func (*GetSamlConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *GetSamlConfigurationOK) IsRedirect() bool
IsRedirect returns true when this get saml configuration o k response has a 3xx status code
func (*GetSamlConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *GetSamlConfigurationOK) IsServerError() bool
IsServerError returns true when this get saml configuration o k response has a 5xx status code
func (*GetSamlConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *GetSamlConfigurationOK) IsSuccess() bool
IsSuccess returns true when this get saml configuration o k response has a 2xx status code
func (*GetSamlConfigurationOK) String ¶ added in v1.13.0
func (o *GetSamlConfigurationOK) String() string
type GetSamlConfigurationParams ¶
type GetSamlConfigurationParams struct { /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSamlConfigurationParams contains all the parameters to send to the API endpoint
for the get saml configuration operation. Typically these are written to a http.Request.
func NewGetSamlConfigurationParams ¶
func NewGetSamlConfigurationParams() *GetSamlConfigurationParams
NewGetSamlConfigurationParams creates a new GetSamlConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSamlConfigurationParamsWithContext ¶
func NewGetSamlConfigurationParamsWithContext(ctx context.Context) *GetSamlConfigurationParams
NewGetSamlConfigurationParamsWithContext creates a new GetSamlConfigurationParams object with the ability to set a context for a request.
func NewGetSamlConfigurationParamsWithHTTPClient ¶
func NewGetSamlConfigurationParamsWithHTTPClient(client *http.Client) *GetSamlConfigurationParams
NewGetSamlConfigurationParamsWithHTTPClient creates a new GetSamlConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewGetSamlConfigurationParamsWithTimeout ¶
func NewGetSamlConfigurationParamsWithTimeout(timeout time.Duration) *GetSamlConfigurationParams
NewGetSamlConfigurationParamsWithTimeout creates a new GetSamlConfigurationParams object with the ability to set a timeout on a request.
func (*GetSamlConfigurationParams) SetContext ¶
func (o *GetSamlConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the get saml configuration params
func (*GetSamlConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *GetSamlConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the get saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetSamlConfigurationParams) SetHTTPClient ¶
func (o *GetSamlConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get saml configuration params
func (*GetSamlConfigurationParams) SetRealmID ¶
func (o *GetSamlConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the get saml configuration params
func (*GetSamlConfigurationParams) SetTimeout ¶
func (o *GetSamlConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get saml configuration params
func (*GetSamlConfigurationParams) WithContext ¶
func (o *GetSamlConfigurationParams) WithContext(ctx context.Context) *GetSamlConfigurationParams
WithContext adds the context to the get saml configuration params
func (*GetSamlConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *GetSamlConfigurationParams) WithDefaults() *GetSamlConfigurationParams
WithDefaults hydrates default values in the get saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetSamlConfigurationParams) WithHTTPClient ¶
func (o *GetSamlConfigurationParams) WithHTTPClient(client *http.Client) *GetSamlConfigurationParams
WithHTTPClient adds the HTTPClient to the get saml configuration params
func (*GetSamlConfigurationParams) WithRealmID ¶
func (o *GetSamlConfigurationParams) WithRealmID(realmID string) *GetSamlConfigurationParams
WithRealmID adds the realmID to the get saml configuration params
func (*GetSamlConfigurationParams) WithTimeout ¶
func (o *GetSamlConfigurationParams) WithTimeout(timeout time.Duration) *GetSamlConfigurationParams
WithTimeout adds the timeout to the get saml configuration params
func (*GetSamlConfigurationParams) WriteToRequest ¶
func (o *GetSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSamlConfigurationReader ¶
type GetSamlConfigurationReader struct {
// contains filtered or unexported fields
}
GetSamlConfigurationReader is a Reader for the GetSamlConfiguration structure.
func (*GetSamlConfigurationReader) ReadResponse ¶
func (o *GetSamlConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSecurityDeploymentNotFound ¶
type GetSecurityDeploymentNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetSecurityDeploymentNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_deployment.not_found`)
func NewGetSecurityDeploymentNotFound ¶
func NewGetSecurityDeploymentNotFound() *GetSecurityDeploymentNotFound
NewGetSecurityDeploymentNotFound creates a GetSecurityDeploymentNotFound with default headers values
func (*GetSecurityDeploymentNotFound) Code ¶ added in v1.13.0
func (o *GetSecurityDeploymentNotFound) Code() int
Code gets the status code for the get security deployment not found response
func (*GetSecurityDeploymentNotFound) Error ¶
func (o *GetSecurityDeploymentNotFound) Error() string
func (*GetSecurityDeploymentNotFound) GetPayload ¶
func (o *GetSecurityDeploymentNotFound) GetPayload() *models.BasicFailedReply
func (*GetSecurityDeploymentNotFound) IsClientError ¶ added in v1.13.0
func (o *GetSecurityDeploymentNotFound) IsClientError() bool
IsClientError returns true when this get security deployment not found response has a 4xx status code
func (*GetSecurityDeploymentNotFound) IsCode ¶ added in v1.13.0
func (o *GetSecurityDeploymentNotFound) IsCode(code int) bool
IsCode returns true when this get security deployment not found response a status code equal to that given
func (*GetSecurityDeploymentNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetSecurityDeploymentNotFound) IsRedirect() bool
IsRedirect returns true when this get security deployment not found response has a 3xx status code
func (*GetSecurityDeploymentNotFound) IsServerError ¶ added in v1.13.0
func (o *GetSecurityDeploymentNotFound) IsServerError() bool
IsServerError returns true when this get security deployment not found response has a 5xx status code
func (*GetSecurityDeploymentNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetSecurityDeploymentNotFound) IsSuccess() bool
IsSuccess returns true when this get security deployment not found response has a 2xx status code
func (*GetSecurityDeploymentNotFound) String ¶ added in v1.13.0
func (o *GetSecurityDeploymentNotFound) String() string
type GetSecurityDeploymentOK ¶
type GetSecurityDeploymentOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.SecurityDeployment }
GetSecurityDeploymentOK describes a response with status code 200, with default header values.
The security deployment was successfully returned
func NewGetSecurityDeploymentOK ¶
func NewGetSecurityDeploymentOK() *GetSecurityDeploymentOK
NewGetSecurityDeploymentOK creates a GetSecurityDeploymentOK with default headers values
func (*GetSecurityDeploymentOK) Code ¶ added in v1.13.0
func (o *GetSecurityDeploymentOK) Code() int
Code gets the status code for the get security deployment o k response
func (*GetSecurityDeploymentOK) Error ¶
func (o *GetSecurityDeploymentOK) Error() string
func (*GetSecurityDeploymentOK) GetPayload ¶
func (o *GetSecurityDeploymentOK) GetPayload() *models.SecurityDeployment
func (*GetSecurityDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *GetSecurityDeploymentOK) IsClientError() bool
IsClientError returns true when this get security deployment o k response has a 4xx status code
func (*GetSecurityDeploymentOK) IsCode ¶ added in v1.13.0
func (o *GetSecurityDeploymentOK) IsCode(code int) bool
IsCode returns true when this get security deployment o k response a status code equal to that given
func (*GetSecurityDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *GetSecurityDeploymentOK) IsRedirect() bool
IsRedirect returns true when this get security deployment o k response has a 3xx status code
func (*GetSecurityDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *GetSecurityDeploymentOK) IsServerError() bool
IsServerError returns true when this get security deployment o k response has a 5xx status code
func (*GetSecurityDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *GetSecurityDeploymentOK) IsSuccess() bool
IsSuccess returns true when this get security deployment o k response has a 2xx status code
func (*GetSecurityDeploymentOK) String ¶ added in v1.13.0
func (o *GetSecurityDeploymentOK) String() string
type GetSecurityDeploymentParams ¶
type GetSecurityDeploymentParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSecurityDeploymentParams contains all the parameters to send to the API endpoint
for the get security deployment operation. Typically these are written to a http.Request.
func NewGetSecurityDeploymentParams ¶
func NewGetSecurityDeploymentParams() *GetSecurityDeploymentParams
NewGetSecurityDeploymentParams creates a new GetSecurityDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSecurityDeploymentParamsWithContext ¶
func NewGetSecurityDeploymentParamsWithContext(ctx context.Context) *GetSecurityDeploymentParams
NewGetSecurityDeploymentParamsWithContext creates a new GetSecurityDeploymentParams object with the ability to set a context for a request.
func NewGetSecurityDeploymentParamsWithHTTPClient ¶
func NewGetSecurityDeploymentParamsWithHTTPClient(client *http.Client) *GetSecurityDeploymentParams
NewGetSecurityDeploymentParamsWithHTTPClient creates a new GetSecurityDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewGetSecurityDeploymentParamsWithTimeout ¶
func NewGetSecurityDeploymentParamsWithTimeout(timeout time.Duration) *GetSecurityDeploymentParams
NewGetSecurityDeploymentParamsWithTimeout creates a new GetSecurityDeploymentParams object with the ability to set a timeout on a request.
func (*GetSecurityDeploymentParams) SetContext ¶
func (o *GetSecurityDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the get security deployment params
func (*GetSecurityDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *GetSecurityDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the get security deployment params (not the query body).
All values with no default are reset to their zero value.
func (*GetSecurityDeploymentParams) SetHTTPClient ¶
func (o *GetSecurityDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get security deployment params
func (*GetSecurityDeploymentParams) SetTimeout ¶
func (o *GetSecurityDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get security deployment params
func (*GetSecurityDeploymentParams) WithContext ¶
func (o *GetSecurityDeploymentParams) WithContext(ctx context.Context) *GetSecurityDeploymentParams
WithContext adds the context to the get security deployment params
func (*GetSecurityDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *GetSecurityDeploymentParams) WithDefaults() *GetSecurityDeploymentParams
WithDefaults hydrates default values in the get security deployment params (not the query body).
All values with no default are reset to their zero value.
func (*GetSecurityDeploymentParams) WithHTTPClient ¶
func (o *GetSecurityDeploymentParams) WithHTTPClient(client *http.Client) *GetSecurityDeploymentParams
WithHTTPClient adds the HTTPClient to the get security deployment params
func (*GetSecurityDeploymentParams) WithTimeout ¶
func (o *GetSecurityDeploymentParams) WithTimeout(timeout time.Duration) *GetSecurityDeploymentParams
WithTimeout adds the timeout to the get security deployment params
func (*GetSecurityDeploymentParams) WriteToRequest ¶
func (o *GetSecurityDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSecurityDeploymentReader ¶
type GetSecurityDeploymentReader struct {
// contains filtered or unexported fields
}
GetSecurityDeploymentReader is a Reader for the GetSecurityDeployment structure.
func (*GetSecurityDeploymentReader) ReadResponse ¶
func (o *GetSecurityDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSecurityRealmConfigurationsOK ¶
type GetSecurityRealmConfigurationsOK struct {
Payload *models.SecurityRealmInfoList
}
GetSecurityRealmConfigurationsOK describes a response with status code 200, with default header values.
The security realm configurations were successfully returned
func NewGetSecurityRealmConfigurationsOK ¶
func NewGetSecurityRealmConfigurationsOK() *GetSecurityRealmConfigurationsOK
NewGetSecurityRealmConfigurationsOK creates a GetSecurityRealmConfigurationsOK with default headers values
func (*GetSecurityRealmConfigurationsOK) Code ¶ added in v1.13.0
func (o *GetSecurityRealmConfigurationsOK) Code() int
Code gets the status code for the get security realm configurations o k response
func (*GetSecurityRealmConfigurationsOK) Error ¶
func (o *GetSecurityRealmConfigurationsOK) Error() string
func (*GetSecurityRealmConfigurationsOK) GetPayload ¶
func (o *GetSecurityRealmConfigurationsOK) GetPayload() *models.SecurityRealmInfoList
func (*GetSecurityRealmConfigurationsOK) IsClientError ¶ added in v1.13.0
func (o *GetSecurityRealmConfigurationsOK) IsClientError() bool
IsClientError returns true when this get security realm configurations o k response has a 4xx status code
func (*GetSecurityRealmConfigurationsOK) IsCode ¶ added in v1.13.0
func (o *GetSecurityRealmConfigurationsOK) IsCode(code int) bool
IsCode returns true when this get security realm configurations o k response a status code equal to that given
func (*GetSecurityRealmConfigurationsOK) IsRedirect ¶ added in v1.13.0
func (o *GetSecurityRealmConfigurationsOK) IsRedirect() bool
IsRedirect returns true when this get security realm configurations o k response has a 3xx status code
func (*GetSecurityRealmConfigurationsOK) IsServerError ¶ added in v1.13.0
func (o *GetSecurityRealmConfigurationsOK) IsServerError() bool
IsServerError returns true when this get security realm configurations o k response has a 5xx status code
func (*GetSecurityRealmConfigurationsOK) IsSuccess ¶ added in v1.13.0
func (o *GetSecurityRealmConfigurationsOK) IsSuccess() bool
IsSuccess returns true when this get security realm configurations o k response has a 2xx status code
func (*GetSecurityRealmConfigurationsOK) String ¶ added in v1.13.0
func (o *GetSecurityRealmConfigurationsOK) String() string
type GetSecurityRealmConfigurationsParams ¶
type GetSecurityRealmConfigurationsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSecurityRealmConfigurationsParams contains all the parameters to send to the API endpoint
for the get security realm configurations operation. Typically these are written to a http.Request.
func NewGetSecurityRealmConfigurationsParams ¶
func NewGetSecurityRealmConfigurationsParams() *GetSecurityRealmConfigurationsParams
NewGetSecurityRealmConfigurationsParams creates a new GetSecurityRealmConfigurationsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSecurityRealmConfigurationsParamsWithContext ¶
func NewGetSecurityRealmConfigurationsParamsWithContext(ctx context.Context) *GetSecurityRealmConfigurationsParams
NewGetSecurityRealmConfigurationsParamsWithContext creates a new GetSecurityRealmConfigurationsParams object with the ability to set a context for a request.
func NewGetSecurityRealmConfigurationsParamsWithHTTPClient ¶
func NewGetSecurityRealmConfigurationsParamsWithHTTPClient(client *http.Client) *GetSecurityRealmConfigurationsParams
NewGetSecurityRealmConfigurationsParamsWithHTTPClient creates a new GetSecurityRealmConfigurationsParams object with the ability to set a custom HTTPClient for a request.
func NewGetSecurityRealmConfigurationsParamsWithTimeout ¶
func NewGetSecurityRealmConfigurationsParamsWithTimeout(timeout time.Duration) *GetSecurityRealmConfigurationsParams
NewGetSecurityRealmConfigurationsParamsWithTimeout creates a new GetSecurityRealmConfigurationsParams object with the ability to set a timeout on a request.
func (*GetSecurityRealmConfigurationsParams) SetContext ¶
func (o *GetSecurityRealmConfigurationsParams) SetContext(ctx context.Context)
SetContext adds the context to the get security realm configurations params
func (*GetSecurityRealmConfigurationsParams) SetDefaults ¶ added in v1.3.0
func (o *GetSecurityRealmConfigurationsParams) SetDefaults()
SetDefaults hydrates default values in the get security realm configurations params (not the query body).
All values with no default are reset to their zero value.
func (*GetSecurityRealmConfigurationsParams) SetHTTPClient ¶
func (o *GetSecurityRealmConfigurationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get security realm configurations params
func (*GetSecurityRealmConfigurationsParams) SetTimeout ¶
func (o *GetSecurityRealmConfigurationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get security realm configurations params
func (*GetSecurityRealmConfigurationsParams) WithContext ¶
func (o *GetSecurityRealmConfigurationsParams) WithContext(ctx context.Context) *GetSecurityRealmConfigurationsParams
WithContext adds the context to the get security realm configurations params
func (*GetSecurityRealmConfigurationsParams) WithDefaults ¶ added in v1.3.0
func (o *GetSecurityRealmConfigurationsParams) WithDefaults() *GetSecurityRealmConfigurationsParams
WithDefaults hydrates default values in the get security realm configurations params (not the query body).
All values with no default are reset to their zero value.
func (*GetSecurityRealmConfigurationsParams) WithHTTPClient ¶
func (o *GetSecurityRealmConfigurationsParams) WithHTTPClient(client *http.Client) *GetSecurityRealmConfigurationsParams
WithHTTPClient adds the HTTPClient to the get security realm configurations params
func (*GetSecurityRealmConfigurationsParams) WithTimeout ¶
func (o *GetSecurityRealmConfigurationsParams) WithTimeout(timeout time.Duration) *GetSecurityRealmConfigurationsParams
WithTimeout adds the timeout to the get security realm configurations params
func (*GetSecurityRealmConfigurationsParams) WriteToRequest ¶
func (o *GetSecurityRealmConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSecurityRealmConfigurationsReader ¶
type GetSecurityRealmConfigurationsReader struct {
// contains filtered or unexported fields
}
GetSecurityRealmConfigurationsReader is a Reader for the GetSecurityRealmConfigurations structure.
func (*GetSecurityRealmConfigurationsReader) ReadResponse ¶
func (o *GetSecurityRealmConfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTLSCertificateOK ¶
type GetTLSCertificateOK struct {
Payload *models.TLSPublicCertChain
}
GetTLSCertificateOK describes a response with status code 200, with default header values.
The TLS certificate chain, with private key omitted, for the given service and whether it was user specified
func NewGetTLSCertificateOK ¶
func NewGetTLSCertificateOK() *GetTLSCertificateOK
NewGetTLSCertificateOK creates a GetTLSCertificateOK with default headers values
func (*GetTLSCertificateOK) Code ¶ added in v1.13.0
func (o *GetTLSCertificateOK) Code() int
Code gets the status code for the get Tls certificate o k response
func (*GetTLSCertificateOK) Error ¶
func (o *GetTLSCertificateOK) Error() string
func (*GetTLSCertificateOK) GetPayload ¶
func (o *GetTLSCertificateOK) GetPayload() *models.TLSPublicCertChain
func (*GetTLSCertificateOK) IsClientError ¶ added in v1.13.0
func (o *GetTLSCertificateOK) IsClientError() bool
IsClientError returns true when this get Tls certificate o k response has a 4xx status code
func (*GetTLSCertificateOK) IsCode ¶ added in v1.13.0
func (o *GetTLSCertificateOK) IsCode(code int) bool
IsCode returns true when this get Tls certificate o k response a status code equal to that given
func (*GetTLSCertificateOK) IsRedirect ¶ added in v1.13.0
func (o *GetTLSCertificateOK) IsRedirect() bool
IsRedirect returns true when this get Tls certificate o k response has a 3xx status code
func (*GetTLSCertificateOK) IsServerError ¶ added in v1.13.0
func (o *GetTLSCertificateOK) IsServerError() bool
IsServerError returns true when this get Tls certificate o k response has a 5xx status code
func (*GetTLSCertificateOK) IsSuccess ¶ added in v1.13.0
func (o *GetTLSCertificateOK) IsSuccess() bool
IsSuccess returns true when this get Tls certificate o k response has a 2xx status code
func (*GetTLSCertificateOK) String ¶ added in v1.13.0
func (o *GetTLSCertificateOK) String() string
type GetTLSCertificateParams ¶
type GetTLSCertificateParams struct { /* ServiceName. The service certificate chain to read. */ ServiceName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetTLSCertificateParams contains all the parameters to send to the API endpoint
for the get tls certificate operation. Typically these are written to a http.Request.
func NewGetTLSCertificateParams ¶
func NewGetTLSCertificateParams() *GetTLSCertificateParams
NewGetTLSCertificateParams creates a new GetTLSCertificateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTLSCertificateParamsWithContext ¶
func NewGetTLSCertificateParamsWithContext(ctx context.Context) *GetTLSCertificateParams
NewGetTLSCertificateParamsWithContext creates a new GetTLSCertificateParams object with the ability to set a context for a request.
func NewGetTLSCertificateParamsWithHTTPClient ¶
func NewGetTLSCertificateParamsWithHTTPClient(client *http.Client) *GetTLSCertificateParams
NewGetTLSCertificateParamsWithHTTPClient creates a new GetTLSCertificateParams object with the ability to set a custom HTTPClient for a request.
func NewGetTLSCertificateParamsWithTimeout ¶
func NewGetTLSCertificateParamsWithTimeout(timeout time.Duration) *GetTLSCertificateParams
NewGetTLSCertificateParamsWithTimeout creates a new GetTLSCertificateParams object with the ability to set a timeout on a request.
func (*GetTLSCertificateParams) SetContext ¶
func (o *GetTLSCertificateParams) SetContext(ctx context.Context)
SetContext adds the context to the get tls certificate params
func (*GetTLSCertificateParams) SetDefaults ¶ added in v1.3.0
func (o *GetTLSCertificateParams) SetDefaults()
SetDefaults hydrates default values in the get tls certificate params (not the query body).
All values with no default are reset to their zero value.
func (*GetTLSCertificateParams) SetHTTPClient ¶
func (o *GetTLSCertificateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get tls certificate params
func (*GetTLSCertificateParams) SetServiceName ¶
func (o *GetTLSCertificateParams) SetServiceName(serviceName string)
SetServiceName adds the serviceName to the get tls certificate params
func (*GetTLSCertificateParams) SetTimeout ¶
func (o *GetTLSCertificateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get tls certificate params
func (*GetTLSCertificateParams) WithContext ¶
func (o *GetTLSCertificateParams) WithContext(ctx context.Context) *GetTLSCertificateParams
WithContext adds the context to the get tls certificate params
func (*GetTLSCertificateParams) WithDefaults ¶ added in v1.3.0
func (o *GetTLSCertificateParams) WithDefaults() *GetTLSCertificateParams
WithDefaults hydrates default values in the get tls certificate params (not the query body).
All values with no default are reset to their zero value.
func (*GetTLSCertificateParams) WithHTTPClient ¶
func (o *GetTLSCertificateParams) WithHTTPClient(client *http.Client) *GetTLSCertificateParams
WithHTTPClient adds the HTTPClient to the get tls certificate params
func (*GetTLSCertificateParams) WithServiceName ¶
func (o *GetTLSCertificateParams) WithServiceName(serviceName string) *GetTLSCertificateParams
WithServiceName adds the serviceName to the get tls certificate params
func (*GetTLSCertificateParams) WithTimeout ¶
func (o *GetTLSCertificateParams) WithTimeout(timeout time.Duration) *GetTLSCertificateParams
WithTimeout adds the timeout to the get tls certificate params
func (*GetTLSCertificateParams) WriteToRequest ¶
func (o *GetTLSCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTLSCertificateReader ¶
type GetTLSCertificateReader struct {
// contains filtered or unexported fields
}
GetTLSCertificateReader is a Reader for the GetTLSCertificate structure.
func (*GetTLSCertificateReader) ReadResponse ¶
func (o *GetTLSCertificateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReorderSecurityRealmsBadRequest ¶
type ReorderSecurityRealmsBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ReorderSecurityRealmsBadRequest describes a response with status code 400, with default header values. * Invalid ids . (code: `security_realm.invalid_ids`)
* Missing ids . (code: `security_realm.missing_ids`)
func NewReorderSecurityRealmsBadRequest ¶
func NewReorderSecurityRealmsBadRequest() *ReorderSecurityRealmsBadRequest
NewReorderSecurityRealmsBadRequest creates a ReorderSecurityRealmsBadRequest with default headers values
func (*ReorderSecurityRealmsBadRequest) Code ¶ added in v1.13.0
func (o *ReorderSecurityRealmsBadRequest) Code() int
Code gets the status code for the reorder security realms bad request response
func (*ReorderSecurityRealmsBadRequest) Error ¶
func (o *ReorderSecurityRealmsBadRequest) Error() string
func (*ReorderSecurityRealmsBadRequest) GetPayload ¶
func (o *ReorderSecurityRealmsBadRequest) GetPayload() *models.BasicFailedReply
func (*ReorderSecurityRealmsBadRequest) IsClientError ¶ added in v1.13.0
func (o *ReorderSecurityRealmsBadRequest) IsClientError() bool
IsClientError returns true when this reorder security realms bad request response has a 4xx status code
func (*ReorderSecurityRealmsBadRequest) IsCode ¶ added in v1.13.0
func (o *ReorderSecurityRealmsBadRequest) IsCode(code int) bool
IsCode returns true when this reorder security realms bad request response a status code equal to that given
func (*ReorderSecurityRealmsBadRequest) IsRedirect ¶ added in v1.13.0
func (o *ReorderSecurityRealmsBadRequest) IsRedirect() bool
IsRedirect returns true when this reorder security realms bad request response has a 3xx status code
func (*ReorderSecurityRealmsBadRequest) IsServerError ¶ added in v1.13.0
func (o *ReorderSecurityRealmsBadRequest) IsServerError() bool
IsServerError returns true when this reorder security realms bad request response has a 5xx status code
func (*ReorderSecurityRealmsBadRequest) IsSuccess ¶ added in v1.13.0
func (o *ReorderSecurityRealmsBadRequest) IsSuccess() bool
IsSuccess returns true when this reorder security realms bad request response has a 2xx status code
func (*ReorderSecurityRealmsBadRequest) String ¶ added in v1.13.0
func (o *ReorderSecurityRealmsBadRequest) String() string
type ReorderSecurityRealmsOK ¶
type ReorderSecurityRealmsOK struct {
Payload models.EmptyResponse
}
ReorderSecurityRealmsOK describes a response with status code 200, with default header values.
The reorder request was successful
func NewReorderSecurityRealmsOK ¶
func NewReorderSecurityRealmsOK() *ReorderSecurityRealmsOK
NewReorderSecurityRealmsOK creates a ReorderSecurityRealmsOK with default headers values
func (*ReorderSecurityRealmsOK) Code ¶ added in v1.13.0
func (o *ReorderSecurityRealmsOK) Code() int
Code gets the status code for the reorder security realms o k response
func (*ReorderSecurityRealmsOK) Error ¶
func (o *ReorderSecurityRealmsOK) Error() string
func (*ReorderSecurityRealmsOK) GetPayload ¶
func (o *ReorderSecurityRealmsOK) GetPayload() models.EmptyResponse
func (*ReorderSecurityRealmsOK) IsClientError ¶ added in v1.13.0
func (o *ReorderSecurityRealmsOK) IsClientError() bool
IsClientError returns true when this reorder security realms o k response has a 4xx status code
func (*ReorderSecurityRealmsOK) IsCode ¶ added in v1.13.0
func (o *ReorderSecurityRealmsOK) IsCode(code int) bool
IsCode returns true when this reorder security realms o k response a status code equal to that given
func (*ReorderSecurityRealmsOK) IsRedirect ¶ added in v1.13.0
func (o *ReorderSecurityRealmsOK) IsRedirect() bool
IsRedirect returns true when this reorder security realms o k response has a 3xx status code
func (*ReorderSecurityRealmsOK) IsServerError ¶ added in v1.13.0
func (o *ReorderSecurityRealmsOK) IsServerError() bool
IsServerError returns true when this reorder security realms o k response has a 5xx status code
func (*ReorderSecurityRealmsOK) IsSuccess ¶ added in v1.13.0
func (o *ReorderSecurityRealmsOK) IsSuccess() bool
IsSuccess returns true when this reorder security realms o k response has a 2xx status code
func (*ReorderSecurityRealmsOK) String ¶ added in v1.13.0
func (o *ReorderSecurityRealmsOK) String() string
type ReorderSecurityRealmsParams ¶
type ReorderSecurityRealmsParams struct { /* Body. The reorder request */ Body *models.SecurityRealmsReorderRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReorderSecurityRealmsParams contains all the parameters to send to the API endpoint
for the reorder security realms operation. Typically these are written to a http.Request.
func NewReorderSecurityRealmsParams ¶
func NewReorderSecurityRealmsParams() *ReorderSecurityRealmsParams
NewReorderSecurityRealmsParams creates a new ReorderSecurityRealmsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReorderSecurityRealmsParamsWithContext ¶
func NewReorderSecurityRealmsParamsWithContext(ctx context.Context) *ReorderSecurityRealmsParams
NewReorderSecurityRealmsParamsWithContext creates a new ReorderSecurityRealmsParams object with the ability to set a context for a request.
func NewReorderSecurityRealmsParamsWithHTTPClient ¶
func NewReorderSecurityRealmsParamsWithHTTPClient(client *http.Client) *ReorderSecurityRealmsParams
NewReorderSecurityRealmsParamsWithHTTPClient creates a new ReorderSecurityRealmsParams object with the ability to set a custom HTTPClient for a request.
func NewReorderSecurityRealmsParamsWithTimeout ¶
func NewReorderSecurityRealmsParamsWithTimeout(timeout time.Duration) *ReorderSecurityRealmsParams
NewReorderSecurityRealmsParamsWithTimeout creates a new ReorderSecurityRealmsParams object with the ability to set a timeout on a request.
func (*ReorderSecurityRealmsParams) SetBody ¶
func (o *ReorderSecurityRealmsParams) SetBody(body *models.SecurityRealmsReorderRequest)
SetBody adds the body to the reorder security realms params
func (*ReorderSecurityRealmsParams) SetContext ¶
func (o *ReorderSecurityRealmsParams) SetContext(ctx context.Context)
SetContext adds the context to the reorder security realms params
func (*ReorderSecurityRealmsParams) SetDefaults ¶ added in v1.3.0
func (o *ReorderSecurityRealmsParams) SetDefaults()
SetDefaults hydrates default values in the reorder security realms params (not the query body).
All values with no default are reset to their zero value.
func (*ReorderSecurityRealmsParams) SetHTTPClient ¶
func (o *ReorderSecurityRealmsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the reorder security realms params
func (*ReorderSecurityRealmsParams) SetTimeout ¶
func (o *ReorderSecurityRealmsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the reorder security realms params
func (*ReorderSecurityRealmsParams) WithBody ¶
func (o *ReorderSecurityRealmsParams) WithBody(body *models.SecurityRealmsReorderRequest) *ReorderSecurityRealmsParams
WithBody adds the body to the reorder security realms params
func (*ReorderSecurityRealmsParams) WithContext ¶
func (o *ReorderSecurityRealmsParams) WithContext(ctx context.Context) *ReorderSecurityRealmsParams
WithContext adds the context to the reorder security realms params
func (*ReorderSecurityRealmsParams) WithDefaults ¶ added in v1.3.0
func (o *ReorderSecurityRealmsParams) WithDefaults() *ReorderSecurityRealmsParams
WithDefaults hydrates default values in the reorder security realms params (not the query body).
All values with no default are reset to their zero value.
func (*ReorderSecurityRealmsParams) WithHTTPClient ¶
func (o *ReorderSecurityRealmsParams) WithHTTPClient(client *http.Client) *ReorderSecurityRealmsParams
WithHTTPClient adds the HTTPClient to the reorder security realms params
func (*ReorderSecurityRealmsParams) WithTimeout ¶
func (o *ReorderSecurityRealmsParams) WithTimeout(timeout time.Duration) *ReorderSecurityRealmsParams
WithTimeout adds the timeout to the reorder security realms params
func (*ReorderSecurityRealmsParams) WriteToRequest ¶
func (o *ReorderSecurityRealmsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReorderSecurityRealmsReader ¶
type ReorderSecurityRealmsReader struct {
// contains filtered or unexported fields
}
ReorderSecurityRealmsReader is a Reader for the ReorderSecurityRealms structure.
func (*ReorderSecurityRealmsReader) ReadResponse ¶
func (o *ReorderSecurityRealmsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetTLSCertificateAccepted ¶
type SetTLSCertificateAccepted struct {
Payload *models.UpdatedTLSChain
}
SetTLSCertificateAccepted describes a response with status code 202, with default header values.
The TLS update has been accepted for the given service and will take effect throughout the system
func NewSetTLSCertificateAccepted ¶
func NewSetTLSCertificateAccepted() *SetTLSCertificateAccepted
NewSetTLSCertificateAccepted creates a SetTLSCertificateAccepted with default headers values
func (*SetTLSCertificateAccepted) Code ¶ added in v1.13.0
func (o *SetTLSCertificateAccepted) Code() int
Code gets the status code for the set Tls certificate accepted response
func (*SetTLSCertificateAccepted) Error ¶
func (o *SetTLSCertificateAccepted) Error() string
func (*SetTLSCertificateAccepted) GetPayload ¶
func (o *SetTLSCertificateAccepted) GetPayload() *models.UpdatedTLSChain
func (*SetTLSCertificateAccepted) IsClientError ¶ added in v1.13.0
func (o *SetTLSCertificateAccepted) IsClientError() bool
IsClientError returns true when this set Tls certificate accepted response has a 4xx status code
func (*SetTLSCertificateAccepted) IsCode ¶ added in v1.13.0
func (o *SetTLSCertificateAccepted) IsCode(code int) bool
IsCode returns true when this set Tls certificate accepted response a status code equal to that given
func (*SetTLSCertificateAccepted) IsRedirect ¶ added in v1.13.0
func (o *SetTLSCertificateAccepted) IsRedirect() bool
IsRedirect returns true when this set Tls certificate accepted response has a 3xx status code
func (*SetTLSCertificateAccepted) IsServerError ¶ added in v1.13.0
func (o *SetTLSCertificateAccepted) IsServerError() bool
IsServerError returns true when this set Tls certificate accepted response has a 5xx status code
func (*SetTLSCertificateAccepted) IsSuccess ¶ added in v1.13.0
func (o *SetTLSCertificateAccepted) IsSuccess() bool
IsSuccess returns true when this set Tls certificate accepted response has a 2xx status code
func (*SetTLSCertificateAccepted) String ¶ added in v1.13.0
func (o *SetTLSCertificateAccepted) String() string
type SetTLSCertificateParams ¶
type SetTLSCertificateParams struct { /* Chain. New certificate chain: the PEM encoded RSA private key, followed by the server certificate, followed by the CA certificate */ Chain string /* ServiceName. The service certificate chain to read. */ ServiceName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetTLSCertificateParams contains all the parameters to send to the API endpoint
for the set tls certificate operation. Typically these are written to a http.Request.
func NewSetTLSCertificateParams ¶
func NewSetTLSCertificateParams() *SetTLSCertificateParams
NewSetTLSCertificateParams creates a new SetTLSCertificateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetTLSCertificateParamsWithContext ¶
func NewSetTLSCertificateParamsWithContext(ctx context.Context) *SetTLSCertificateParams
NewSetTLSCertificateParamsWithContext creates a new SetTLSCertificateParams object with the ability to set a context for a request.
func NewSetTLSCertificateParamsWithHTTPClient ¶
func NewSetTLSCertificateParamsWithHTTPClient(client *http.Client) *SetTLSCertificateParams
NewSetTLSCertificateParamsWithHTTPClient creates a new SetTLSCertificateParams object with the ability to set a custom HTTPClient for a request.
func NewSetTLSCertificateParamsWithTimeout ¶
func NewSetTLSCertificateParamsWithTimeout(timeout time.Duration) *SetTLSCertificateParams
NewSetTLSCertificateParamsWithTimeout creates a new SetTLSCertificateParams object with the ability to set a timeout on a request.
func (*SetTLSCertificateParams) SetChain ¶
func (o *SetTLSCertificateParams) SetChain(chain string)
SetChain adds the chain to the set tls certificate params
func (*SetTLSCertificateParams) SetContext ¶
func (o *SetTLSCertificateParams) SetContext(ctx context.Context)
SetContext adds the context to the set tls certificate params
func (*SetTLSCertificateParams) SetDefaults ¶ added in v1.3.0
func (o *SetTLSCertificateParams) SetDefaults()
SetDefaults hydrates default values in the set tls certificate params (not the query body).
All values with no default are reset to their zero value.
func (*SetTLSCertificateParams) SetHTTPClient ¶
func (o *SetTLSCertificateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set tls certificate params
func (*SetTLSCertificateParams) SetServiceName ¶
func (o *SetTLSCertificateParams) SetServiceName(serviceName string)
SetServiceName adds the serviceName to the set tls certificate params
func (*SetTLSCertificateParams) SetTimeout ¶
func (o *SetTLSCertificateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set tls certificate params
func (*SetTLSCertificateParams) WithChain ¶
func (o *SetTLSCertificateParams) WithChain(chain string) *SetTLSCertificateParams
WithChain adds the chain to the set tls certificate params
func (*SetTLSCertificateParams) WithContext ¶
func (o *SetTLSCertificateParams) WithContext(ctx context.Context) *SetTLSCertificateParams
WithContext adds the context to the set tls certificate params
func (*SetTLSCertificateParams) WithDefaults ¶ added in v1.3.0
func (o *SetTLSCertificateParams) WithDefaults() *SetTLSCertificateParams
WithDefaults hydrates default values in the set tls certificate params (not the query body).
All values with no default are reset to their zero value.
func (*SetTLSCertificateParams) WithHTTPClient ¶
func (o *SetTLSCertificateParams) WithHTTPClient(client *http.Client) *SetTLSCertificateParams
WithHTTPClient adds the HTTPClient to the set tls certificate params
func (*SetTLSCertificateParams) WithServiceName ¶
func (o *SetTLSCertificateParams) WithServiceName(serviceName string) *SetTLSCertificateParams
WithServiceName adds the serviceName to the set tls certificate params
func (*SetTLSCertificateParams) WithTimeout ¶
func (o *SetTLSCertificateParams) WithTimeout(timeout time.Duration) *SetTLSCertificateParams
WithTimeout adds the timeout to the set tls certificate params
func (*SetTLSCertificateParams) WriteToRequest ¶
func (o *SetTLSCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetTLSCertificateReader ¶
type SetTLSCertificateReader struct {
// contains filtered or unexported fields
}
SetTLSCertificateReader is a Reader for the SetTLSCertificate structure.
func (*SetTLSCertificateReader) ReadResponse ¶
func (o *SetTLSCertificateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateActiveDirectoryConfigurationBadRequest ¶
type UpdateActiveDirectoryConfigurationBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateActiveDirectoryConfigurationBadRequest describes a response with status code 400, with default header values. * The realm id is already in use. (code: `security_realm.id_conflict`)
* The selected id is not valid. (code: `security_realm.invalid_id`) * Order must be greater than zero. (code: `security_realm.invalid_order`) * Invalid Elasticsearch Security realm type. (code: `security_realm.invalid_type`) * The realm order is already in use. (code: `security_realm.order_conflict`) * Advanced YAML format is invalid. (code: `security_realm.invalid_yaml`) * The url format is invalid. (code: `security_realm.invalid_url`) * Invalid Active Directory URL. (code: `security_realm.active_directory.invalid_url`) * Invalid certificate bundle URL. (code: `security_realm.invalid_bundle_url`)
func NewUpdateActiveDirectoryConfigurationBadRequest ¶
func NewUpdateActiveDirectoryConfigurationBadRequest() *UpdateActiveDirectoryConfigurationBadRequest
NewUpdateActiveDirectoryConfigurationBadRequest creates a UpdateActiveDirectoryConfigurationBadRequest with default headers values
func (*UpdateActiveDirectoryConfigurationBadRequest) Code ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationBadRequest) Code() int
Code gets the status code for the update active directory configuration bad request response
func (*UpdateActiveDirectoryConfigurationBadRequest) Error ¶
func (o *UpdateActiveDirectoryConfigurationBadRequest) Error() string
func (*UpdateActiveDirectoryConfigurationBadRequest) GetPayload ¶
func (o *UpdateActiveDirectoryConfigurationBadRequest) GetPayload() *models.BasicFailedReply
func (*UpdateActiveDirectoryConfigurationBadRequest) IsClientError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this update active directory configuration bad request response has a 4xx status code
func (*UpdateActiveDirectoryConfigurationBadRequest) IsCode ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this update active directory configuration bad request response a status code equal to that given
func (*UpdateActiveDirectoryConfigurationBadRequest) IsRedirect ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this update active directory configuration bad request response has a 3xx status code
func (*UpdateActiveDirectoryConfigurationBadRequest) IsServerError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this update active directory configuration bad request response has a 5xx status code
func (*UpdateActiveDirectoryConfigurationBadRequest) IsSuccess ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this update active directory configuration bad request response has a 2xx status code
func (*UpdateActiveDirectoryConfigurationBadRequest) String ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationBadRequest) String() string
type UpdateActiveDirectoryConfigurationConflict ¶
type UpdateActiveDirectoryConfigurationConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateActiveDirectoryConfigurationConflict describes a response with status code 409, with default header values.
There is a version conflict. (code: `security_realm.version_conflict`)
func NewUpdateActiveDirectoryConfigurationConflict ¶
func NewUpdateActiveDirectoryConfigurationConflict() *UpdateActiveDirectoryConfigurationConflict
NewUpdateActiveDirectoryConfigurationConflict creates a UpdateActiveDirectoryConfigurationConflict with default headers values
func (*UpdateActiveDirectoryConfigurationConflict) Code ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationConflict) Code() int
Code gets the status code for the update active directory configuration conflict response
func (*UpdateActiveDirectoryConfigurationConflict) Error ¶
func (o *UpdateActiveDirectoryConfigurationConflict) Error() string
func (*UpdateActiveDirectoryConfigurationConflict) GetPayload ¶
func (o *UpdateActiveDirectoryConfigurationConflict) GetPayload() *models.BasicFailedReply
func (*UpdateActiveDirectoryConfigurationConflict) IsClientError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationConflict) IsClientError() bool
IsClientError returns true when this update active directory configuration conflict response has a 4xx status code
func (*UpdateActiveDirectoryConfigurationConflict) IsCode ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationConflict) IsCode(code int) bool
IsCode returns true when this update active directory configuration conflict response a status code equal to that given
func (*UpdateActiveDirectoryConfigurationConflict) IsRedirect ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationConflict) IsRedirect() bool
IsRedirect returns true when this update active directory configuration conflict response has a 3xx status code
func (*UpdateActiveDirectoryConfigurationConflict) IsServerError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationConflict) IsServerError() bool
IsServerError returns true when this update active directory configuration conflict response has a 5xx status code
func (*UpdateActiveDirectoryConfigurationConflict) IsSuccess ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationConflict) IsSuccess() bool
IsSuccess returns true when this update active directory configuration conflict response has a 2xx status code
func (*UpdateActiveDirectoryConfigurationConflict) String ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationConflict) String() string
type UpdateActiveDirectoryConfigurationNotFound ¶
type UpdateActiveDirectoryConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateActiveDirectoryConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewUpdateActiveDirectoryConfigurationNotFound ¶
func NewUpdateActiveDirectoryConfigurationNotFound() *UpdateActiveDirectoryConfigurationNotFound
NewUpdateActiveDirectoryConfigurationNotFound creates a UpdateActiveDirectoryConfigurationNotFound with default headers values
func (*UpdateActiveDirectoryConfigurationNotFound) Code ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationNotFound) Code() int
Code gets the status code for the update active directory configuration not found response
func (*UpdateActiveDirectoryConfigurationNotFound) Error ¶
func (o *UpdateActiveDirectoryConfigurationNotFound) Error() string
func (*UpdateActiveDirectoryConfigurationNotFound) GetPayload ¶
func (o *UpdateActiveDirectoryConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*UpdateActiveDirectoryConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationNotFound) IsClientError() bool
IsClientError returns true when this update active directory configuration not found response has a 4xx status code
func (*UpdateActiveDirectoryConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this update active directory configuration not found response a status code equal to that given
func (*UpdateActiveDirectoryConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this update active directory configuration not found response has a 3xx status code
func (*UpdateActiveDirectoryConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationNotFound) IsServerError() bool
IsServerError returns true when this update active directory configuration not found response has a 5xx status code
func (*UpdateActiveDirectoryConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this update active directory configuration not found response has a 2xx status code
func (*UpdateActiveDirectoryConfigurationNotFound) String ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationNotFound) String() string
type UpdateActiveDirectoryConfigurationOK ¶
type UpdateActiveDirectoryConfigurationOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload models.EmptyResponse }
UpdateActiveDirectoryConfigurationOK describes a response with status code 200, with default header values.
The Active Directory configuration was successfully updated
func NewUpdateActiveDirectoryConfigurationOK ¶
func NewUpdateActiveDirectoryConfigurationOK() *UpdateActiveDirectoryConfigurationOK
NewUpdateActiveDirectoryConfigurationOK creates a UpdateActiveDirectoryConfigurationOK with default headers values
func (*UpdateActiveDirectoryConfigurationOK) Code ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationOK) Code() int
Code gets the status code for the update active directory configuration o k response
func (*UpdateActiveDirectoryConfigurationOK) Error ¶
func (o *UpdateActiveDirectoryConfigurationOK) Error() string
func (*UpdateActiveDirectoryConfigurationOK) GetPayload ¶
func (o *UpdateActiveDirectoryConfigurationOK) GetPayload() models.EmptyResponse
func (*UpdateActiveDirectoryConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationOK) IsClientError() bool
IsClientError returns true when this update active directory configuration o k response has a 4xx status code
func (*UpdateActiveDirectoryConfigurationOK) IsCode ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationOK) IsCode(code int) bool
IsCode returns true when this update active directory configuration o k response a status code equal to that given
func (*UpdateActiveDirectoryConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationOK) IsRedirect() bool
IsRedirect returns true when this update active directory configuration o k response has a 3xx status code
func (*UpdateActiveDirectoryConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationOK) IsServerError() bool
IsServerError returns true when this update active directory configuration o k response has a 5xx status code
func (*UpdateActiveDirectoryConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationOK) IsSuccess() bool
IsSuccess returns true when this update active directory configuration o k response has a 2xx status code
func (*UpdateActiveDirectoryConfigurationOK) String ¶ added in v1.13.0
func (o *UpdateActiveDirectoryConfigurationOK) String() string
type UpdateActiveDirectoryConfigurationParams ¶
type UpdateActiveDirectoryConfigurationParams struct { /* Body. The Active Directory configuration */ Body *models.ActiveDirectorySettings /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string /* Version. When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateActiveDirectoryConfigurationParams contains all the parameters to send to the API endpoint
for the update active directory configuration operation. Typically these are written to a http.Request.
func NewUpdateActiveDirectoryConfigurationParams ¶
func NewUpdateActiveDirectoryConfigurationParams() *UpdateActiveDirectoryConfigurationParams
NewUpdateActiveDirectoryConfigurationParams creates a new UpdateActiveDirectoryConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateActiveDirectoryConfigurationParamsWithContext ¶
func NewUpdateActiveDirectoryConfigurationParamsWithContext(ctx context.Context) *UpdateActiveDirectoryConfigurationParams
NewUpdateActiveDirectoryConfigurationParamsWithContext creates a new UpdateActiveDirectoryConfigurationParams object with the ability to set a context for a request.
func NewUpdateActiveDirectoryConfigurationParamsWithHTTPClient ¶
func NewUpdateActiveDirectoryConfigurationParamsWithHTTPClient(client *http.Client) *UpdateActiveDirectoryConfigurationParams
NewUpdateActiveDirectoryConfigurationParamsWithHTTPClient creates a new UpdateActiveDirectoryConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateActiveDirectoryConfigurationParamsWithTimeout ¶
func NewUpdateActiveDirectoryConfigurationParamsWithTimeout(timeout time.Duration) *UpdateActiveDirectoryConfigurationParams
NewUpdateActiveDirectoryConfigurationParamsWithTimeout creates a new UpdateActiveDirectoryConfigurationParams object with the ability to set a timeout on a request.
func (*UpdateActiveDirectoryConfigurationParams) SetBody ¶
func (o *UpdateActiveDirectoryConfigurationParams) SetBody(body *models.ActiveDirectorySettings)
SetBody adds the body to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) SetContext ¶
func (o *UpdateActiveDirectoryConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *UpdateActiveDirectoryConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the update active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateActiveDirectoryConfigurationParams) SetHTTPClient ¶
func (o *UpdateActiveDirectoryConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) SetRealmID ¶
func (o *UpdateActiveDirectoryConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) SetTimeout ¶
func (o *UpdateActiveDirectoryConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) SetVersion ¶
func (o *UpdateActiveDirectoryConfigurationParams) SetVersion(version *string)
SetVersion adds the version to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) WithBody ¶
func (o *UpdateActiveDirectoryConfigurationParams) WithBody(body *models.ActiveDirectorySettings) *UpdateActiveDirectoryConfigurationParams
WithBody adds the body to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) WithContext ¶
func (o *UpdateActiveDirectoryConfigurationParams) WithContext(ctx context.Context) *UpdateActiveDirectoryConfigurationParams
WithContext adds the context to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *UpdateActiveDirectoryConfigurationParams) WithDefaults() *UpdateActiveDirectoryConfigurationParams
WithDefaults hydrates default values in the update active directory configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateActiveDirectoryConfigurationParams) WithHTTPClient ¶
func (o *UpdateActiveDirectoryConfigurationParams) WithHTTPClient(client *http.Client) *UpdateActiveDirectoryConfigurationParams
WithHTTPClient adds the HTTPClient to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) WithRealmID ¶
func (o *UpdateActiveDirectoryConfigurationParams) WithRealmID(realmID string) *UpdateActiveDirectoryConfigurationParams
WithRealmID adds the realmID to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) WithTimeout ¶
func (o *UpdateActiveDirectoryConfigurationParams) WithTimeout(timeout time.Duration) *UpdateActiveDirectoryConfigurationParams
WithTimeout adds the timeout to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) WithVersion ¶
func (o *UpdateActiveDirectoryConfigurationParams) WithVersion(version *string) *UpdateActiveDirectoryConfigurationParams
WithVersion adds the version to the update active directory configuration params
func (*UpdateActiveDirectoryConfigurationParams) WriteToRequest ¶
func (o *UpdateActiveDirectoryConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateActiveDirectoryConfigurationReader ¶
type UpdateActiveDirectoryConfigurationReader struct {
// contains filtered or unexported fields
}
UpdateActiveDirectoryConfigurationReader is a Reader for the UpdateActiveDirectoryConfiguration structure.
func (*UpdateActiveDirectoryConfigurationReader) ReadResponse ¶
func (o *UpdateActiveDirectoryConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateLdapConfigurationBadRequest ¶
type UpdateLdapConfigurationBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateLdapConfigurationBadRequest describes a response with status code 400, with default header values. * The realm id is already in use. (code: `security_realm.id_conflict`)
* The selected id is not valid. (code: `security_realm.invalid_id`) * Order must be greater than zero. (code: `security_realm.invalid_order`) * Invalid Elasticsearch Security realm type. (code: `security_realm.invalid_type`) * The realm order is already in use. (code: `security_realm.order_conflict`) * Advanced YAML format is invalid. (code: `security_realm.invalid_yaml`) * The url format is invalid. (code: `security_realm.invalid_url`) * Invalid LDAP URL. (code: `security_realm.ldap.invalid_url`) * Invalid certificate bundle URL. (code: `security_realm.invalid_bundle_url`)
func NewUpdateLdapConfigurationBadRequest ¶
func NewUpdateLdapConfigurationBadRequest() *UpdateLdapConfigurationBadRequest
NewUpdateLdapConfigurationBadRequest creates a UpdateLdapConfigurationBadRequest with default headers values
func (*UpdateLdapConfigurationBadRequest) Code ¶ added in v1.13.0
func (o *UpdateLdapConfigurationBadRequest) Code() int
Code gets the status code for the update ldap configuration bad request response
func (*UpdateLdapConfigurationBadRequest) Error ¶
func (o *UpdateLdapConfigurationBadRequest) Error() string
func (*UpdateLdapConfigurationBadRequest) GetPayload ¶
func (o *UpdateLdapConfigurationBadRequest) GetPayload() *models.BasicFailedReply
func (*UpdateLdapConfigurationBadRequest) IsClientError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this update ldap configuration bad request response has a 4xx status code
func (*UpdateLdapConfigurationBadRequest) IsCode ¶ added in v1.13.0
func (o *UpdateLdapConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this update ldap configuration bad request response a status code equal to that given
func (*UpdateLdapConfigurationBadRequest) IsRedirect ¶ added in v1.13.0
func (o *UpdateLdapConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this update ldap configuration bad request response has a 3xx status code
func (*UpdateLdapConfigurationBadRequest) IsServerError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this update ldap configuration bad request response has a 5xx status code
func (*UpdateLdapConfigurationBadRequest) IsSuccess ¶ added in v1.13.0
func (o *UpdateLdapConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this update ldap configuration bad request response has a 2xx status code
func (*UpdateLdapConfigurationBadRequest) String ¶ added in v1.13.0
func (o *UpdateLdapConfigurationBadRequest) String() string
type UpdateLdapConfigurationConflict ¶
type UpdateLdapConfigurationConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateLdapConfigurationConflict describes a response with status code 409, with default header values.
There is a version conflict. (code: `security_realm.version_conflict`)
func NewUpdateLdapConfigurationConflict ¶
func NewUpdateLdapConfigurationConflict() *UpdateLdapConfigurationConflict
NewUpdateLdapConfigurationConflict creates a UpdateLdapConfigurationConflict with default headers values
func (*UpdateLdapConfigurationConflict) Code ¶ added in v1.13.0
func (o *UpdateLdapConfigurationConflict) Code() int
Code gets the status code for the update ldap configuration conflict response
func (*UpdateLdapConfigurationConflict) Error ¶
func (o *UpdateLdapConfigurationConflict) Error() string
func (*UpdateLdapConfigurationConflict) GetPayload ¶
func (o *UpdateLdapConfigurationConflict) GetPayload() *models.BasicFailedReply
func (*UpdateLdapConfigurationConflict) IsClientError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationConflict) IsClientError() bool
IsClientError returns true when this update ldap configuration conflict response has a 4xx status code
func (*UpdateLdapConfigurationConflict) IsCode ¶ added in v1.13.0
func (o *UpdateLdapConfigurationConflict) IsCode(code int) bool
IsCode returns true when this update ldap configuration conflict response a status code equal to that given
func (*UpdateLdapConfigurationConflict) IsRedirect ¶ added in v1.13.0
func (o *UpdateLdapConfigurationConflict) IsRedirect() bool
IsRedirect returns true when this update ldap configuration conflict response has a 3xx status code
func (*UpdateLdapConfigurationConflict) IsServerError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationConflict) IsServerError() bool
IsServerError returns true when this update ldap configuration conflict response has a 5xx status code
func (*UpdateLdapConfigurationConflict) IsSuccess ¶ added in v1.13.0
func (o *UpdateLdapConfigurationConflict) IsSuccess() bool
IsSuccess returns true when this update ldap configuration conflict response has a 2xx status code
func (*UpdateLdapConfigurationConflict) String ¶ added in v1.13.0
func (o *UpdateLdapConfigurationConflict) String() string
type UpdateLdapConfigurationNotFound ¶
type UpdateLdapConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateLdapConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewUpdateLdapConfigurationNotFound ¶
func NewUpdateLdapConfigurationNotFound() *UpdateLdapConfigurationNotFound
NewUpdateLdapConfigurationNotFound creates a UpdateLdapConfigurationNotFound with default headers values
func (*UpdateLdapConfigurationNotFound) Code ¶ added in v1.13.0
func (o *UpdateLdapConfigurationNotFound) Code() int
Code gets the status code for the update ldap configuration not found response
func (*UpdateLdapConfigurationNotFound) Error ¶
func (o *UpdateLdapConfigurationNotFound) Error() string
func (*UpdateLdapConfigurationNotFound) GetPayload ¶
func (o *UpdateLdapConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*UpdateLdapConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationNotFound) IsClientError() bool
IsClientError returns true when this update ldap configuration not found response has a 4xx status code
func (*UpdateLdapConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *UpdateLdapConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this update ldap configuration not found response a status code equal to that given
func (*UpdateLdapConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *UpdateLdapConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this update ldap configuration not found response has a 3xx status code
func (*UpdateLdapConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationNotFound) IsServerError() bool
IsServerError returns true when this update ldap configuration not found response has a 5xx status code
func (*UpdateLdapConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *UpdateLdapConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this update ldap configuration not found response has a 2xx status code
func (*UpdateLdapConfigurationNotFound) String ¶ added in v1.13.0
func (o *UpdateLdapConfigurationNotFound) String() string
type UpdateLdapConfigurationOK ¶
type UpdateLdapConfigurationOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload models.EmptyResponse }
UpdateLdapConfigurationOK describes a response with status code 200, with default header values.
The LDAP configuration was successfully updated
func NewUpdateLdapConfigurationOK ¶
func NewUpdateLdapConfigurationOK() *UpdateLdapConfigurationOK
NewUpdateLdapConfigurationOK creates a UpdateLdapConfigurationOK with default headers values
func (*UpdateLdapConfigurationOK) Code ¶ added in v1.13.0
func (o *UpdateLdapConfigurationOK) Code() int
Code gets the status code for the update ldap configuration o k response
func (*UpdateLdapConfigurationOK) Error ¶
func (o *UpdateLdapConfigurationOK) Error() string
func (*UpdateLdapConfigurationOK) GetPayload ¶
func (o *UpdateLdapConfigurationOK) GetPayload() models.EmptyResponse
func (*UpdateLdapConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationOK) IsClientError() bool
IsClientError returns true when this update ldap configuration o k response has a 4xx status code
func (*UpdateLdapConfigurationOK) IsCode ¶ added in v1.13.0
func (o *UpdateLdapConfigurationOK) IsCode(code int) bool
IsCode returns true when this update ldap configuration o k response a status code equal to that given
func (*UpdateLdapConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *UpdateLdapConfigurationOK) IsRedirect() bool
IsRedirect returns true when this update ldap configuration o k response has a 3xx status code
func (*UpdateLdapConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *UpdateLdapConfigurationOK) IsServerError() bool
IsServerError returns true when this update ldap configuration o k response has a 5xx status code
func (*UpdateLdapConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *UpdateLdapConfigurationOK) IsSuccess() bool
IsSuccess returns true when this update ldap configuration o k response has a 2xx status code
func (*UpdateLdapConfigurationOK) String ¶ added in v1.13.0
func (o *UpdateLdapConfigurationOK) String() string
type UpdateLdapConfigurationParams ¶
type UpdateLdapConfigurationParams struct { /* Body. The LDAP configuration */ Body *models.LdapSettings /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string /* Version. When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateLdapConfigurationParams contains all the parameters to send to the API endpoint
for the update ldap configuration operation. Typically these are written to a http.Request.
func NewUpdateLdapConfigurationParams ¶
func NewUpdateLdapConfigurationParams() *UpdateLdapConfigurationParams
NewUpdateLdapConfigurationParams creates a new UpdateLdapConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateLdapConfigurationParamsWithContext ¶
func NewUpdateLdapConfigurationParamsWithContext(ctx context.Context) *UpdateLdapConfigurationParams
NewUpdateLdapConfigurationParamsWithContext creates a new UpdateLdapConfigurationParams object with the ability to set a context for a request.
func NewUpdateLdapConfigurationParamsWithHTTPClient ¶
func NewUpdateLdapConfigurationParamsWithHTTPClient(client *http.Client) *UpdateLdapConfigurationParams
NewUpdateLdapConfigurationParamsWithHTTPClient creates a new UpdateLdapConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateLdapConfigurationParamsWithTimeout ¶
func NewUpdateLdapConfigurationParamsWithTimeout(timeout time.Duration) *UpdateLdapConfigurationParams
NewUpdateLdapConfigurationParamsWithTimeout creates a new UpdateLdapConfigurationParams object with the ability to set a timeout on a request.
func (*UpdateLdapConfigurationParams) SetBody ¶
func (o *UpdateLdapConfigurationParams) SetBody(body *models.LdapSettings)
SetBody adds the body to the update ldap configuration params
func (*UpdateLdapConfigurationParams) SetContext ¶
func (o *UpdateLdapConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the update ldap configuration params
func (*UpdateLdapConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *UpdateLdapConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the update ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateLdapConfigurationParams) SetHTTPClient ¶
func (o *UpdateLdapConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update ldap configuration params
func (*UpdateLdapConfigurationParams) SetRealmID ¶
func (o *UpdateLdapConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the update ldap configuration params
func (*UpdateLdapConfigurationParams) SetTimeout ¶
func (o *UpdateLdapConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update ldap configuration params
func (*UpdateLdapConfigurationParams) SetVersion ¶
func (o *UpdateLdapConfigurationParams) SetVersion(version *string)
SetVersion adds the version to the update ldap configuration params
func (*UpdateLdapConfigurationParams) WithBody ¶
func (o *UpdateLdapConfigurationParams) WithBody(body *models.LdapSettings) *UpdateLdapConfigurationParams
WithBody adds the body to the update ldap configuration params
func (*UpdateLdapConfigurationParams) WithContext ¶
func (o *UpdateLdapConfigurationParams) WithContext(ctx context.Context) *UpdateLdapConfigurationParams
WithContext adds the context to the update ldap configuration params
func (*UpdateLdapConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *UpdateLdapConfigurationParams) WithDefaults() *UpdateLdapConfigurationParams
WithDefaults hydrates default values in the update ldap configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateLdapConfigurationParams) WithHTTPClient ¶
func (o *UpdateLdapConfigurationParams) WithHTTPClient(client *http.Client) *UpdateLdapConfigurationParams
WithHTTPClient adds the HTTPClient to the update ldap configuration params
func (*UpdateLdapConfigurationParams) WithRealmID ¶
func (o *UpdateLdapConfigurationParams) WithRealmID(realmID string) *UpdateLdapConfigurationParams
WithRealmID adds the realmID to the update ldap configuration params
func (*UpdateLdapConfigurationParams) WithTimeout ¶
func (o *UpdateLdapConfigurationParams) WithTimeout(timeout time.Duration) *UpdateLdapConfigurationParams
WithTimeout adds the timeout to the update ldap configuration params
func (*UpdateLdapConfigurationParams) WithVersion ¶
func (o *UpdateLdapConfigurationParams) WithVersion(version *string) *UpdateLdapConfigurationParams
WithVersion adds the version to the update ldap configuration params
func (*UpdateLdapConfigurationParams) WriteToRequest ¶
func (o *UpdateLdapConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateLdapConfigurationReader ¶
type UpdateLdapConfigurationReader struct {
// contains filtered or unexported fields
}
UpdateLdapConfigurationReader is a Reader for the UpdateLdapConfiguration structure.
func (*UpdateLdapConfigurationReader) ReadResponse ¶
func (o *UpdateLdapConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSamlConfigurationBadRequest ¶
type UpdateSamlConfigurationBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateSamlConfigurationBadRequest describes a response with status code 400, with default header values. * The realm id is already in use. (code: `security_realm.id_conflict`)
* The selected id is not valid. (code: `security_realm.invalid_id`) * Order must be greater than zero. (code: `security_realm.invalid_order`) * Invalid Elasticsearch Security realm type. (code: `security_realm.invalid_type`) * The realm order is already in use. (code: `security_realm.order_conflict`) * Advanced YAML format is invalid. (code: `security_realm.invalid_yaml`) * The SAML IDP metadata endpoint returned an error response code 200 OK. (code: `security_realm.saml.invalid_idp_metadata_url`) * Invalid certificate bundle URL. (code: `security_realm.invalid_bundle_url`)
func NewUpdateSamlConfigurationBadRequest ¶
func NewUpdateSamlConfigurationBadRequest() *UpdateSamlConfigurationBadRequest
NewUpdateSamlConfigurationBadRequest creates a UpdateSamlConfigurationBadRequest with default headers values
func (*UpdateSamlConfigurationBadRequest) Code ¶ added in v1.13.0
func (o *UpdateSamlConfigurationBadRequest) Code() int
Code gets the status code for the update saml configuration bad request response
func (*UpdateSamlConfigurationBadRequest) Error ¶
func (o *UpdateSamlConfigurationBadRequest) Error() string
func (*UpdateSamlConfigurationBadRequest) GetPayload ¶
func (o *UpdateSamlConfigurationBadRequest) GetPayload() *models.BasicFailedReply
func (*UpdateSamlConfigurationBadRequest) IsClientError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this update saml configuration bad request response has a 4xx status code
func (*UpdateSamlConfigurationBadRequest) IsCode ¶ added in v1.13.0
func (o *UpdateSamlConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this update saml configuration bad request response a status code equal to that given
func (*UpdateSamlConfigurationBadRequest) IsRedirect ¶ added in v1.13.0
func (o *UpdateSamlConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this update saml configuration bad request response has a 3xx status code
func (*UpdateSamlConfigurationBadRequest) IsServerError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this update saml configuration bad request response has a 5xx status code
func (*UpdateSamlConfigurationBadRequest) IsSuccess ¶ added in v1.13.0
func (o *UpdateSamlConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this update saml configuration bad request response has a 2xx status code
func (*UpdateSamlConfigurationBadRequest) String ¶ added in v1.13.0
func (o *UpdateSamlConfigurationBadRequest) String() string
type UpdateSamlConfigurationConflict ¶
type UpdateSamlConfigurationConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateSamlConfigurationConflict describes a response with status code 409, with default header values.
There is a version conflict. (code: `security_realm.version_conflict`)
func NewUpdateSamlConfigurationConflict ¶
func NewUpdateSamlConfigurationConflict() *UpdateSamlConfigurationConflict
NewUpdateSamlConfigurationConflict creates a UpdateSamlConfigurationConflict with default headers values
func (*UpdateSamlConfigurationConflict) Code ¶ added in v1.13.0
func (o *UpdateSamlConfigurationConflict) Code() int
Code gets the status code for the update saml configuration conflict response
func (*UpdateSamlConfigurationConflict) Error ¶
func (o *UpdateSamlConfigurationConflict) Error() string
func (*UpdateSamlConfigurationConflict) GetPayload ¶
func (o *UpdateSamlConfigurationConflict) GetPayload() *models.BasicFailedReply
func (*UpdateSamlConfigurationConflict) IsClientError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationConflict) IsClientError() bool
IsClientError returns true when this update saml configuration conflict response has a 4xx status code
func (*UpdateSamlConfigurationConflict) IsCode ¶ added in v1.13.0
func (o *UpdateSamlConfigurationConflict) IsCode(code int) bool
IsCode returns true when this update saml configuration conflict response a status code equal to that given
func (*UpdateSamlConfigurationConflict) IsRedirect ¶ added in v1.13.0
func (o *UpdateSamlConfigurationConflict) IsRedirect() bool
IsRedirect returns true when this update saml configuration conflict response has a 3xx status code
func (*UpdateSamlConfigurationConflict) IsServerError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationConflict) IsServerError() bool
IsServerError returns true when this update saml configuration conflict response has a 5xx status code
func (*UpdateSamlConfigurationConflict) IsSuccess ¶ added in v1.13.0
func (o *UpdateSamlConfigurationConflict) IsSuccess() bool
IsSuccess returns true when this update saml configuration conflict response has a 2xx status code
func (*UpdateSamlConfigurationConflict) String ¶ added in v1.13.0
func (o *UpdateSamlConfigurationConflict) String() string
type UpdateSamlConfigurationNotFound ¶
type UpdateSamlConfigurationNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateSamlConfigurationNotFound describes a response with status code 404, with default header values.
The realm specified by {realm_id} cannot be found. (code: `security_realm.not_found`)
func NewUpdateSamlConfigurationNotFound ¶
func NewUpdateSamlConfigurationNotFound() *UpdateSamlConfigurationNotFound
NewUpdateSamlConfigurationNotFound creates a UpdateSamlConfigurationNotFound with default headers values
func (*UpdateSamlConfigurationNotFound) Code ¶ added in v1.13.0
func (o *UpdateSamlConfigurationNotFound) Code() int
Code gets the status code for the update saml configuration not found response
func (*UpdateSamlConfigurationNotFound) Error ¶
func (o *UpdateSamlConfigurationNotFound) Error() string
func (*UpdateSamlConfigurationNotFound) GetPayload ¶
func (o *UpdateSamlConfigurationNotFound) GetPayload() *models.BasicFailedReply
func (*UpdateSamlConfigurationNotFound) IsClientError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationNotFound) IsClientError() bool
IsClientError returns true when this update saml configuration not found response has a 4xx status code
func (*UpdateSamlConfigurationNotFound) IsCode ¶ added in v1.13.0
func (o *UpdateSamlConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this update saml configuration not found response a status code equal to that given
func (*UpdateSamlConfigurationNotFound) IsRedirect ¶ added in v1.13.0
func (o *UpdateSamlConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this update saml configuration not found response has a 3xx status code
func (*UpdateSamlConfigurationNotFound) IsServerError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationNotFound) IsServerError() bool
IsServerError returns true when this update saml configuration not found response has a 5xx status code
func (*UpdateSamlConfigurationNotFound) IsSuccess ¶ added in v1.13.0
func (o *UpdateSamlConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this update saml configuration not found response has a 2xx status code
func (*UpdateSamlConfigurationNotFound) String ¶ added in v1.13.0
func (o *UpdateSamlConfigurationNotFound) String() string
type UpdateSamlConfigurationOK ¶
type UpdateSamlConfigurationOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload models.EmptyResponse }
UpdateSamlConfigurationOK describes a response with status code 200, with default header values.
The SAML configuration was successfully updated
func NewUpdateSamlConfigurationOK ¶
func NewUpdateSamlConfigurationOK() *UpdateSamlConfigurationOK
NewUpdateSamlConfigurationOK creates a UpdateSamlConfigurationOK with default headers values
func (*UpdateSamlConfigurationOK) Code ¶ added in v1.13.0
func (o *UpdateSamlConfigurationOK) Code() int
Code gets the status code for the update saml configuration o k response
func (*UpdateSamlConfigurationOK) Error ¶
func (o *UpdateSamlConfigurationOK) Error() string
func (*UpdateSamlConfigurationOK) GetPayload ¶
func (o *UpdateSamlConfigurationOK) GetPayload() models.EmptyResponse
func (*UpdateSamlConfigurationOK) IsClientError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationOK) IsClientError() bool
IsClientError returns true when this update saml configuration o k response has a 4xx status code
func (*UpdateSamlConfigurationOK) IsCode ¶ added in v1.13.0
func (o *UpdateSamlConfigurationOK) IsCode(code int) bool
IsCode returns true when this update saml configuration o k response a status code equal to that given
func (*UpdateSamlConfigurationOK) IsRedirect ¶ added in v1.13.0
func (o *UpdateSamlConfigurationOK) IsRedirect() bool
IsRedirect returns true when this update saml configuration o k response has a 3xx status code
func (*UpdateSamlConfigurationOK) IsServerError ¶ added in v1.13.0
func (o *UpdateSamlConfigurationOK) IsServerError() bool
IsServerError returns true when this update saml configuration o k response has a 5xx status code
func (*UpdateSamlConfigurationOK) IsSuccess ¶ added in v1.13.0
func (o *UpdateSamlConfigurationOK) IsSuccess() bool
IsSuccess returns true when this update saml configuration o k response has a 2xx status code
func (*UpdateSamlConfigurationOK) String ¶ added in v1.13.0
func (o *UpdateSamlConfigurationOK) String() string
type UpdateSamlConfigurationParams ¶
type UpdateSamlConfigurationParams struct { /* Body. The SAML configuration */ Body *models.SamlSettings /* RealmID. The Elasticsearch Security realm identifier. */ RealmID string /* Version. When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateSamlConfigurationParams contains all the parameters to send to the API endpoint
for the update saml configuration operation. Typically these are written to a http.Request.
func NewUpdateSamlConfigurationParams ¶
func NewUpdateSamlConfigurationParams() *UpdateSamlConfigurationParams
NewUpdateSamlConfigurationParams creates a new UpdateSamlConfigurationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateSamlConfigurationParamsWithContext ¶
func NewUpdateSamlConfigurationParamsWithContext(ctx context.Context) *UpdateSamlConfigurationParams
NewUpdateSamlConfigurationParamsWithContext creates a new UpdateSamlConfigurationParams object with the ability to set a context for a request.
func NewUpdateSamlConfigurationParamsWithHTTPClient ¶
func NewUpdateSamlConfigurationParamsWithHTTPClient(client *http.Client) *UpdateSamlConfigurationParams
NewUpdateSamlConfigurationParamsWithHTTPClient creates a new UpdateSamlConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateSamlConfigurationParamsWithTimeout ¶
func NewUpdateSamlConfigurationParamsWithTimeout(timeout time.Duration) *UpdateSamlConfigurationParams
NewUpdateSamlConfigurationParamsWithTimeout creates a new UpdateSamlConfigurationParams object with the ability to set a timeout on a request.
func (*UpdateSamlConfigurationParams) SetBody ¶
func (o *UpdateSamlConfigurationParams) SetBody(body *models.SamlSettings)
SetBody adds the body to the update saml configuration params
func (*UpdateSamlConfigurationParams) SetContext ¶
func (o *UpdateSamlConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the update saml configuration params
func (*UpdateSamlConfigurationParams) SetDefaults ¶ added in v1.3.0
func (o *UpdateSamlConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the update saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSamlConfigurationParams) SetHTTPClient ¶
func (o *UpdateSamlConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update saml configuration params
func (*UpdateSamlConfigurationParams) SetRealmID ¶
func (o *UpdateSamlConfigurationParams) SetRealmID(realmID string)
SetRealmID adds the realmId to the update saml configuration params
func (*UpdateSamlConfigurationParams) SetTimeout ¶
func (o *UpdateSamlConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update saml configuration params
func (*UpdateSamlConfigurationParams) SetVersion ¶
func (o *UpdateSamlConfigurationParams) SetVersion(version *string)
SetVersion adds the version to the update saml configuration params
func (*UpdateSamlConfigurationParams) WithBody ¶
func (o *UpdateSamlConfigurationParams) WithBody(body *models.SamlSettings) *UpdateSamlConfigurationParams
WithBody adds the body to the update saml configuration params
func (*UpdateSamlConfigurationParams) WithContext ¶
func (o *UpdateSamlConfigurationParams) WithContext(ctx context.Context) *UpdateSamlConfigurationParams
WithContext adds the context to the update saml configuration params
func (*UpdateSamlConfigurationParams) WithDefaults ¶ added in v1.3.0
func (o *UpdateSamlConfigurationParams) WithDefaults() *UpdateSamlConfigurationParams
WithDefaults hydrates default values in the update saml configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSamlConfigurationParams) WithHTTPClient ¶
func (o *UpdateSamlConfigurationParams) WithHTTPClient(client *http.Client) *UpdateSamlConfigurationParams
WithHTTPClient adds the HTTPClient to the update saml configuration params
func (*UpdateSamlConfigurationParams) WithRealmID ¶
func (o *UpdateSamlConfigurationParams) WithRealmID(realmID string) *UpdateSamlConfigurationParams
WithRealmID adds the realmID to the update saml configuration params
func (*UpdateSamlConfigurationParams) WithTimeout ¶
func (o *UpdateSamlConfigurationParams) WithTimeout(timeout time.Duration) *UpdateSamlConfigurationParams
WithTimeout adds the timeout to the update saml configuration params
func (*UpdateSamlConfigurationParams) WithVersion ¶
func (o *UpdateSamlConfigurationParams) WithVersion(version *string) *UpdateSamlConfigurationParams
WithVersion adds the version to the update saml configuration params
func (*UpdateSamlConfigurationParams) WriteToRequest ¶
func (o *UpdateSamlConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSamlConfigurationReader ¶
type UpdateSamlConfigurationReader struct {
// contains filtered or unexported fields
}
UpdateSamlConfigurationReader is a Reader for the UpdateSamlConfiguration structure.
func (*UpdateSamlConfigurationReader) ReadResponse ¶
func (o *UpdateSamlConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSecurityDeploymentConflict ¶
type UpdateSecurityDeploymentConflict struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateSecurityDeploymentConflict describes a response with status code 409, with default header values. * There is a version conflict. (code: `security_deployment.version_conflict`)
* There is a version conflict. (code: `security_deployment.already_exists`)
func NewUpdateSecurityDeploymentConflict ¶
func NewUpdateSecurityDeploymentConflict() *UpdateSecurityDeploymentConflict
NewUpdateSecurityDeploymentConflict creates a UpdateSecurityDeploymentConflict with default headers values
func (*UpdateSecurityDeploymentConflict) Code ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentConflict) Code() int
Code gets the status code for the update security deployment conflict response
func (*UpdateSecurityDeploymentConflict) Error ¶
func (o *UpdateSecurityDeploymentConflict) Error() string
func (*UpdateSecurityDeploymentConflict) GetPayload ¶
func (o *UpdateSecurityDeploymentConflict) GetPayload() *models.BasicFailedReply
func (*UpdateSecurityDeploymentConflict) IsClientError ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentConflict) IsClientError() bool
IsClientError returns true when this update security deployment conflict response has a 4xx status code
func (*UpdateSecurityDeploymentConflict) IsCode ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentConflict) IsCode(code int) bool
IsCode returns true when this update security deployment conflict response a status code equal to that given
func (*UpdateSecurityDeploymentConflict) IsRedirect ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentConflict) IsRedirect() bool
IsRedirect returns true when this update security deployment conflict response has a 3xx status code
func (*UpdateSecurityDeploymentConflict) IsServerError ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentConflict) IsServerError() bool
IsServerError returns true when this update security deployment conflict response has a 5xx status code
func (*UpdateSecurityDeploymentConflict) IsSuccess ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentConflict) IsSuccess() bool
IsSuccess returns true when this update security deployment conflict response has a 2xx status code
func (*UpdateSecurityDeploymentConflict) String ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentConflict) String() string
type UpdateSecurityDeploymentNotFound ¶
type UpdateSecurityDeploymentNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateSecurityDeploymentNotFound describes a response with status code 404, with default header values.
The security deployment was not found. (code: `security_deployment.not_found`)
func NewUpdateSecurityDeploymentNotFound ¶
func NewUpdateSecurityDeploymentNotFound() *UpdateSecurityDeploymentNotFound
NewUpdateSecurityDeploymentNotFound creates a UpdateSecurityDeploymentNotFound with default headers values
func (*UpdateSecurityDeploymentNotFound) Code ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentNotFound) Code() int
Code gets the status code for the update security deployment not found response
func (*UpdateSecurityDeploymentNotFound) Error ¶
func (o *UpdateSecurityDeploymentNotFound) Error() string
func (*UpdateSecurityDeploymentNotFound) GetPayload ¶
func (o *UpdateSecurityDeploymentNotFound) GetPayload() *models.BasicFailedReply
func (*UpdateSecurityDeploymentNotFound) IsClientError ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentNotFound) IsClientError() bool
IsClientError returns true when this update security deployment not found response has a 4xx status code
func (*UpdateSecurityDeploymentNotFound) IsCode ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentNotFound) IsCode(code int) bool
IsCode returns true when this update security deployment not found response a status code equal to that given
func (*UpdateSecurityDeploymentNotFound) IsRedirect ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentNotFound) IsRedirect() bool
IsRedirect returns true when this update security deployment not found response has a 3xx status code
func (*UpdateSecurityDeploymentNotFound) IsServerError ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentNotFound) IsServerError() bool
IsServerError returns true when this update security deployment not found response has a 5xx status code
func (*UpdateSecurityDeploymentNotFound) IsSuccess ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentNotFound) IsSuccess() bool
IsSuccess returns true when this update security deployment not found response has a 2xx status code
func (*UpdateSecurityDeploymentNotFound) String ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentNotFound) String() string
type UpdateSecurityDeploymentOK ¶
type UpdateSecurityDeploymentOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.IDResponse }
UpdateSecurityDeploymentOK describes a response with status code 200, with default header values.
The security deployment was successfully updated
func NewUpdateSecurityDeploymentOK ¶
func NewUpdateSecurityDeploymentOK() *UpdateSecurityDeploymentOK
NewUpdateSecurityDeploymentOK creates a UpdateSecurityDeploymentOK with default headers values
func (*UpdateSecurityDeploymentOK) Code ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentOK) Code() int
Code gets the status code for the update security deployment o k response
func (*UpdateSecurityDeploymentOK) Error ¶
func (o *UpdateSecurityDeploymentOK) Error() string
func (*UpdateSecurityDeploymentOK) GetPayload ¶
func (o *UpdateSecurityDeploymentOK) GetPayload() *models.IDResponse
func (*UpdateSecurityDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentOK) IsClientError() bool
IsClientError returns true when this update security deployment o k response has a 4xx status code
func (*UpdateSecurityDeploymentOK) IsCode ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentOK) IsCode(code int) bool
IsCode returns true when this update security deployment o k response a status code equal to that given
func (*UpdateSecurityDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentOK) IsRedirect() bool
IsRedirect returns true when this update security deployment o k response has a 3xx status code
func (*UpdateSecurityDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentOK) IsServerError() bool
IsServerError returns true when this update security deployment o k response has a 5xx status code
func (*UpdateSecurityDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentOK) IsSuccess() bool
IsSuccess returns true when this update security deployment o k response has a 2xx status code
func (*UpdateSecurityDeploymentOK) String ¶ added in v1.13.0
func (o *UpdateSecurityDeploymentOK) String() string
type UpdateSecurityDeploymentParams ¶
type UpdateSecurityDeploymentParams struct { /* Body. The update request */ Body *models.SecurityDeploymentUpdateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateSecurityDeploymentParams contains all the parameters to send to the API endpoint
for the update security deployment operation. Typically these are written to a http.Request.
func NewUpdateSecurityDeploymentParams ¶
func NewUpdateSecurityDeploymentParams() *UpdateSecurityDeploymentParams
NewUpdateSecurityDeploymentParams creates a new UpdateSecurityDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateSecurityDeploymentParamsWithContext ¶
func NewUpdateSecurityDeploymentParamsWithContext(ctx context.Context) *UpdateSecurityDeploymentParams
NewUpdateSecurityDeploymentParamsWithContext creates a new UpdateSecurityDeploymentParams object with the ability to set a context for a request.
func NewUpdateSecurityDeploymentParamsWithHTTPClient ¶
func NewUpdateSecurityDeploymentParamsWithHTTPClient(client *http.Client) *UpdateSecurityDeploymentParams
NewUpdateSecurityDeploymentParamsWithHTTPClient creates a new UpdateSecurityDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateSecurityDeploymentParamsWithTimeout ¶
func NewUpdateSecurityDeploymentParamsWithTimeout(timeout time.Duration) *UpdateSecurityDeploymentParams
NewUpdateSecurityDeploymentParamsWithTimeout creates a new UpdateSecurityDeploymentParams object with the ability to set a timeout on a request.
func (*UpdateSecurityDeploymentParams) SetBody ¶
func (o *UpdateSecurityDeploymentParams) SetBody(body *models.SecurityDeploymentUpdateRequest)
SetBody adds the body to the update security deployment params
func (*UpdateSecurityDeploymentParams) SetContext ¶
func (o *UpdateSecurityDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the update security deployment params
func (*UpdateSecurityDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *UpdateSecurityDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the update security deployment params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSecurityDeploymentParams) SetHTTPClient ¶
func (o *UpdateSecurityDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update security deployment params
func (*UpdateSecurityDeploymentParams) SetTimeout ¶
func (o *UpdateSecurityDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update security deployment params
func (*UpdateSecurityDeploymentParams) WithBody ¶
func (o *UpdateSecurityDeploymentParams) WithBody(body *models.SecurityDeploymentUpdateRequest) *UpdateSecurityDeploymentParams
WithBody adds the body to the update security deployment params
func (*UpdateSecurityDeploymentParams) WithContext ¶
func (o *UpdateSecurityDeploymentParams) WithContext(ctx context.Context) *UpdateSecurityDeploymentParams
WithContext adds the context to the update security deployment params
func (*UpdateSecurityDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *UpdateSecurityDeploymentParams) WithDefaults() *UpdateSecurityDeploymentParams
WithDefaults hydrates default values in the update security deployment params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSecurityDeploymentParams) WithHTTPClient ¶
func (o *UpdateSecurityDeploymentParams) WithHTTPClient(client *http.Client) *UpdateSecurityDeploymentParams
WithHTTPClient adds the HTTPClient to the update security deployment params
func (*UpdateSecurityDeploymentParams) WithTimeout ¶
func (o *UpdateSecurityDeploymentParams) WithTimeout(timeout time.Duration) *UpdateSecurityDeploymentParams
WithTimeout adds the timeout to the update security deployment params
func (*UpdateSecurityDeploymentParams) WriteToRequest ¶
func (o *UpdateSecurityDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSecurityDeploymentReader ¶
type UpdateSecurityDeploymentReader struct {
// contains filtered or unexported fields
}
UpdateSecurityDeploymentReader is a Reader for the UpdateSecurityDeployment structure.
func (*UpdateSecurityDeploymentReader) ReadResponse ¶
func (o *UpdateSecurityDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_active_directory_configuration_parameters.go
- create_active_directory_configuration_responses.go
- create_enrollment_token_parameters.go
- create_enrollment_token_responses.go
- create_ldap_configuration_parameters.go
- create_ldap_configuration_responses.go
- create_saml_configuration_parameters.go
- create_saml_configuration_responses.go
- create_security_deployment_parameters.go
- create_security_deployment_responses.go
- delete_active_directory_configuration_parameters.go
- delete_active_directory_configuration_responses.go
- delete_enrollment_token_parameters.go
- delete_enrollment_token_responses.go
- delete_ldap_configuration_parameters.go
- delete_ldap_configuration_responses.go
- delete_saml_configuration_parameters.go
- delete_saml_configuration_responses.go
- get_active_directory_configuration_parameters.go
- get_active_directory_configuration_responses.go
- get_enrollment_tokens_parameters.go
- get_enrollment_tokens_responses.go
- get_ldap_configuration_parameters.go
- get_ldap_configuration_responses.go
- get_saml_configuration_parameters.go
- get_saml_configuration_responses.go
- get_security_deployment_parameters.go
- get_security_deployment_responses.go
- get_security_realm_configurations_parameters.go
- get_security_realm_configurations_responses.go
- get_tls_certificate_parameters.go
- get_tls_certificate_responses.go
- platform_configuration_security_client.go
- reorder_security_realms_parameters.go
- reorder_security_realms_responses.go
- set_tls_certificate_parameters.go
- set_tls_certificate_responses.go
- update_active_directory_configuration_parameters.go
- update_active_directory_configuration_responses.go
- update_ldap_configuration_parameters.go
- update_ldap_configuration_responses.go
- update_saml_configuration_parameters.go
- update_saml_configuration_responses.go
- update_security_deployment_parameters.go
- update_security_deployment_responses.go