auth

package
v0.0.0-...-09f9b81 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllUserLoginLockoutsBadRequest

type AllUserLoginLockoutsBadRequest struct {
	Payload *models.Error
}
AllUserLoginLockoutsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAllUserLoginLockoutsBadRequest

func NewAllUserLoginLockoutsBadRequest() *AllUserLoginLockoutsBadRequest

NewAllUserLoginLockoutsBadRequest creates a AllUserLoginLockoutsBadRequest with default headers values

func (*AllUserLoginLockoutsBadRequest) Error

func (*AllUserLoginLockoutsBadRequest) GetPayload

func (o *AllUserLoginLockoutsBadRequest) GetPayload() *models.Error

type AllUserLoginLockoutsNotFound

type AllUserLoginLockoutsNotFound struct {
	Payload *models.Error
}
AllUserLoginLockoutsNotFound describes a response with status code 404, with default header values.

Not Found

func NewAllUserLoginLockoutsNotFound

func NewAllUserLoginLockoutsNotFound() *AllUserLoginLockoutsNotFound

NewAllUserLoginLockoutsNotFound creates a AllUserLoginLockoutsNotFound with default headers values

func (*AllUserLoginLockoutsNotFound) Error

func (*AllUserLoginLockoutsNotFound) GetPayload

func (o *AllUserLoginLockoutsNotFound) GetPayload() *models.Error

type AllUserLoginLockoutsOK

type AllUserLoginLockoutsOK struct {
	Payload []*models.UserLoginLockout
}
AllUserLoginLockoutsOK describes a response with status code 200, with default header values.

User Login Lockout

func NewAllUserLoginLockoutsOK

func NewAllUserLoginLockoutsOK() *AllUserLoginLockoutsOK

NewAllUserLoginLockoutsOK creates a AllUserLoginLockoutsOK with default headers values

func (*AllUserLoginLockoutsOK) Error

func (o *AllUserLoginLockoutsOK) Error() string

func (*AllUserLoginLockoutsOK) GetPayload

func (o *AllUserLoginLockoutsOK) GetPayload() []*models.UserLoginLockout

type AllUserLoginLockoutsParams

type AllUserLoginLockoutsParams struct {

	/* Fields.

	   Include only these fields in the response
	*/
	Fields *string

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

AllUserLoginLockoutsParams contains all the parameters to send to the API endpoint

for the all user login lockouts operation.

Typically these are written to a http.Request.

func NewAllUserLoginLockoutsParams

func NewAllUserLoginLockoutsParams() *AllUserLoginLockoutsParams

NewAllUserLoginLockoutsParams creates a new AllUserLoginLockoutsParams 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 NewAllUserLoginLockoutsParamsWithContext

func NewAllUserLoginLockoutsParamsWithContext(ctx context.Context) *AllUserLoginLockoutsParams

NewAllUserLoginLockoutsParamsWithContext creates a new AllUserLoginLockoutsParams object with the ability to set a context for a request.

func NewAllUserLoginLockoutsParamsWithHTTPClient

func NewAllUserLoginLockoutsParamsWithHTTPClient(client *http.Client) *AllUserLoginLockoutsParams

NewAllUserLoginLockoutsParamsWithHTTPClient creates a new AllUserLoginLockoutsParams object with the ability to set a custom HTTPClient for a request.

func NewAllUserLoginLockoutsParamsWithTimeout

func NewAllUserLoginLockoutsParamsWithTimeout(timeout time.Duration) *AllUserLoginLockoutsParams

NewAllUserLoginLockoutsParamsWithTimeout creates a new AllUserLoginLockoutsParams object with the ability to set a timeout on a request.

func (*AllUserLoginLockoutsParams) SetContext

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

SetContext adds the context to the all user login lockouts params

func (*AllUserLoginLockoutsParams) SetDefaults

func (o *AllUserLoginLockoutsParams) SetDefaults()

SetDefaults hydrates default values in the all user login lockouts params (not the query body).

All values with no default are reset to their zero value.

func (*AllUserLoginLockoutsParams) SetFields

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

SetFields adds the fields to the all user login lockouts params

func (*AllUserLoginLockoutsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all user login lockouts params

func (*AllUserLoginLockoutsParams) SetTimeout

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

SetTimeout adds the timeout to the all user login lockouts params

func (*AllUserLoginLockoutsParams) WithContext

WithContext adds the context to the all user login lockouts params

func (*AllUserLoginLockoutsParams) WithDefaults

WithDefaults hydrates default values in the all user login lockouts params (not the query body).

All values with no default are reset to their zero value.

func (*AllUserLoginLockoutsParams) WithFields

WithFields adds the fields to the all user login lockouts params

func (*AllUserLoginLockoutsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the all user login lockouts params

func (*AllUserLoginLockoutsParams) WithTimeout

WithTimeout adds the timeout to the all user login lockouts params

func (*AllUserLoginLockoutsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AllUserLoginLockoutsReader

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

AllUserLoginLockoutsReader is a Reader for the AllUserLoginLockouts structure.

func (*AllUserLoginLockoutsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for auth API

func (*Client) AllUserLoginLockouts

func (a *Client) AllUserLoginLockouts(params *AllUserLoginLockoutsParams, opts ...ClientOption) (*AllUserLoginLockoutsOK, error)

AllUserLoginLockouts gets all user login lockouts

### Get currently locked-out users.

func (*Client) CreateOidcTestConfig

func (a *Client) CreateOidcTestConfig(params *CreateOidcTestConfigParams, opts ...ClientOption) (*CreateOidcTestConfigOK, error)

CreateOidcTestConfig creates o ID c test configuration

### Create a OIDC test configuration.

func (*Client) CreateSamlTestConfig

func (a *Client) CreateSamlTestConfig(params *CreateSamlTestConfigParams, opts ...ClientOption) (*CreateSamlTestConfigOK, error)

CreateSamlTestConfig creates s a m l test configuration

### Create a SAML test configuration.

func (*Client) CreateSsoEmbedURL

func (a *Client) CreateSsoEmbedURL(params *CreateSsoEmbedURLParams, opts ...ClientOption) (*CreateSsoEmbedURLOK, error)
CreateSsoEmbedURL creates s s o embed Url

### Create SSO Embed URL

Creates an SSO embed URL and cryptographically signs it with an embed secret. This signed URL can then be used to instantiate a Looker embed session in a PBL web application. Do not make any modifications to this URL - any change may invalidate the signature and cause the URL to fail to load a Looker embed session.

A signed SSO embed URL can only be used once. After it has been used to request a page from the Looker server, the URL is invalid. Future requests using the same URL will fail. This is to prevent 'replay attacks'.

The `target_url` property must be a complete URL of a Looker UI page - scheme, hostname, path and query params. To load a dashboard with id 56 and with a filter of `Date=1 years`, the looker URL would look like `https:/myname.looker.com/dashboards/56?Date=1%20years`. The best way to obtain this target_url is to navigate to the desired Looker page in your web browser, copy the URL shown in the browser address bar and paste it into the `target_url` property as a quoted string value in this API request.

Permissions for the embed user are defined by the groups in which the embed user is a member (group_ids property) and the lists of models and permissions assigned to the embed user. At a minimum, you must provide values for either the group_ids property, or both the models and permissions properties. These properties are additive; an embed user can be a member of certain groups AND be granted access to models and permissions.

The embed user's access is the union of permissions granted by the group_ids, models, and permissions properties.

This function does not strictly require all group_ids, user attribute names, or model names to exist at the moment the SSO embed url is created. Unknown group_id, user attribute names or model names will be passed through to the output URL. To diagnose potential problems with an SSO embed URL, you can copy the signed URL into the Embed URI Validator text box in `<your looker instance>/admin/embed`.

The `secret_id` parameter is optional. If specified, its value must be the id of an active secret defined in the Looker instance. if not specified, the URL will be signed using the newest active secret defined in the Looker instance.

#### Security Note Protect this signed URL as you would an access token or password credentials - do not write it to disk, do not pass it to a third party, and only pass it through a secure HTTPS encrypted transport.

func (*Client) DeleteOidcTestConfig

func (a *Client) DeleteOidcTestConfig(params *DeleteOidcTestConfigParams, opts ...ClientOption) (*DeleteOidcTestConfigNoContent, error)

DeleteOidcTestConfig deletes o ID c test configuration

### Delete a OIDC test configuration.

func (*Client) DeleteSamlTestConfig

func (a *Client) DeleteSamlTestConfig(params *DeleteSamlTestConfigParams, opts ...ClientOption) (*DeleteSamlTestConfigNoContent, error)

DeleteSamlTestConfig deletes s a m l test configuration

### Delete a SAML test configuration.

func (*Client) DeleteUserLoginLockout

func (a *Client) DeleteUserLoginLockout(params *DeleteUserLoginLockoutParams, opts ...ClientOption) (*DeleteUserLoginLockoutNoContent, error)

DeleteUserLoginLockout deletes user login lockout

### Removes login lockout for the associated user.

func (*Client) FetchAndParseSamlIdpMetadata

func (a *Client) FetchAndParseSamlIdpMetadata(params *FetchAndParseSamlIdpMetadataParams, opts ...ClientOption) (*FetchAndParseSamlIdpMetadataOK, error)
FetchAndParseSamlIdpMetadata parses s a m l Id p Url

### Fetch the given url and parse it as a SAML IdP metadata document and return the result.

Note that this requires that the url be public or at least at a location where the Looker instance can fetch it without requiring any special authentication.

func (*Client) ForcePasswordResetAtNextLoginForAllUsers

func (a *Client) ForcePasswordResetAtNextLoginForAllUsers(params *ForcePasswordResetAtNextLoginForAllUsersParams, opts ...ClientOption) (*ForcePasswordResetAtNextLoginForAllUsersOK, error)

ForcePasswordResetAtNextLoginForAllUsers forces password reset

### Force all credentials_email users to reset their login passwords upon their next login.

func (*Client) LdapConfig

func (a *Client) LdapConfig(params *LdapConfigParams, opts ...ClientOption) (*LdapConfigOK, error)
LdapConfig gets l d a p configuration

### Get the LDAP configuration.

Looker can be optionally configured to authenticate users against an Active Directory or other LDAP directory server. LDAP setup requires coordination with an administrator of that directory server.

Only Looker administrators can read and update the LDAP configuration.

Configuring LDAP impacts authentication for all users. This configuration should be done carefully.

Looker maintains a single LDAP configuration. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).

LDAP is enabled or disabled for Looker using the **enabled** field.

Looker will never return an **auth_password** field. That value can be set, but never retrieved.

See the [Looker LDAP docs](https://www.looker.com/docs/r/api/ldap_setup) for additional information.

func (*Client) OidcConfig

func (a *Client) OidcConfig(params *OidcConfigParams, opts ...ClientOption) (*OidcConfigOK, error)
OidcConfig gets o ID c configuration

### Get the OIDC configuration.

Looker can be optionally configured to authenticate users against an OpenID Connect (OIDC) authentication server. OIDC setup requires coordination with an administrator of that server.

Only Looker administrators can read and update the OIDC configuration.

Configuring OIDC impacts authentication for all users. This configuration should be done carefully.

Looker maintains a single OIDC configuation. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).

OIDC is enabled or disabled for Looker using the **enabled** field.

func (*Client) OidcTestConfig

func (a *Client) OidcTestConfig(params *OidcTestConfigParams, opts ...ClientOption) (*OidcTestConfigOK, error)

OidcTestConfig gets o ID c test configuration

### Get a OIDC test configuration by test_slug.

func (*Client) ParseSamlIdpMetadata

func (a *Client) ParseSamlIdpMetadata(params *ParseSamlIdpMetadataParams, opts ...ClientOption) (*ParseSamlIdpMetadataOK, error)

ParseSamlIdpMetadata parses s a m l Id p XML

### Parse the given xml as a SAML IdP metadata document and return the result.

func (*Client) PasswordConfig

func (a *Client) PasswordConfig(params *PasswordConfigParams, opts ...ClientOption) (*PasswordConfigOK, error)

PasswordConfig gets password config

### Get password config.

func (*Client) SamlConfig

func (a *Client) SamlConfig(params *SamlConfigParams, opts ...ClientOption) (*SamlConfigOK, error)
SamlConfig gets s a m l configuration

### Get the SAML configuration.

Looker can be optionally configured to authenticate users against a SAML authentication server. SAML setup requires coordination with an administrator of that server.

Only Looker administrators can read and update the SAML configuration.

Configuring SAML impacts authentication for all users. This configuration should be done carefully.

Looker maintains a single SAML configuation. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).

SAML is enabled or disabled for Looker using the **enabled** field.

func (*Client) SamlTestConfig

func (a *Client) SamlTestConfig(params *SamlTestConfigParams, opts ...ClientOption) (*SamlTestConfigOK, error)

SamlTestConfig gets s a m l test configuration

### Get a SAML test configuration by test_slug.

func (*Client) SearchUserLoginLockouts

func (a *Client) SearchUserLoginLockouts(params *SearchUserLoginLockoutsParams, opts ...ClientOption) (*SearchUserLoginLockoutsOK, error)

SearchUserLoginLockouts searches user login lockouts

### Search currently locked-out users.

func (*Client) SessionConfig

func (a *Client) SessionConfig(params *SessionConfigParams, opts ...ClientOption) (*SessionConfigOK, error)

SessionConfig gets session config

### Get session config.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestLdapConfigAuth

func (a *Client) TestLdapConfigAuth(params *TestLdapConfigAuthParams, opts ...ClientOption) (*TestLdapConfigAuthOK, error)
TestLdapConfigAuth tests l d a p auth

### Test the connection authentication settings for an LDAP configuration.

This tests that the connection is possible and that a 'server' account to be used by Looker can authenticate to the LDAP server given connection and authentication information.

**connection_host**, **connection_port**, and **auth_username**, are required. **connection_tls** and **auth_password** are optional.

Example: ```json

{
  "connection_host": "ldap.example.com",
  "connection_port": "636",
  "connection_tls": true,
  "auth_username": "cn=looker,dc=example,dc=com",
  "auth_password": "secret"
}

```

Looker will never return an **auth_password**. If this request omits the **auth_password** field, then the **auth_password** value from the active config (if present) will be used for the test.

The active LDAP settings are not modified.

func (*Client) TestLdapConfigConnection

func (a *Client) TestLdapConfigConnection(params *TestLdapConfigConnectionParams, opts ...ClientOption) (*TestLdapConfigConnectionOK, error)
TestLdapConfigConnection tests l d a p connection

### Test the connection settings for an LDAP configuration.

This tests that the connection is possible given a connection_host and connection_port.

**connection_host** and **connection_port** are required. **connection_tls** is optional.

Example: ```json

{
  "connection_host": "ldap.example.com",
  "connection_port": "636",
  "connection_tls": true
}

```

No authentication to the LDAP server is attempted.

The active LDAP settings are not modified.

func (*Client) TestLdapConfigUserAuth

func (a *Client) TestLdapConfigUserAuth(params *TestLdapConfigUserAuthParams, opts ...ClientOption) (*TestLdapConfigUserAuthOK, error)
TestLdapConfigUserAuth tests l d a p user auth

### Test the user authentication settings for an LDAP configuration.

This test accepts a full LDAP configuration along with a username/password pair and attempts to authenticate the user with the LDAP server. The configuration is validated before attempting the authentication.

Looker will never return an **auth_password**. If this request omits the **auth_password** field, then the **auth_password** value from the active config (if present) will be used for the test.

**test_ldap_user** and **test_ldap_password** are required.

The active LDAP settings are not modified.

func (*Client) TestLdapConfigUserInfo

func (a *Client) TestLdapConfigUserInfo(params *TestLdapConfigUserInfoParams, opts ...ClientOption) (*TestLdapConfigUserInfoOK, error)
TestLdapConfigUserInfo tests l d a p user info

### Test the user authentication settings for an LDAP configuration without authenticating the user.

This test will let you easily test the mapping for user properties and roles for any user without needing to authenticate as that user.

This test accepts a full LDAP configuration along with a username and attempts to find the full info for the user from the LDAP server without actually authenticating the user. So, user password is not required.The configuration is validated before attempting to contact the server.

**test_ldap_user** is required.

The active LDAP settings are not modified.

func (*Client) UpdateLdapConfig

func (a *Client) UpdateLdapConfig(params *UpdateLdapConfigParams, opts ...ClientOption) (*UpdateLdapConfigOK, error)
UpdateLdapConfig updates l d a p configuration

### Update the LDAP configuration.

Configuring LDAP impacts authentication for all users. This configuration should be done carefully.

Only Looker administrators can read and update the LDAP configuration.

LDAP is enabled or disabled for Looker using the **enabled** field.

It is **highly** recommended that any LDAP setting changes be tested using the APIs below before being set globally.

See the [Looker LDAP docs](https://www.looker.com/docs/r/api/ldap_setup) for additional information.

func (*Client) UpdateOidcConfig

func (a *Client) UpdateOidcConfig(params *UpdateOidcConfigParams, opts ...ClientOption) (*UpdateOidcConfigOK, error)
UpdateOidcConfig updates o ID c configuration

### Update the OIDC configuration.

Configuring OIDC impacts authentication for all users. This configuration should be done carefully.

Only Looker administrators can read and update the OIDC configuration.

OIDC is enabled or disabled for Looker using the **enabled** field.

It is **highly** recommended that any OIDC setting changes be tested using the APIs below before being set globally.

func (*Client) UpdatePasswordConfig

func (a *Client) UpdatePasswordConfig(params *UpdatePasswordConfigParams, opts ...ClientOption) (*UpdatePasswordConfigOK, error)

UpdatePasswordConfig updates password config

### Update password config.

func (*Client) UpdateSamlConfig

func (a *Client) UpdateSamlConfig(params *UpdateSamlConfigParams, opts ...ClientOption) (*UpdateSamlConfigOK, error)
UpdateSamlConfig updates s a m l configuration

### Update the SAML configuration.

Configuring SAML impacts authentication for all users. This configuration should be done carefully.

Only Looker administrators can read and update the SAML configuration.

SAML is enabled or disabled for Looker using the **enabled** field.

It is **highly** recommended that any SAML setting changes be tested using the APIs below before being set globally.

func (*Client) UpdateSessionConfig

func (a *Client) UpdateSessionConfig(params *UpdateSessionConfigParams, opts ...ClientOption) (*UpdateSessionConfigOK, error)

UpdateSessionConfig updates session config

### Update session config.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AllUserLoginLockouts(params *AllUserLoginLockoutsParams, opts ...ClientOption) (*AllUserLoginLockoutsOK, error)

	CreateOidcTestConfig(params *CreateOidcTestConfigParams, opts ...ClientOption) (*CreateOidcTestConfigOK, error)

	CreateSamlTestConfig(params *CreateSamlTestConfigParams, opts ...ClientOption) (*CreateSamlTestConfigOK, error)

	CreateSsoEmbedURL(params *CreateSsoEmbedURLParams, opts ...ClientOption) (*CreateSsoEmbedURLOK, error)

	DeleteOidcTestConfig(params *DeleteOidcTestConfigParams, opts ...ClientOption) (*DeleteOidcTestConfigNoContent, error)

	DeleteSamlTestConfig(params *DeleteSamlTestConfigParams, opts ...ClientOption) (*DeleteSamlTestConfigNoContent, error)

	DeleteUserLoginLockout(params *DeleteUserLoginLockoutParams, opts ...ClientOption) (*DeleteUserLoginLockoutNoContent, error)

	FetchAndParseSamlIdpMetadata(params *FetchAndParseSamlIdpMetadataParams, opts ...ClientOption) (*FetchAndParseSamlIdpMetadataOK, error)

	ForcePasswordResetAtNextLoginForAllUsers(params *ForcePasswordResetAtNextLoginForAllUsersParams, opts ...ClientOption) (*ForcePasswordResetAtNextLoginForAllUsersOK, error)

	LdapConfig(params *LdapConfigParams, opts ...ClientOption) (*LdapConfigOK, error)

	OidcConfig(params *OidcConfigParams, opts ...ClientOption) (*OidcConfigOK, error)

	OidcTestConfig(params *OidcTestConfigParams, opts ...ClientOption) (*OidcTestConfigOK, error)

	ParseSamlIdpMetadata(params *ParseSamlIdpMetadataParams, opts ...ClientOption) (*ParseSamlIdpMetadataOK, error)

	PasswordConfig(params *PasswordConfigParams, opts ...ClientOption) (*PasswordConfigOK, error)

	SamlConfig(params *SamlConfigParams, opts ...ClientOption) (*SamlConfigOK, error)

	SamlTestConfig(params *SamlTestConfigParams, opts ...ClientOption) (*SamlTestConfigOK, error)

	SearchUserLoginLockouts(params *SearchUserLoginLockoutsParams, opts ...ClientOption) (*SearchUserLoginLockoutsOK, error)

	SessionConfig(params *SessionConfigParams, opts ...ClientOption) (*SessionConfigOK, error)

	TestLdapConfigAuth(params *TestLdapConfigAuthParams, opts ...ClientOption) (*TestLdapConfigAuthOK, error)

	TestLdapConfigConnection(params *TestLdapConfigConnectionParams, opts ...ClientOption) (*TestLdapConfigConnectionOK, error)

	TestLdapConfigUserAuth(params *TestLdapConfigUserAuthParams, opts ...ClientOption) (*TestLdapConfigUserAuthOK, error)

	TestLdapConfigUserInfo(params *TestLdapConfigUserInfoParams, opts ...ClientOption) (*TestLdapConfigUserInfoOK, error)

	UpdateLdapConfig(params *UpdateLdapConfigParams, opts ...ClientOption) (*UpdateLdapConfigOK, error)

	UpdateOidcConfig(params *UpdateOidcConfigParams, opts ...ClientOption) (*UpdateOidcConfigOK, error)

	UpdatePasswordConfig(params *UpdatePasswordConfigParams, opts ...ClientOption) (*UpdatePasswordConfigOK, error)

	UpdateSamlConfig(params *UpdateSamlConfigParams, opts ...ClientOption) (*UpdateSamlConfigOK, error)

	UpdateSessionConfig(params *UpdateSessionConfigParams, opts ...ClientOption) (*UpdateSessionConfigOK, 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 auth API client.

type CreateOidcTestConfigBadRequest

type CreateOidcTestConfigBadRequest struct {
	Payload *models.Error
}
CreateOidcTestConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateOidcTestConfigBadRequest

func NewCreateOidcTestConfigBadRequest() *CreateOidcTestConfigBadRequest

NewCreateOidcTestConfigBadRequest creates a CreateOidcTestConfigBadRequest with default headers values

func (*CreateOidcTestConfigBadRequest) Error

func (*CreateOidcTestConfigBadRequest) GetPayload

func (o *CreateOidcTestConfigBadRequest) GetPayload() *models.Error

type CreateOidcTestConfigNotFound

type CreateOidcTestConfigNotFound struct {
	Payload *models.Error
}
CreateOidcTestConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateOidcTestConfigNotFound

func NewCreateOidcTestConfigNotFound() *CreateOidcTestConfigNotFound

NewCreateOidcTestConfigNotFound creates a CreateOidcTestConfigNotFound with default headers values

func (*CreateOidcTestConfigNotFound) Error

func (*CreateOidcTestConfigNotFound) GetPayload

func (o *CreateOidcTestConfigNotFound) GetPayload() *models.Error

type CreateOidcTestConfigOK

type CreateOidcTestConfigOK struct {
	Payload *models.OIDCConfig
}
CreateOidcTestConfigOK describes a response with status code 200, with default header values.

OIDC test config

func NewCreateOidcTestConfigOK

func NewCreateOidcTestConfigOK() *CreateOidcTestConfigOK

NewCreateOidcTestConfigOK creates a CreateOidcTestConfigOK with default headers values

func (*CreateOidcTestConfigOK) Error

func (o *CreateOidcTestConfigOK) Error() string

func (*CreateOidcTestConfigOK) GetPayload

func (o *CreateOidcTestConfigOK) GetPayload() *models.OIDCConfig

type CreateOidcTestConfigParams

type CreateOidcTestConfigParams struct {

	/* Body.

	   OIDC test config
	*/
	Body *models.OIDCConfig

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

CreateOidcTestConfigParams contains all the parameters to send to the API endpoint

for the create oidc test config operation.

Typically these are written to a http.Request.

func NewCreateOidcTestConfigParams

func NewCreateOidcTestConfigParams() *CreateOidcTestConfigParams

NewCreateOidcTestConfigParams creates a new CreateOidcTestConfigParams 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 NewCreateOidcTestConfigParamsWithContext

func NewCreateOidcTestConfigParamsWithContext(ctx context.Context) *CreateOidcTestConfigParams

NewCreateOidcTestConfigParamsWithContext creates a new CreateOidcTestConfigParams object with the ability to set a context for a request.

func NewCreateOidcTestConfigParamsWithHTTPClient

func NewCreateOidcTestConfigParamsWithHTTPClient(client *http.Client) *CreateOidcTestConfigParams

NewCreateOidcTestConfigParamsWithHTTPClient creates a new CreateOidcTestConfigParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOidcTestConfigParamsWithTimeout

func NewCreateOidcTestConfigParamsWithTimeout(timeout time.Duration) *CreateOidcTestConfigParams

NewCreateOidcTestConfigParamsWithTimeout creates a new CreateOidcTestConfigParams object with the ability to set a timeout on a request.

func (*CreateOidcTestConfigParams) SetBody

func (o *CreateOidcTestConfigParams) SetBody(body *models.OIDCConfig)

SetBody adds the body to the create oidc test config params

func (*CreateOidcTestConfigParams) SetContext

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

SetContext adds the context to the create oidc test config params

func (*CreateOidcTestConfigParams) SetDefaults

func (o *CreateOidcTestConfigParams) SetDefaults()

SetDefaults hydrates default values in the create oidc test config params (not the query body).

All values with no default are reset to their zero value.

func (*CreateOidcTestConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create oidc test config params

func (*CreateOidcTestConfigParams) SetTimeout

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

SetTimeout adds the timeout to the create oidc test config params

func (*CreateOidcTestConfigParams) WithBody

WithBody adds the body to the create oidc test config params

func (*CreateOidcTestConfigParams) WithContext

WithContext adds the context to the create oidc test config params

func (*CreateOidcTestConfigParams) WithDefaults

WithDefaults hydrates default values in the create oidc test config params (not the query body).

All values with no default are reset to their zero value.

func (*CreateOidcTestConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create oidc test config params

func (*CreateOidcTestConfigParams) WithTimeout

WithTimeout adds the timeout to the create oidc test config params

func (*CreateOidcTestConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOidcTestConfigReader

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

CreateOidcTestConfigReader is a Reader for the CreateOidcTestConfig structure.

func (*CreateOidcTestConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOidcTestConfigUnprocessableEntity

type CreateOidcTestConfigUnprocessableEntity struct {
	Payload *models.ValidationError
}
CreateOidcTestConfigUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateOidcTestConfigUnprocessableEntity

func NewCreateOidcTestConfigUnprocessableEntity() *CreateOidcTestConfigUnprocessableEntity

NewCreateOidcTestConfigUnprocessableEntity creates a CreateOidcTestConfigUnprocessableEntity with default headers values

func (*CreateOidcTestConfigUnprocessableEntity) Error

func (*CreateOidcTestConfigUnprocessableEntity) GetPayload

type CreateSamlTestConfigBadRequest

type CreateSamlTestConfigBadRequest struct {
	Payload *models.Error
}
CreateSamlTestConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateSamlTestConfigBadRequest

func NewCreateSamlTestConfigBadRequest() *CreateSamlTestConfigBadRequest

NewCreateSamlTestConfigBadRequest creates a CreateSamlTestConfigBadRequest with default headers values

func (*CreateSamlTestConfigBadRequest) Error

func (*CreateSamlTestConfigBadRequest) GetPayload

func (o *CreateSamlTestConfigBadRequest) GetPayload() *models.Error

type CreateSamlTestConfigNotFound

type CreateSamlTestConfigNotFound struct {
	Payload *models.Error
}
CreateSamlTestConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateSamlTestConfigNotFound

func NewCreateSamlTestConfigNotFound() *CreateSamlTestConfigNotFound

NewCreateSamlTestConfigNotFound creates a CreateSamlTestConfigNotFound with default headers values

func (*CreateSamlTestConfigNotFound) Error

func (*CreateSamlTestConfigNotFound) GetPayload

func (o *CreateSamlTestConfigNotFound) GetPayload() *models.Error

type CreateSamlTestConfigOK

type CreateSamlTestConfigOK struct {
	Payload *models.SamlConfig
}
CreateSamlTestConfigOK describes a response with status code 200, with default header values.

SAML test config

func NewCreateSamlTestConfigOK

func NewCreateSamlTestConfigOK() *CreateSamlTestConfigOK

NewCreateSamlTestConfigOK creates a CreateSamlTestConfigOK with default headers values

func (*CreateSamlTestConfigOK) Error

func (o *CreateSamlTestConfigOK) Error() string

func (*CreateSamlTestConfigOK) GetPayload

func (o *CreateSamlTestConfigOK) GetPayload() *models.SamlConfig

type CreateSamlTestConfigParams

type CreateSamlTestConfigParams struct {

	/* Body.

	   SAML test config
	*/
	Body *models.SamlConfig

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

CreateSamlTestConfigParams contains all the parameters to send to the API endpoint

for the create saml test config operation.

Typically these are written to a http.Request.

func NewCreateSamlTestConfigParams

func NewCreateSamlTestConfigParams() *CreateSamlTestConfigParams

NewCreateSamlTestConfigParams creates a new CreateSamlTestConfigParams 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 NewCreateSamlTestConfigParamsWithContext

func NewCreateSamlTestConfigParamsWithContext(ctx context.Context) *CreateSamlTestConfigParams

NewCreateSamlTestConfigParamsWithContext creates a new CreateSamlTestConfigParams object with the ability to set a context for a request.

func NewCreateSamlTestConfigParamsWithHTTPClient

func NewCreateSamlTestConfigParamsWithHTTPClient(client *http.Client) *CreateSamlTestConfigParams

NewCreateSamlTestConfigParamsWithHTTPClient creates a new CreateSamlTestConfigParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSamlTestConfigParamsWithTimeout

func NewCreateSamlTestConfigParamsWithTimeout(timeout time.Duration) *CreateSamlTestConfigParams

NewCreateSamlTestConfigParamsWithTimeout creates a new CreateSamlTestConfigParams object with the ability to set a timeout on a request.

func (*CreateSamlTestConfigParams) SetBody

func (o *CreateSamlTestConfigParams) SetBody(body *models.SamlConfig)

SetBody adds the body to the create saml test config params

func (*CreateSamlTestConfigParams) SetContext

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

SetContext adds the context to the create saml test config params

func (*CreateSamlTestConfigParams) SetDefaults

func (o *CreateSamlTestConfigParams) SetDefaults()

SetDefaults hydrates default values in the create saml test config params (not the query body).

All values with no default are reset to their zero value.

func (*CreateSamlTestConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create saml test config params

func (*CreateSamlTestConfigParams) SetTimeout

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

SetTimeout adds the timeout to the create saml test config params

func (*CreateSamlTestConfigParams) WithBody

WithBody adds the body to the create saml test config params

func (*CreateSamlTestConfigParams) WithContext

WithContext adds the context to the create saml test config params

func (*CreateSamlTestConfigParams) WithDefaults

WithDefaults hydrates default values in the create saml test config params (not the query body).

All values with no default are reset to their zero value.

func (*CreateSamlTestConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create saml test config params

func (*CreateSamlTestConfigParams) WithTimeout

WithTimeout adds the timeout to the create saml test config params

func (*CreateSamlTestConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSamlTestConfigReader

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

CreateSamlTestConfigReader is a Reader for the CreateSamlTestConfig structure.

func (*CreateSamlTestConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSamlTestConfigUnprocessableEntity

type CreateSamlTestConfigUnprocessableEntity struct {
	Payload *models.ValidationError
}
CreateSamlTestConfigUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateSamlTestConfigUnprocessableEntity

func NewCreateSamlTestConfigUnprocessableEntity() *CreateSamlTestConfigUnprocessableEntity

NewCreateSamlTestConfigUnprocessableEntity creates a CreateSamlTestConfigUnprocessableEntity with default headers values

func (*CreateSamlTestConfigUnprocessableEntity) Error

func (*CreateSamlTestConfigUnprocessableEntity) GetPayload

type CreateSsoEmbedURLBadRequest

type CreateSsoEmbedURLBadRequest struct {
	Payload *models.Error
}
CreateSsoEmbedURLBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateSsoEmbedURLBadRequest

func NewCreateSsoEmbedURLBadRequest() *CreateSsoEmbedURLBadRequest

NewCreateSsoEmbedURLBadRequest creates a CreateSsoEmbedURLBadRequest with default headers values

func (*CreateSsoEmbedURLBadRequest) Error

func (*CreateSsoEmbedURLBadRequest) GetPayload

func (o *CreateSsoEmbedURLBadRequest) GetPayload() *models.Error

type CreateSsoEmbedURLConflict

type CreateSsoEmbedURLConflict struct {
	Payload *models.Error
}
CreateSsoEmbedURLConflict describes a response with status code 409, with default header values.

Resource Already Exists

func NewCreateSsoEmbedURLConflict

func NewCreateSsoEmbedURLConflict() *CreateSsoEmbedURLConflict

NewCreateSsoEmbedURLConflict creates a CreateSsoEmbedURLConflict with default headers values

func (*CreateSsoEmbedURLConflict) Error

func (o *CreateSsoEmbedURLConflict) Error() string

func (*CreateSsoEmbedURLConflict) GetPayload

func (o *CreateSsoEmbedURLConflict) GetPayload() *models.Error

type CreateSsoEmbedURLNotFound

type CreateSsoEmbedURLNotFound struct {
	Payload *models.Error
}
CreateSsoEmbedURLNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateSsoEmbedURLNotFound

func NewCreateSsoEmbedURLNotFound() *CreateSsoEmbedURLNotFound

NewCreateSsoEmbedURLNotFound creates a CreateSsoEmbedURLNotFound with default headers values

func (*CreateSsoEmbedURLNotFound) Error

func (o *CreateSsoEmbedURLNotFound) Error() string

func (*CreateSsoEmbedURLNotFound) GetPayload

func (o *CreateSsoEmbedURLNotFound) GetPayload() *models.Error

type CreateSsoEmbedURLOK

type CreateSsoEmbedURLOK struct {
	Payload *models.EmbedURLResponse
}
CreateSsoEmbedURLOK describes a response with status code 200, with default header values.

Signed SSO URL

func NewCreateSsoEmbedURLOK

func NewCreateSsoEmbedURLOK() *CreateSsoEmbedURLOK

NewCreateSsoEmbedURLOK creates a CreateSsoEmbedURLOK with default headers values

func (*CreateSsoEmbedURLOK) Error

func (o *CreateSsoEmbedURLOK) Error() string

func (*CreateSsoEmbedURLOK) GetPayload

func (o *CreateSsoEmbedURLOK) GetPayload() *models.EmbedURLResponse

type CreateSsoEmbedURLParams

type CreateSsoEmbedURLParams struct {

	/* Body.

	   SSO parameters
	*/
	Body *models.EmbedSsoParams

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

CreateSsoEmbedURLParams contains all the parameters to send to the API endpoint

for the create sso embed url operation.

Typically these are written to a http.Request.

func NewCreateSsoEmbedURLParams

func NewCreateSsoEmbedURLParams() *CreateSsoEmbedURLParams

NewCreateSsoEmbedURLParams creates a new CreateSsoEmbedURLParams 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 NewCreateSsoEmbedURLParamsWithContext

func NewCreateSsoEmbedURLParamsWithContext(ctx context.Context) *CreateSsoEmbedURLParams

NewCreateSsoEmbedURLParamsWithContext creates a new CreateSsoEmbedURLParams object with the ability to set a context for a request.

func NewCreateSsoEmbedURLParamsWithHTTPClient

func NewCreateSsoEmbedURLParamsWithHTTPClient(client *http.Client) *CreateSsoEmbedURLParams

NewCreateSsoEmbedURLParamsWithHTTPClient creates a new CreateSsoEmbedURLParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSsoEmbedURLParamsWithTimeout

func NewCreateSsoEmbedURLParamsWithTimeout(timeout time.Duration) *CreateSsoEmbedURLParams

NewCreateSsoEmbedURLParamsWithTimeout creates a new CreateSsoEmbedURLParams object with the ability to set a timeout on a request.

func (*CreateSsoEmbedURLParams) SetBody

func (o *CreateSsoEmbedURLParams) SetBody(body *models.EmbedSsoParams)

SetBody adds the body to the create sso embed url params

func (*CreateSsoEmbedURLParams) SetContext

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

SetContext adds the context to the create sso embed url params

func (*CreateSsoEmbedURLParams) SetDefaults

func (o *CreateSsoEmbedURLParams) SetDefaults()

SetDefaults hydrates default values in the create sso embed url params (not the query body).

All values with no default are reset to their zero value.

func (*CreateSsoEmbedURLParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create sso embed url params

func (*CreateSsoEmbedURLParams) SetTimeout

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

SetTimeout adds the timeout to the create sso embed url params

func (*CreateSsoEmbedURLParams) WithBody

WithBody adds the body to the create sso embed url params

func (*CreateSsoEmbedURLParams) WithContext

WithContext adds the context to the create sso embed url params

func (*CreateSsoEmbedURLParams) WithDefaults

WithDefaults hydrates default values in the create sso embed url params (not the query body).

All values with no default are reset to their zero value.

func (*CreateSsoEmbedURLParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create sso embed url params

func (*CreateSsoEmbedURLParams) WithTimeout

WithTimeout adds the timeout to the create sso embed url params

func (*CreateSsoEmbedURLParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSsoEmbedURLReader

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

CreateSsoEmbedURLReader is a Reader for the CreateSsoEmbedURL structure.

func (*CreateSsoEmbedURLReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSsoEmbedURLTooManyRequests

type CreateSsoEmbedURLTooManyRequests struct {
	Payload *models.Error
}
CreateSsoEmbedURLTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateSsoEmbedURLTooManyRequests

func NewCreateSsoEmbedURLTooManyRequests() *CreateSsoEmbedURLTooManyRequests

NewCreateSsoEmbedURLTooManyRequests creates a CreateSsoEmbedURLTooManyRequests with default headers values

func (*CreateSsoEmbedURLTooManyRequests) Error

func (*CreateSsoEmbedURLTooManyRequests) GetPayload

type CreateSsoEmbedURLUnprocessableEntity

type CreateSsoEmbedURLUnprocessableEntity struct {
	Payload *models.ValidationError
}
CreateSsoEmbedURLUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateSsoEmbedURLUnprocessableEntity

func NewCreateSsoEmbedURLUnprocessableEntity() *CreateSsoEmbedURLUnprocessableEntity

NewCreateSsoEmbedURLUnprocessableEntity creates a CreateSsoEmbedURLUnprocessableEntity with default headers values

func (*CreateSsoEmbedURLUnprocessableEntity) Error

func (*CreateSsoEmbedURLUnprocessableEntity) GetPayload

type DeleteOidcTestConfigBadRequest

type DeleteOidcTestConfigBadRequest struct {
	Payload *models.Error
}
DeleteOidcTestConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteOidcTestConfigBadRequest

func NewDeleteOidcTestConfigBadRequest() *DeleteOidcTestConfigBadRequest

NewDeleteOidcTestConfigBadRequest creates a DeleteOidcTestConfigBadRequest with default headers values

func (*DeleteOidcTestConfigBadRequest) Error

func (*DeleteOidcTestConfigBadRequest) GetPayload

func (o *DeleteOidcTestConfigBadRequest) GetPayload() *models.Error

type DeleteOidcTestConfigNoContent

type DeleteOidcTestConfigNoContent struct {
	Payload string
}
DeleteOidcTestConfigNoContent describes a response with status code 204, with default header values.

Test config succssfully deleted.

func NewDeleteOidcTestConfigNoContent

func NewDeleteOidcTestConfigNoContent() *DeleteOidcTestConfigNoContent

NewDeleteOidcTestConfigNoContent creates a DeleteOidcTestConfigNoContent with default headers values

func (*DeleteOidcTestConfigNoContent) Error

func (*DeleteOidcTestConfigNoContent) GetPayload

func (o *DeleteOidcTestConfigNoContent) GetPayload() string

type DeleteOidcTestConfigNotFound

type DeleteOidcTestConfigNotFound struct {
	Payload *models.Error
}
DeleteOidcTestConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteOidcTestConfigNotFound

func NewDeleteOidcTestConfigNotFound() *DeleteOidcTestConfigNotFound

NewDeleteOidcTestConfigNotFound creates a DeleteOidcTestConfigNotFound with default headers values

func (*DeleteOidcTestConfigNotFound) Error

func (*DeleteOidcTestConfigNotFound) GetPayload

func (o *DeleteOidcTestConfigNotFound) GetPayload() *models.Error

type DeleteOidcTestConfigParams

type DeleteOidcTestConfigParams struct {

	/* TestSlug.

	   Slug of test config
	*/
	TestSlug string

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

DeleteOidcTestConfigParams contains all the parameters to send to the API endpoint

for the delete oidc test config operation.

Typically these are written to a http.Request.

func NewDeleteOidcTestConfigParams

func NewDeleteOidcTestConfigParams() *DeleteOidcTestConfigParams

NewDeleteOidcTestConfigParams creates a new DeleteOidcTestConfigParams 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 NewDeleteOidcTestConfigParamsWithContext

func NewDeleteOidcTestConfigParamsWithContext(ctx context.Context) *DeleteOidcTestConfigParams

NewDeleteOidcTestConfigParamsWithContext creates a new DeleteOidcTestConfigParams object with the ability to set a context for a request.

func NewDeleteOidcTestConfigParamsWithHTTPClient

func NewDeleteOidcTestConfigParamsWithHTTPClient(client *http.Client) *DeleteOidcTestConfigParams

NewDeleteOidcTestConfigParamsWithHTTPClient creates a new DeleteOidcTestConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOidcTestConfigParamsWithTimeout

func NewDeleteOidcTestConfigParamsWithTimeout(timeout time.Duration) *DeleteOidcTestConfigParams

NewDeleteOidcTestConfigParamsWithTimeout creates a new DeleteOidcTestConfigParams object with the ability to set a timeout on a request.

func (*DeleteOidcTestConfigParams) SetContext

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

SetContext adds the context to the delete oidc test config params

func (*DeleteOidcTestConfigParams) SetDefaults

func (o *DeleteOidcTestConfigParams) SetDefaults()

SetDefaults hydrates default values in the delete oidc test config params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteOidcTestConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete oidc test config params

func (*DeleteOidcTestConfigParams) SetTestSlug

func (o *DeleteOidcTestConfigParams) SetTestSlug(testSlug string)

SetTestSlug adds the testSlug to the delete oidc test config params

func (*DeleteOidcTestConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete oidc test config params

func (*DeleteOidcTestConfigParams) WithContext

WithContext adds the context to the delete oidc test config params

func (*DeleteOidcTestConfigParams) WithDefaults

WithDefaults hydrates default values in the delete oidc test config params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteOidcTestConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete oidc test config params

func (*DeleteOidcTestConfigParams) WithTestSlug

WithTestSlug adds the testSlug to the delete oidc test config params

func (*DeleteOidcTestConfigParams) WithTimeout

WithTimeout adds the timeout to the delete oidc test config params

func (*DeleteOidcTestConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOidcTestConfigReader

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

DeleteOidcTestConfigReader is a Reader for the DeleteOidcTestConfig structure.

func (*DeleteOidcTestConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSamlTestConfigBadRequest

type DeleteSamlTestConfigBadRequest struct {
	Payload *models.Error
}
DeleteSamlTestConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteSamlTestConfigBadRequest

func NewDeleteSamlTestConfigBadRequest() *DeleteSamlTestConfigBadRequest

NewDeleteSamlTestConfigBadRequest creates a DeleteSamlTestConfigBadRequest with default headers values

func (*DeleteSamlTestConfigBadRequest) Error

func (*DeleteSamlTestConfigBadRequest) GetPayload

func (o *DeleteSamlTestConfigBadRequest) GetPayload() *models.Error

type DeleteSamlTestConfigNoContent

type DeleteSamlTestConfigNoContent struct {
	Payload string
}
DeleteSamlTestConfigNoContent describes a response with status code 204, with default header values.

Test config succssfully deleted.

func NewDeleteSamlTestConfigNoContent

func NewDeleteSamlTestConfigNoContent() *DeleteSamlTestConfigNoContent

NewDeleteSamlTestConfigNoContent creates a DeleteSamlTestConfigNoContent with default headers values

func (*DeleteSamlTestConfigNoContent) Error

func (*DeleteSamlTestConfigNoContent) GetPayload

func (o *DeleteSamlTestConfigNoContent) GetPayload() string

type DeleteSamlTestConfigNotFound

type DeleteSamlTestConfigNotFound struct {
	Payload *models.Error
}
DeleteSamlTestConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteSamlTestConfigNotFound

func NewDeleteSamlTestConfigNotFound() *DeleteSamlTestConfigNotFound

NewDeleteSamlTestConfigNotFound creates a DeleteSamlTestConfigNotFound with default headers values

func (*DeleteSamlTestConfigNotFound) Error

func (*DeleteSamlTestConfigNotFound) GetPayload

func (o *DeleteSamlTestConfigNotFound) GetPayload() *models.Error

type DeleteSamlTestConfigParams

type DeleteSamlTestConfigParams struct {

	/* TestSlug.

	   Slug of test config
	*/
	TestSlug string

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

DeleteSamlTestConfigParams contains all the parameters to send to the API endpoint

for the delete saml test config operation.

Typically these are written to a http.Request.

func NewDeleteSamlTestConfigParams

func NewDeleteSamlTestConfigParams() *DeleteSamlTestConfigParams

NewDeleteSamlTestConfigParams creates a new DeleteSamlTestConfigParams 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 NewDeleteSamlTestConfigParamsWithContext

func NewDeleteSamlTestConfigParamsWithContext(ctx context.Context) *DeleteSamlTestConfigParams

NewDeleteSamlTestConfigParamsWithContext creates a new DeleteSamlTestConfigParams object with the ability to set a context for a request.

func NewDeleteSamlTestConfigParamsWithHTTPClient

func NewDeleteSamlTestConfigParamsWithHTTPClient(client *http.Client) *DeleteSamlTestConfigParams

NewDeleteSamlTestConfigParamsWithHTTPClient creates a new DeleteSamlTestConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSamlTestConfigParamsWithTimeout

func NewDeleteSamlTestConfigParamsWithTimeout(timeout time.Duration) *DeleteSamlTestConfigParams

NewDeleteSamlTestConfigParamsWithTimeout creates a new DeleteSamlTestConfigParams object with the ability to set a timeout on a request.

func (*DeleteSamlTestConfigParams) SetContext

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

SetContext adds the context to the delete saml test config params

func (*DeleteSamlTestConfigParams) SetDefaults

func (o *DeleteSamlTestConfigParams) SetDefaults()

SetDefaults hydrates default values in the delete saml test config params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteSamlTestConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete saml test config params

func (*DeleteSamlTestConfigParams) SetTestSlug

func (o *DeleteSamlTestConfigParams) SetTestSlug(testSlug string)

SetTestSlug adds the testSlug to the delete saml test config params

func (*DeleteSamlTestConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete saml test config params

func (*DeleteSamlTestConfigParams) WithContext

WithContext adds the context to the delete saml test config params

func (*DeleteSamlTestConfigParams) WithDefaults

WithDefaults hydrates default values in the delete saml test config params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteSamlTestConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete saml test config params

func (*DeleteSamlTestConfigParams) WithTestSlug

WithTestSlug adds the testSlug to the delete saml test config params

func (*DeleteSamlTestConfigParams) WithTimeout

WithTimeout adds the timeout to the delete saml test config params

func (*DeleteSamlTestConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSamlTestConfigReader

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

DeleteSamlTestConfigReader is a Reader for the DeleteSamlTestConfig structure.

func (*DeleteSamlTestConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserLoginLockoutBadRequest

type DeleteUserLoginLockoutBadRequest struct {
	Payload *models.Error
}
DeleteUserLoginLockoutBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteUserLoginLockoutBadRequest

func NewDeleteUserLoginLockoutBadRequest() *DeleteUserLoginLockoutBadRequest

NewDeleteUserLoginLockoutBadRequest creates a DeleteUserLoginLockoutBadRequest with default headers values

func (*DeleteUserLoginLockoutBadRequest) Error

func (*DeleteUserLoginLockoutBadRequest) GetPayload

type DeleteUserLoginLockoutNoContent

type DeleteUserLoginLockoutNoContent struct {
	Payload string
}
DeleteUserLoginLockoutNoContent describes a response with status code 204, with default header values.

Successfully deleted.

func NewDeleteUserLoginLockoutNoContent

func NewDeleteUserLoginLockoutNoContent() *DeleteUserLoginLockoutNoContent

NewDeleteUserLoginLockoutNoContent creates a DeleteUserLoginLockoutNoContent with default headers values

func (*DeleteUserLoginLockoutNoContent) Error

func (*DeleteUserLoginLockoutNoContent) GetPayload

func (o *DeleteUserLoginLockoutNoContent) GetPayload() string

type DeleteUserLoginLockoutNotFound

type DeleteUserLoginLockoutNotFound struct {
	Payload *models.Error
}
DeleteUserLoginLockoutNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteUserLoginLockoutNotFound

func NewDeleteUserLoginLockoutNotFound() *DeleteUserLoginLockoutNotFound

NewDeleteUserLoginLockoutNotFound creates a DeleteUserLoginLockoutNotFound with default headers values

func (*DeleteUserLoginLockoutNotFound) Error

func (*DeleteUserLoginLockoutNotFound) GetPayload

func (o *DeleteUserLoginLockoutNotFound) GetPayload() *models.Error

type DeleteUserLoginLockoutParams

type DeleteUserLoginLockoutParams struct {

	/* Key.

	   The key associated with the locked user
	*/
	Key string

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

DeleteUserLoginLockoutParams contains all the parameters to send to the API endpoint

for the delete user login lockout operation.

Typically these are written to a http.Request.

func NewDeleteUserLoginLockoutParams

func NewDeleteUserLoginLockoutParams() *DeleteUserLoginLockoutParams

NewDeleteUserLoginLockoutParams creates a new DeleteUserLoginLockoutParams 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 NewDeleteUserLoginLockoutParamsWithContext

func NewDeleteUserLoginLockoutParamsWithContext(ctx context.Context) *DeleteUserLoginLockoutParams

NewDeleteUserLoginLockoutParamsWithContext creates a new DeleteUserLoginLockoutParams object with the ability to set a context for a request.

func NewDeleteUserLoginLockoutParamsWithHTTPClient

func NewDeleteUserLoginLockoutParamsWithHTTPClient(client *http.Client) *DeleteUserLoginLockoutParams

NewDeleteUserLoginLockoutParamsWithHTTPClient creates a new DeleteUserLoginLockoutParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserLoginLockoutParamsWithTimeout

func NewDeleteUserLoginLockoutParamsWithTimeout(timeout time.Duration) *DeleteUserLoginLockoutParams

NewDeleteUserLoginLockoutParamsWithTimeout creates a new DeleteUserLoginLockoutParams object with the ability to set a timeout on a request.

func (*DeleteUserLoginLockoutParams) SetContext

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

SetContext adds the context to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) SetDefaults

func (o *DeleteUserLoginLockoutParams) SetDefaults()

SetDefaults hydrates default values in the delete user login lockout params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserLoginLockoutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) SetKey

func (o *DeleteUserLoginLockoutParams) SetKey(key string)

SetKey adds the key to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) SetTimeout

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

SetTimeout adds the timeout to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) WithContext

WithContext adds the context to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) WithDefaults

WithDefaults hydrates default values in the delete user login lockout params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserLoginLockoutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) WithKey

WithKey adds the key to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) WithTimeout

WithTimeout adds the timeout to the delete user login lockout params

func (*DeleteUserLoginLockoutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserLoginLockoutReader

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

DeleteUserLoginLockoutReader is a Reader for the DeleteUserLoginLockout structure.

func (*DeleteUserLoginLockoutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserLoginLockoutTooManyRequests

type DeleteUserLoginLockoutTooManyRequests struct {
	Payload *models.Error
}
DeleteUserLoginLockoutTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteUserLoginLockoutTooManyRequests

func NewDeleteUserLoginLockoutTooManyRequests() *DeleteUserLoginLockoutTooManyRequests

NewDeleteUserLoginLockoutTooManyRequests creates a DeleteUserLoginLockoutTooManyRequests with default headers values

func (*DeleteUserLoginLockoutTooManyRequests) Error

func (*DeleteUserLoginLockoutTooManyRequests) GetPayload

type FetchAndParseSamlIdpMetadataBadRequest

type FetchAndParseSamlIdpMetadataBadRequest struct {
	Payload *models.Error
}
FetchAndParseSamlIdpMetadataBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewFetchAndParseSamlIdpMetadataBadRequest

func NewFetchAndParseSamlIdpMetadataBadRequest() *FetchAndParseSamlIdpMetadataBadRequest

NewFetchAndParseSamlIdpMetadataBadRequest creates a FetchAndParseSamlIdpMetadataBadRequest with default headers values

func (*FetchAndParseSamlIdpMetadataBadRequest) Error

func (*FetchAndParseSamlIdpMetadataBadRequest) GetPayload

type FetchAndParseSamlIdpMetadataNotFound

type FetchAndParseSamlIdpMetadataNotFound struct {
	Payload *models.Error
}
FetchAndParseSamlIdpMetadataNotFound describes a response with status code 404, with default header values.

Not Found

func NewFetchAndParseSamlIdpMetadataNotFound

func NewFetchAndParseSamlIdpMetadataNotFound() *FetchAndParseSamlIdpMetadataNotFound

NewFetchAndParseSamlIdpMetadataNotFound creates a FetchAndParseSamlIdpMetadataNotFound with default headers values

func (*FetchAndParseSamlIdpMetadataNotFound) Error

func (*FetchAndParseSamlIdpMetadataNotFound) GetPayload

type FetchAndParseSamlIdpMetadataOK

type FetchAndParseSamlIdpMetadataOK struct {
	Payload *models.SamlMetadataParseResult
}
FetchAndParseSamlIdpMetadataOK describes a response with status code 200, with default header values.

Parse result

func NewFetchAndParseSamlIdpMetadataOK

func NewFetchAndParseSamlIdpMetadataOK() *FetchAndParseSamlIdpMetadataOK

NewFetchAndParseSamlIdpMetadataOK creates a FetchAndParseSamlIdpMetadataOK with default headers values

func (*FetchAndParseSamlIdpMetadataOK) Error

func (*FetchAndParseSamlIdpMetadataOK) GetPayload

type FetchAndParseSamlIdpMetadataParams

type FetchAndParseSamlIdpMetadataParams struct {

	/* Body.

	   SAML IdP metadata public url
	*/
	Body string

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

FetchAndParseSamlIdpMetadataParams contains all the parameters to send to the API endpoint

for the fetch and parse saml idp metadata operation.

Typically these are written to a http.Request.

func NewFetchAndParseSamlIdpMetadataParams

func NewFetchAndParseSamlIdpMetadataParams() *FetchAndParseSamlIdpMetadataParams

NewFetchAndParseSamlIdpMetadataParams creates a new FetchAndParseSamlIdpMetadataParams 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 NewFetchAndParseSamlIdpMetadataParamsWithContext

func NewFetchAndParseSamlIdpMetadataParamsWithContext(ctx context.Context) *FetchAndParseSamlIdpMetadataParams

NewFetchAndParseSamlIdpMetadataParamsWithContext creates a new FetchAndParseSamlIdpMetadataParams object with the ability to set a context for a request.

func NewFetchAndParseSamlIdpMetadataParamsWithHTTPClient

func NewFetchAndParseSamlIdpMetadataParamsWithHTTPClient(client *http.Client) *FetchAndParseSamlIdpMetadataParams

NewFetchAndParseSamlIdpMetadataParamsWithHTTPClient creates a new FetchAndParseSamlIdpMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewFetchAndParseSamlIdpMetadataParamsWithTimeout

func NewFetchAndParseSamlIdpMetadataParamsWithTimeout(timeout time.Duration) *FetchAndParseSamlIdpMetadataParams

NewFetchAndParseSamlIdpMetadataParamsWithTimeout creates a new FetchAndParseSamlIdpMetadataParams object with the ability to set a timeout on a request.

func (*FetchAndParseSamlIdpMetadataParams) SetBody

func (o *FetchAndParseSamlIdpMetadataParams) SetBody(body string)

SetBody adds the body to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) SetContext

SetContext adds the context to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) SetDefaults

func (o *FetchAndParseSamlIdpMetadataParams) SetDefaults()

SetDefaults hydrates default values in the fetch and parse saml idp metadata params (not the query body).

All values with no default are reset to their zero value.

func (*FetchAndParseSamlIdpMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) WithBody

WithBody adds the body to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) WithContext

WithContext adds the context to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) WithDefaults

WithDefaults hydrates default values in the fetch and parse saml idp metadata params (not the query body).

All values with no default are reset to their zero value.

func (*FetchAndParseSamlIdpMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) WithTimeout

WithTimeout adds the timeout to the fetch and parse saml idp metadata params

func (*FetchAndParseSamlIdpMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FetchAndParseSamlIdpMetadataReader

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

FetchAndParseSamlIdpMetadataReader is a Reader for the FetchAndParseSamlIdpMetadata structure.

func (*FetchAndParseSamlIdpMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ForcePasswordResetAtNextLoginForAllUsersBadRequest

type ForcePasswordResetAtNextLoginForAllUsersBadRequest struct {
	Payload *models.Error
}
ForcePasswordResetAtNextLoginForAllUsersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewForcePasswordResetAtNextLoginForAllUsersBadRequest

func NewForcePasswordResetAtNextLoginForAllUsersBadRequest() *ForcePasswordResetAtNextLoginForAllUsersBadRequest

NewForcePasswordResetAtNextLoginForAllUsersBadRequest creates a ForcePasswordResetAtNextLoginForAllUsersBadRequest with default headers values

func (*ForcePasswordResetAtNextLoginForAllUsersBadRequest) Error

func (*ForcePasswordResetAtNextLoginForAllUsersBadRequest) GetPayload

type ForcePasswordResetAtNextLoginForAllUsersNotFound

type ForcePasswordResetAtNextLoginForAllUsersNotFound struct {
	Payload *models.Error
}
ForcePasswordResetAtNextLoginForAllUsersNotFound describes a response with status code 404, with default header values.

Not Found

func NewForcePasswordResetAtNextLoginForAllUsersNotFound

func NewForcePasswordResetAtNextLoginForAllUsersNotFound() *ForcePasswordResetAtNextLoginForAllUsersNotFound

NewForcePasswordResetAtNextLoginForAllUsersNotFound creates a ForcePasswordResetAtNextLoginForAllUsersNotFound with default headers values

func (*ForcePasswordResetAtNextLoginForAllUsersNotFound) Error

func (*ForcePasswordResetAtNextLoginForAllUsersNotFound) GetPayload

type ForcePasswordResetAtNextLoginForAllUsersOK

type ForcePasswordResetAtNextLoginForAllUsersOK struct {
	Payload string
}
ForcePasswordResetAtNextLoginForAllUsersOK describes a response with status code 200, with default header values.

Password Config

func NewForcePasswordResetAtNextLoginForAllUsersOK

func NewForcePasswordResetAtNextLoginForAllUsersOK() *ForcePasswordResetAtNextLoginForAllUsersOK

NewForcePasswordResetAtNextLoginForAllUsersOK creates a ForcePasswordResetAtNextLoginForAllUsersOK with default headers values

func (*ForcePasswordResetAtNextLoginForAllUsersOK) Error

func (*ForcePasswordResetAtNextLoginForAllUsersOK) GetPayload

type ForcePasswordResetAtNextLoginForAllUsersParams

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

ForcePasswordResetAtNextLoginForAllUsersParams contains all the parameters to send to the API endpoint

for the force password reset at next login for all users operation.

Typically these are written to a http.Request.

func NewForcePasswordResetAtNextLoginForAllUsersParams

func NewForcePasswordResetAtNextLoginForAllUsersParams() *ForcePasswordResetAtNextLoginForAllUsersParams

NewForcePasswordResetAtNextLoginForAllUsersParams creates a new ForcePasswordResetAtNextLoginForAllUsersParams 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 NewForcePasswordResetAtNextLoginForAllUsersParamsWithContext

func NewForcePasswordResetAtNextLoginForAllUsersParamsWithContext(ctx context.Context) *ForcePasswordResetAtNextLoginForAllUsersParams

NewForcePasswordResetAtNextLoginForAllUsersParamsWithContext creates a new ForcePasswordResetAtNextLoginForAllUsersParams object with the ability to set a context for a request.

func NewForcePasswordResetAtNextLoginForAllUsersParamsWithHTTPClient

func NewForcePasswordResetAtNextLoginForAllUsersParamsWithHTTPClient(client *http.Client) *ForcePasswordResetAtNextLoginForAllUsersParams

NewForcePasswordResetAtNextLoginForAllUsersParamsWithHTTPClient creates a new ForcePasswordResetAtNextLoginForAllUsersParams object with the ability to set a custom HTTPClient for a request.

func NewForcePasswordResetAtNextLoginForAllUsersParamsWithTimeout

func NewForcePasswordResetAtNextLoginForAllUsersParamsWithTimeout(timeout time.Duration) *ForcePasswordResetAtNextLoginForAllUsersParams

NewForcePasswordResetAtNextLoginForAllUsersParamsWithTimeout creates a new ForcePasswordResetAtNextLoginForAllUsersParams object with the ability to set a timeout on a request.

func (*ForcePasswordResetAtNextLoginForAllUsersParams) SetContext

SetContext adds the context to the force password reset at next login for all users params

func (*ForcePasswordResetAtNextLoginForAllUsersParams) SetDefaults

SetDefaults hydrates default values in the force password reset at next login for all users params (not the query body).

All values with no default are reset to their zero value.

func (*ForcePasswordResetAtNextLoginForAllUsersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the force password reset at next login for all users params

func (*ForcePasswordResetAtNextLoginForAllUsersParams) SetTimeout

SetTimeout adds the timeout to the force password reset at next login for all users params

func (*ForcePasswordResetAtNextLoginForAllUsersParams) WithContext

WithContext adds the context to the force password reset at next login for all users params

func (*ForcePasswordResetAtNextLoginForAllUsersParams) WithDefaults

WithDefaults hydrates default values in the force password reset at next login for all users params (not the query body).

All values with no default are reset to their zero value.

func (*ForcePasswordResetAtNextLoginForAllUsersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the force password reset at next login for all users params

func (*ForcePasswordResetAtNextLoginForAllUsersParams) WithTimeout

WithTimeout adds the timeout to the force password reset at next login for all users params

func (*ForcePasswordResetAtNextLoginForAllUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ForcePasswordResetAtNextLoginForAllUsersReader

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

ForcePasswordResetAtNextLoginForAllUsersReader is a Reader for the ForcePasswordResetAtNextLoginForAllUsers structure.

func (*ForcePasswordResetAtNextLoginForAllUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ForcePasswordResetAtNextLoginForAllUsersTooManyRequests

type ForcePasswordResetAtNextLoginForAllUsersTooManyRequests struct {
	Payload *models.Error
}
ForcePasswordResetAtNextLoginForAllUsersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewForcePasswordResetAtNextLoginForAllUsersTooManyRequests

func NewForcePasswordResetAtNextLoginForAllUsersTooManyRequests() *ForcePasswordResetAtNextLoginForAllUsersTooManyRequests

NewForcePasswordResetAtNextLoginForAllUsersTooManyRequests creates a ForcePasswordResetAtNextLoginForAllUsersTooManyRequests with default headers values

func (*ForcePasswordResetAtNextLoginForAllUsersTooManyRequests) Error

func (*ForcePasswordResetAtNextLoginForAllUsersTooManyRequests) GetPayload

type ForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity

type ForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity struct {
	Payload *models.ValidationError
}
ForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity

func NewForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity() *ForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity

NewForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity creates a ForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity with default headers values

func (*ForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity) Error

func (*ForcePasswordResetAtNextLoginForAllUsersUnprocessableEntity) GetPayload

type LdapConfigNotFound

type LdapConfigNotFound struct {
	Payload *models.Error
}
LdapConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewLdapConfigNotFound

func NewLdapConfigNotFound() *LdapConfigNotFound

NewLdapConfigNotFound creates a LdapConfigNotFound with default headers values

func (*LdapConfigNotFound) Error

func (o *LdapConfigNotFound) Error() string

func (*LdapConfigNotFound) GetPayload

func (o *LdapConfigNotFound) GetPayload() *models.Error

type LdapConfigOK

type LdapConfigOK struct {
	Payload *models.LDAPConfig
}
LdapConfigOK describes a response with status code 200, with default header values.

LDAP Configuration.

func NewLdapConfigOK

func NewLdapConfigOK() *LdapConfigOK

NewLdapConfigOK creates a LdapConfigOK with default headers values

func (*LdapConfigOK) Error

func (o *LdapConfigOK) Error() string

func (*LdapConfigOK) GetPayload

func (o *LdapConfigOK) GetPayload() *models.LDAPConfig

type LdapConfigParams

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

LdapConfigParams contains all the parameters to send to the API endpoint

for the ldap config operation.

Typically these are written to a http.Request.

func NewLdapConfigParams

func NewLdapConfigParams() *LdapConfigParams

NewLdapConfigParams creates a new LdapConfigParams 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 NewLdapConfigParamsWithContext

func NewLdapConfigParamsWithContext(ctx context.Context) *LdapConfigParams

NewLdapConfigParamsWithContext creates a new LdapConfigParams object with the ability to set a context for a request.

func NewLdapConfigParamsWithHTTPClient

func NewLdapConfigParamsWithHTTPClient(client *http.Client) *LdapConfigParams

NewLdapConfigParamsWithHTTPClient creates a new LdapConfigParams object with the ability to set a custom HTTPClient for a request.

func NewLdapConfigParamsWithTimeout

func NewLdapConfigParamsWithTimeout(timeout time.Duration) *LdapConfigParams

NewLdapConfigParamsWithTimeout creates a new LdapConfigParams object with the ability to set a timeout on a request.

func (*LdapConfigParams) SetContext

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

SetContext adds the context to the ldap config params

func (*LdapConfigParams) SetDefaults

func (o *LdapConfigParams) SetDefaults()

SetDefaults hydrates default values in the ldap config params (not the query body).

All values with no default are reset to their zero value.

func (*LdapConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ldap config params

func (*LdapConfigParams) SetTimeout

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

SetTimeout adds the timeout to the ldap config params

func (*LdapConfigParams) WithContext

func (o *LdapConfigParams) WithContext(ctx context.Context) *LdapConfigParams

WithContext adds the context to the ldap config params

func (*LdapConfigParams) WithDefaults

func (o *LdapConfigParams) WithDefaults() *LdapConfigParams

WithDefaults hydrates default values in the ldap config params (not the query body).

All values with no default are reset to their zero value.

func (*LdapConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the ldap config params

func (*LdapConfigParams) WithTimeout

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

WithTimeout adds the timeout to the ldap config params

func (*LdapConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LdapConfigReader

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

LdapConfigReader is a Reader for the LdapConfig structure.

func (*LdapConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OidcConfigNotFound

type OidcConfigNotFound struct {
	Payload *models.Error
}
OidcConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewOidcConfigNotFound

func NewOidcConfigNotFound() *OidcConfigNotFound

NewOidcConfigNotFound creates a OidcConfigNotFound with default headers values

func (*OidcConfigNotFound) Error

func (o *OidcConfigNotFound) Error() string

func (*OidcConfigNotFound) GetPayload

func (o *OidcConfigNotFound) GetPayload() *models.Error

type OidcConfigOK

type OidcConfigOK struct {
	Payload *models.OIDCConfig
}
OidcConfigOK describes a response with status code 200, with default header values.

OIDC Configuration.

func NewOidcConfigOK

func NewOidcConfigOK() *OidcConfigOK

NewOidcConfigOK creates a OidcConfigOK with default headers values

func (*OidcConfigOK) Error

func (o *OidcConfigOK) Error() string

func (*OidcConfigOK) GetPayload

func (o *OidcConfigOK) GetPayload() *models.OIDCConfig

type OidcConfigParams

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

OidcConfigParams contains all the parameters to send to the API endpoint

for the oidc config operation.

Typically these are written to a http.Request.

func NewOidcConfigParams

func NewOidcConfigParams() *OidcConfigParams

NewOidcConfigParams creates a new OidcConfigParams 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 NewOidcConfigParamsWithContext

func NewOidcConfigParamsWithContext(ctx context.Context) *OidcConfigParams

NewOidcConfigParamsWithContext creates a new OidcConfigParams object with the ability to set a context for a request.

func NewOidcConfigParamsWithHTTPClient

func NewOidcConfigParamsWithHTTPClient(client *http.Client) *OidcConfigParams

NewOidcConfigParamsWithHTTPClient creates a new OidcConfigParams object with the ability to set a custom HTTPClient for a request.

func NewOidcConfigParamsWithTimeout

func NewOidcConfigParamsWithTimeout(timeout time.Duration) *OidcConfigParams

NewOidcConfigParamsWithTimeout creates a new OidcConfigParams object with the ability to set a timeout on a request.

func (*OidcConfigParams) SetContext

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

SetContext adds the context to the oidc config params

func (*OidcConfigParams) SetDefaults

func (o *OidcConfigParams) SetDefaults()

SetDefaults hydrates default values in the oidc config params (not the query body).

All values with no default are reset to their zero value.

func (*OidcConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the oidc config params

func (*OidcConfigParams) SetTimeout

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

SetTimeout adds the timeout to the oidc config params

func (*OidcConfigParams) WithContext

func (o *OidcConfigParams) WithContext(ctx context.Context) *OidcConfigParams

WithContext adds the context to the oidc config params

func (*OidcConfigParams) WithDefaults

func (o *OidcConfigParams) WithDefaults() *OidcConfigParams

WithDefaults hydrates default values in the oidc config params (not the query body).

All values with no default are reset to their zero value.

func (*OidcConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the oidc config params

func (*OidcConfigParams) WithTimeout

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

WithTimeout adds the timeout to the oidc config params

func (*OidcConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OidcConfigReader

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

OidcConfigReader is a Reader for the OidcConfig structure.

func (*OidcConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OidcTestConfigNotFound

type OidcTestConfigNotFound struct {
	Payload *models.Error
}
OidcTestConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewOidcTestConfigNotFound

func NewOidcTestConfigNotFound() *OidcTestConfigNotFound

NewOidcTestConfigNotFound creates a OidcTestConfigNotFound with default headers values

func (*OidcTestConfigNotFound) Error

func (o *OidcTestConfigNotFound) Error() string

func (*OidcTestConfigNotFound) GetPayload

func (o *OidcTestConfigNotFound) GetPayload() *models.Error

type OidcTestConfigOK

type OidcTestConfigOK struct {
	Payload *models.OIDCConfig
}
OidcTestConfigOK describes a response with status code 200, with default header values.

OIDC test config.

func NewOidcTestConfigOK

func NewOidcTestConfigOK() *OidcTestConfigOK

NewOidcTestConfigOK creates a OidcTestConfigOK with default headers values

func (*OidcTestConfigOK) Error

func (o *OidcTestConfigOK) Error() string

func (*OidcTestConfigOK) GetPayload

func (o *OidcTestConfigOK) GetPayload() *models.OIDCConfig

type OidcTestConfigParams

type OidcTestConfigParams struct {

	/* TestSlug.

	   Slug of test config
	*/
	TestSlug string

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

OidcTestConfigParams contains all the parameters to send to the API endpoint

for the oidc test config operation.

Typically these are written to a http.Request.

func NewOidcTestConfigParams

func NewOidcTestConfigParams() *OidcTestConfigParams

NewOidcTestConfigParams creates a new OidcTestConfigParams 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 NewOidcTestConfigParamsWithContext

func NewOidcTestConfigParamsWithContext(ctx context.Context) *OidcTestConfigParams

NewOidcTestConfigParamsWithContext creates a new OidcTestConfigParams object with the ability to set a context for a request.

func NewOidcTestConfigParamsWithHTTPClient

func NewOidcTestConfigParamsWithHTTPClient(client *http.Client) *OidcTestConfigParams

NewOidcTestConfigParamsWithHTTPClient creates a new OidcTestConfigParams object with the ability to set a custom HTTPClient for a request.

func NewOidcTestConfigParamsWithTimeout

func NewOidcTestConfigParamsWithTimeout(timeout time.Duration) *OidcTestConfigParams

NewOidcTestConfigParamsWithTimeout creates a new OidcTestConfigParams object with the ability to set a timeout on a request.

func (*OidcTestConfigParams) SetContext

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

SetContext adds the context to the oidc test config params

func (*OidcTestConfigParams) SetDefaults

func (o *OidcTestConfigParams) SetDefaults()

SetDefaults hydrates default values in the oidc test config params (not the query body).

All values with no default are reset to their zero value.

func (*OidcTestConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the oidc test config params

func (*OidcTestConfigParams) SetTestSlug

func (o *OidcTestConfigParams) SetTestSlug(testSlug string)

SetTestSlug adds the testSlug to the oidc test config params

func (*OidcTestConfigParams) SetTimeout

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

SetTimeout adds the timeout to the oidc test config params

func (*OidcTestConfigParams) WithContext

WithContext adds the context to the oidc test config params

func (*OidcTestConfigParams) WithDefaults

func (o *OidcTestConfigParams) WithDefaults() *OidcTestConfigParams

WithDefaults hydrates default values in the oidc test config params (not the query body).

All values with no default are reset to their zero value.

func (*OidcTestConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the oidc test config params

func (*OidcTestConfigParams) WithTestSlug

func (o *OidcTestConfigParams) WithTestSlug(testSlug string) *OidcTestConfigParams

WithTestSlug adds the testSlug to the oidc test config params

func (*OidcTestConfigParams) WithTimeout

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

WithTimeout adds the timeout to the oidc test config params

func (*OidcTestConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OidcTestConfigReader

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

OidcTestConfigReader is a Reader for the OidcTestConfig structure.

func (*OidcTestConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ParseSamlIdpMetadataBadRequest

type ParseSamlIdpMetadataBadRequest struct {
	Payload *models.Error
}
ParseSamlIdpMetadataBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewParseSamlIdpMetadataBadRequest

func NewParseSamlIdpMetadataBadRequest() *ParseSamlIdpMetadataBadRequest

NewParseSamlIdpMetadataBadRequest creates a ParseSamlIdpMetadataBadRequest with default headers values

func (*ParseSamlIdpMetadataBadRequest) Error

func (*ParseSamlIdpMetadataBadRequest) GetPayload

func (o *ParseSamlIdpMetadataBadRequest) GetPayload() *models.Error

type ParseSamlIdpMetadataNotFound

type ParseSamlIdpMetadataNotFound struct {
	Payload *models.Error
}
ParseSamlIdpMetadataNotFound describes a response with status code 404, with default header values.

Not Found

func NewParseSamlIdpMetadataNotFound

func NewParseSamlIdpMetadataNotFound() *ParseSamlIdpMetadataNotFound

NewParseSamlIdpMetadataNotFound creates a ParseSamlIdpMetadataNotFound with default headers values

func (*ParseSamlIdpMetadataNotFound) Error

func (*ParseSamlIdpMetadataNotFound) GetPayload

func (o *ParseSamlIdpMetadataNotFound) GetPayload() *models.Error

type ParseSamlIdpMetadataOK

type ParseSamlIdpMetadataOK struct {
	Payload *models.SamlMetadataParseResult
}
ParseSamlIdpMetadataOK describes a response with status code 200, with default header values.

Parse result

func NewParseSamlIdpMetadataOK

func NewParseSamlIdpMetadataOK() *ParseSamlIdpMetadataOK

NewParseSamlIdpMetadataOK creates a ParseSamlIdpMetadataOK with default headers values

func (*ParseSamlIdpMetadataOK) Error

func (o *ParseSamlIdpMetadataOK) Error() string

func (*ParseSamlIdpMetadataOK) GetPayload

type ParseSamlIdpMetadataParams

type ParseSamlIdpMetadataParams struct {

	/* Body.

	   SAML IdP metadata xml
	*/
	Body string

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

ParseSamlIdpMetadataParams contains all the parameters to send to the API endpoint

for the parse saml idp metadata operation.

Typically these are written to a http.Request.

func NewParseSamlIdpMetadataParams

func NewParseSamlIdpMetadataParams() *ParseSamlIdpMetadataParams

NewParseSamlIdpMetadataParams creates a new ParseSamlIdpMetadataParams 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 NewParseSamlIdpMetadataParamsWithContext

func NewParseSamlIdpMetadataParamsWithContext(ctx context.Context) *ParseSamlIdpMetadataParams

NewParseSamlIdpMetadataParamsWithContext creates a new ParseSamlIdpMetadataParams object with the ability to set a context for a request.

func NewParseSamlIdpMetadataParamsWithHTTPClient

func NewParseSamlIdpMetadataParamsWithHTTPClient(client *http.Client) *ParseSamlIdpMetadataParams

NewParseSamlIdpMetadataParamsWithHTTPClient creates a new ParseSamlIdpMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewParseSamlIdpMetadataParamsWithTimeout

func NewParseSamlIdpMetadataParamsWithTimeout(timeout time.Duration) *ParseSamlIdpMetadataParams

NewParseSamlIdpMetadataParamsWithTimeout creates a new ParseSamlIdpMetadataParams object with the ability to set a timeout on a request.

func (*ParseSamlIdpMetadataParams) SetBody

func (o *ParseSamlIdpMetadataParams) SetBody(body string)

SetBody adds the body to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) SetContext

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

SetContext adds the context to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) SetDefaults

func (o *ParseSamlIdpMetadataParams) SetDefaults()

SetDefaults hydrates default values in the parse saml idp metadata params (not the query body).

All values with no default are reset to their zero value.

func (*ParseSamlIdpMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) WithBody

WithBody adds the body to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) WithContext

WithContext adds the context to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) WithDefaults

WithDefaults hydrates default values in the parse saml idp metadata params (not the query body).

All values with no default are reset to their zero value.

func (*ParseSamlIdpMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) WithTimeout

WithTimeout adds the timeout to the parse saml idp metadata params

func (*ParseSamlIdpMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ParseSamlIdpMetadataReader

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

ParseSamlIdpMetadataReader is a Reader for the ParseSamlIdpMetadata structure.

func (*ParseSamlIdpMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PasswordConfigBadRequest

type PasswordConfigBadRequest struct {
	Payload *models.Error
}
PasswordConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPasswordConfigBadRequest

func NewPasswordConfigBadRequest() *PasswordConfigBadRequest

NewPasswordConfigBadRequest creates a PasswordConfigBadRequest with default headers values

func (*PasswordConfigBadRequest) Error

func (o *PasswordConfigBadRequest) Error() string

func (*PasswordConfigBadRequest) GetPayload

func (o *PasswordConfigBadRequest) GetPayload() *models.Error

type PasswordConfigNotFound

type PasswordConfigNotFound struct {
	Payload *models.Error
}
PasswordConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewPasswordConfigNotFound

func NewPasswordConfigNotFound() *PasswordConfigNotFound

NewPasswordConfigNotFound creates a PasswordConfigNotFound with default headers values

func (*PasswordConfigNotFound) Error

func (o *PasswordConfigNotFound) Error() string

func (*PasswordConfigNotFound) GetPayload

func (o *PasswordConfigNotFound) GetPayload() *models.Error

type PasswordConfigOK

type PasswordConfigOK struct {
	Payload *models.PasswordConfig
}
PasswordConfigOK describes a response with status code 200, with default header values.

Password Config

func NewPasswordConfigOK

func NewPasswordConfigOK() *PasswordConfigOK

NewPasswordConfigOK creates a PasswordConfigOK with default headers values

func (*PasswordConfigOK) Error

func (o *PasswordConfigOK) Error() string

func (*PasswordConfigOK) GetPayload

func (o *PasswordConfigOK) GetPayload() *models.PasswordConfig

type PasswordConfigParams

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

PasswordConfigParams contains all the parameters to send to the API endpoint

for the password config operation.

Typically these are written to a http.Request.

func NewPasswordConfigParams

func NewPasswordConfigParams() *PasswordConfigParams

NewPasswordConfigParams creates a new PasswordConfigParams 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 NewPasswordConfigParamsWithContext

func NewPasswordConfigParamsWithContext(ctx context.Context) *PasswordConfigParams

NewPasswordConfigParamsWithContext creates a new PasswordConfigParams object with the ability to set a context for a request.

func NewPasswordConfigParamsWithHTTPClient

func NewPasswordConfigParamsWithHTTPClient(client *http.Client) *PasswordConfigParams

NewPasswordConfigParamsWithHTTPClient creates a new PasswordConfigParams object with the ability to set a custom HTTPClient for a request.

func NewPasswordConfigParamsWithTimeout

func NewPasswordConfigParamsWithTimeout(timeout time.Duration) *PasswordConfigParams

NewPasswordConfigParamsWithTimeout creates a new PasswordConfigParams object with the ability to set a timeout on a request.

func (*PasswordConfigParams) SetContext

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

SetContext adds the context to the password config params

func (*PasswordConfigParams) SetDefaults

func (o *PasswordConfigParams) SetDefaults()

SetDefaults hydrates default values in the password config params (not the query body).

All values with no default are reset to their zero value.

func (*PasswordConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the password config params

func (*PasswordConfigParams) SetTimeout

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

SetTimeout adds the timeout to the password config params

func (*PasswordConfigParams) WithContext

WithContext adds the context to the password config params

func (*PasswordConfigParams) WithDefaults

func (o *PasswordConfigParams) WithDefaults() *PasswordConfigParams

WithDefaults hydrates default values in the password config params (not the query body).

All values with no default are reset to their zero value.

func (*PasswordConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the password config params

func (*PasswordConfigParams) WithTimeout

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

WithTimeout adds the timeout to the password config params

func (*PasswordConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PasswordConfigReader

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

PasswordConfigReader is a Reader for the PasswordConfig structure.

func (*PasswordConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SamlConfigNotFound

type SamlConfigNotFound struct {
	Payload *models.Error
}
SamlConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewSamlConfigNotFound

func NewSamlConfigNotFound() *SamlConfigNotFound

NewSamlConfigNotFound creates a SamlConfigNotFound with default headers values

func (*SamlConfigNotFound) Error

func (o *SamlConfigNotFound) Error() string

func (*SamlConfigNotFound) GetPayload

func (o *SamlConfigNotFound) GetPayload() *models.Error

type SamlConfigOK

type SamlConfigOK struct {
	Payload *models.SamlConfig
}
SamlConfigOK describes a response with status code 200, with default header values.

SAML Configuration.

func NewSamlConfigOK

func NewSamlConfigOK() *SamlConfigOK

NewSamlConfigOK creates a SamlConfigOK with default headers values

func (*SamlConfigOK) Error

func (o *SamlConfigOK) Error() string

func (*SamlConfigOK) GetPayload

func (o *SamlConfigOK) GetPayload() *models.SamlConfig

type SamlConfigParams

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

SamlConfigParams contains all the parameters to send to the API endpoint

for the saml config operation.

Typically these are written to a http.Request.

func NewSamlConfigParams

func NewSamlConfigParams() *SamlConfigParams

NewSamlConfigParams creates a new SamlConfigParams 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 NewSamlConfigParamsWithContext

func NewSamlConfigParamsWithContext(ctx context.Context) *SamlConfigParams

NewSamlConfigParamsWithContext creates a new SamlConfigParams object with the ability to set a context for a request.

func NewSamlConfigParamsWithHTTPClient

func NewSamlConfigParamsWithHTTPClient(client *http.Client) *SamlConfigParams

NewSamlConfigParamsWithHTTPClient creates a new SamlConfigParams object with the ability to set a custom HTTPClient for a request.

func NewSamlConfigParamsWithTimeout

func NewSamlConfigParamsWithTimeout(timeout time.Duration) *SamlConfigParams

NewSamlConfigParamsWithTimeout creates a new SamlConfigParams object with the ability to set a timeout on a request.

func (*SamlConfigParams) SetContext

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

SetContext adds the context to the saml config params

func (*SamlConfigParams) SetDefaults

func (o *SamlConfigParams) SetDefaults()

SetDefaults hydrates default values in the saml config params (not the query body).

All values with no default are reset to their zero value.

func (*SamlConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the saml config params

func (*SamlConfigParams) SetTimeout

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

SetTimeout adds the timeout to the saml config params

func (*SamlConfigParams) WithContext

func (o *SamlConfigParams) WithContext(ctx context.Context) *SamlConfigParams

WithContext adds the context to the saml config params

func (*SamlConfigParams) WithDefaults

func (o *SamlConfigParams) WithDefaults() *SamlConfigParams

WithDefaults hydrates default values in the saml config params (not the query body).

All values with no default are reset to their zero value.

func (*SamlConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the saml config params

func (*SamlConfigParams) WithTimeout

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

WithTimeout adds the timeout to the saml config params

func (*SamlConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SamlConfigReader

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

SamlConfigReader is a Reader for the SamlConfig structure.

func (*SamlConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SamlTestConfigNotFound

type SamlTestConfigNotFound struct {
	Payload *models.Error
}
SamlTestConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewSamlTestConfigNotFound

func NewSamlTestConfigNotFound() *SamlTestConfigNotFound

NewSamlTestConfigNotFound creates a SamlTestConfigNotFound with default headers values

func (*SamlTestConfigNotFound) Error

func (o *SamlTestConfigNotFound) Error() string

func (*SamlTestConfigNotFound) GetPayload

func (o *SamlTestConfigNotFound) GetPayload() *models.Error

type SamlTestConfigOK

type SamlTestConfigOK struct {
	Payload *models.SamlConfig
}
SamlTestConfigOK describes a response with status code 200, with default header values.

SAML test config.

func NewSamlTestConfigOK

func NewSamlTestConfigOK() *SamlTestConfigOK

NewSamlTestConfigOK creates a SamlTestConfigOK with default headers values

func (*SamlTestConfigOK) Error

func (o *SamlTestConfigOK) Error() string

func (*SamlTestConfigOK) GetPayload

func (o *SamlTestConfigOK) GetPayload() *models.SamlConfig

type SamlTestConfigParams

type SamlTestConfigParams struct {

	/* TestSlug.

	   Slug of test config
	*/
	TestSlug string

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

SamlTestConfigParams contains all the parameters to send to the API endpoint

for the saml test config operation.

Typically these are written to a http.Request.

func NewSamlTestConfigParams

func NewSamlTestConfigParams() *SamlTestConfigParams

NewSamlTestConfigParams creates a new SamlTestConfigParams 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 NewSamlTestConfigParamsWithContext

func NewSamlTestConfigParamsWithContext(ctx context.Context) *SamlTestConfigParams

NewSamlTestConfigParamsWithContext creates a new SamlTestConfigParams object with the ability to set a context for a request.

func NewSamlTestConfigParamsWithHTTPClient

func NewSamlTestConfigParamsWithHTTPClient(client *http.Client) *SamlTestConfigParams

NewSamlTestConfigParamsWithHTTPClient creates a new SamlTestConfigParams object with the ability to set a custom HTTPClient for a request.

func NewSamlTestConfigParamsWithTimeout

func NewSamlTestConfigParamsWithTimeout(timeout time.Duration) *SamlTestConfigParams

NewSamlTestConfigParamsWithTimeout creates a new SamlTestConfigParams object with the ability to set a timeout on a request.

func (*SamlTestConfigParams) SetContext

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

SetContext adds the context to the saml test config params

func (*SamlTestConfigParams) SetDefaults

func (o *SamlTestConfigParams) SetDefaults()

SetDefaults hydrates default values in the saml test config params (not the query body).

All values with no default are reset to their zero value.

func (*SamlTestConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the saml test config params

func (*SamlTestConfigParams) SetTestSlug

func (o *SamlTestConfigParams) SetTestSlug(testSlug string)

SetTestSlug adds the testSlug to the saml test config params

func (*SamlTestConfigParams) SetTimeout

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

SetTimeout adds the timeout to the saml test config params

func (*SamlTestConfigParams) WithContext

WithContext adds the context to the saml test config params

func (*SamlTestConfigParams) WithDefaults

func (o *SamlTestConfigParams) WithDefaults() *SamlTestConfigParams

WithDefaults hydrates default values in the saml test config params (not the query body).

All values with no default are reset to their zero value.

func (*SamlTestConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the saml test config params

func (*SamlTestConfigParams) WithTestSlug

func (o *SamlTestConfigParams) WithTestSlug(testSlug string) *SamlTestConfigParams

WithTestSlug adds the testSlug to the saml test config params

func (*SamlTestConfigParams) WithTimeout

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

WithTimeout adds the timeout to the saml test config params

func (*SamlTestConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SamlTestConfigReader

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

SamlTestConfigReader is a Reader for the SamlTestConfig structure.

func (*SamlTestConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SearchUserLoginLockoutsBadRequest

type SearchUserLoginLockoutsBadRequest struct {
	Payload *models.Error
}
SearchUserLoginLockoutsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewSearchUserLoginLockoutsBadRequest

func NewSearchUserLoginLockoutsBadRequest() *SearchUserLoginLockoutsBadRequest

NewSearchUserLoginLockoutsBadRequest creates a SearchUserLoginLockoutsBadRequest with default headers values

func (*SearchUserLoginLockoutsBadRequest) Error

func (*SearchUserLoginLockoutsBadRequest) GetPayload

type SearchUserLoginLockoutsNotFound

type SearchUserLoginLockoutsNotFound struct {
	Payload *models.Error
}
SearchUserLoginLockoutsNotFound describes a response with status code 404, with default header values.

Not Found

func NewSearchUserLoginLockoutsNotFound

func NewSearchUserLoginLockoutsNotFound() *SearchUserLoginLockoutsNotFound

NewSearchUserLoginLockoutsNotFound creates a SearchUserLoginLockoutsNotFound with default headers values

func (*SearchUserLoginLockoutsNotFound) Error

func (*SearchUserLoginLockoutsNotFound) GetPayload

func (o *SearchUserLoginLockoutsNotFound) GetPayload() *models.Error

type SearchUserLoginLockoutsOK

type SearchUserLoginLockoutsOK struct {
	Payload []*models.UserLoginLockout
}
SearchUserLoginLockoutsOK describes a response with status code 200, with default header values.

User Login Lockout

func NewSearchUserLoginLockoutsOK

func NewSearchUserLoginLockoutsOK() *SearchUserLoginLockoutsOK

NewSearchUserLoginLockoutsOK creates a SearchUserLoginLockoutsOK with default headers values

func (*SearchUserLoginLockoutsOK) Error

func (o *SearchUserLoginLockoutsOK) Error() string

func (*SearchUserLoginLockoutsOK) GetPayload

type SearchUserLoginLockoutsParams

type SearchUserLoginLockoutsParams struct {

	/* AuthType.

	   Auth type user is locked out for (email, ldap, totp, api)
	*/
	AuthType *string

	/* Email.

	   Match email
	*/
	Email *string

	/* Fields.

	   Include only these fields in the response
	*/
	Fields *string

	/* FilterOr.

	   Combine given search criteria in a boolean OR expression
	*/
	FilterOr *bool

	/* FullName.

	   Match name
	*/
	FullName *string

	/* Page.

	   Return only page N of paginated results

	   Format: int64
	*/
	Page *int64

	/* PerPage.

	   Return N rows of data per page

	   Format: int64
	*/
	PerPage *int64

	/* RemoteID.

	   Match remote LDAP ID
	*/
	RemoteID *string

	/* Sorts.

	   Fields to sort by.
	*/
	Sorts *string

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

SearchUserLoginLockoutsParams contains all the parameters to send to the API endpoint

for the search user login lockouts operation.

Typically these are written to a http.Request.

func NewSearchUserLoginLockoutsParams

func NewSearchUserLoginLockoutsParams() *SearchUserLoginLockoutsParams

NewSearchUserLoginLockoutsParams creates a new SearchUserLoginLockoutsParams 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 NewSearchUserLoginLockoutsParamsWithContext

func NewSearchUserLoginLockoutsParamsWithContext(ctx context.Context) *SearchUserLoginLockoutsParams

NewSearchUserLoginLockoutsParamsWithContext creates a new SearchUserLoginLockoutsParams object with the ability to set a context for a request.

func NewSearchUserLoginLockoutsParamsWithHTTPClient

func NewSearchUserLoginLockoutsParamsWithHTTPClient(client *http.Client) *SearchUserLoginLockoutsParams

NewSearchUserLoginLockoutsParamsWithHTTPClient creates a new SearchUserLoginLockoutsParams object with the ability to set a custom HTTPClient for a request.

func NewSearchUserLoginLockoutsParamsWithTimeout

func NewSearchUserLoginLockoutsParamsWithTimeout(timeout time.Duration) *SearchUserLoginLockoutsParams

NewSearchUserLoginLockoutsParamsWithTimeout creates a new SearchUserLoginLockoutsParams object with the ability to set a timeout on a request.

func (*SearchUserLoginLockoutsParams) SetAuthType

func (o *SearchUserLoginLockoutsParams) SetAuthType(authType *string)

SetAuthType adds the authType to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetContext

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

SetContext adds the context to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetDefaults

func (o *SearchUserLoginLockoutsParams) SetDefaults()

SetDefaults hydrates default values in the search user login lockouts params (not the query body).

All values with no default are reset to their zero value.

func (*SearchUserLoginLockoutsParams) SetEmail

func (o *SearchUserLoginLockoutsParams) SetEmail(email *string)

SetEmail adds the email to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetFields

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

SetFields adds the fields to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetFilterOr

func (o *SearchUserLoginLockoutsParams) SetFilterOr(filterOr *bool)

SetFilterOr adds the filterOr to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetFullName

func (o *SearchUserLoginLockoutsParams) SetFullName(fullName *string)

SetFullName adds the fullName to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetPage

func (o *SearchUserLoginLockoutsParams) SetPage(page *int64)

SetPage adds the page to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetPerPage

func (o *SearchUserLoginLockoutsParams) SetPerPage(perPage *int64)

SetPerPage adds the perPage to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetRemoteID

func (o *SearchUserLoginLockoutsParams) SetRemoteID(remoteID *string)

SetRemoteID adds the remoteId to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetSorts

func (o *SearchUserLoginLockoutsParams) SetSorts(sorts *string)

SetSorts adds the sorts to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) SetTimeout

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

SetTimeout adds the timeout to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithAuthType

WithAuthType adds the authType to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithContext

WithContext adds the context to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithDefaults

WithDefaults hydrates default values in the search user login lockouts params (not the query body).

All values with no default are reset to their zero value.

func (*SearchUserLoginLockoutsParams) WithEmail

WithEmail adds the email to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithFields

WithFields adds the fields to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithFilterOr

WithFilterOr adds the filterOr to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithFullName

WithFullName adds the fullName to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithPage

WithPage adds the page to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithPerPage

WithPerPage adds the perPage to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithRemoteID

WithRemoteID adds the remoteID to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithSorts

WithSorts adds the sorts to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WithTimeout

WithTimeout adds the timeout to the search user login lockouts params

func (*SearchUserLoginLockoutsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SearchUserLoginLockoutsReader

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

SearchUserLoginLockoutsReader is a Reader for the SearchUserLoginLockouts structure.

func (*SearchUserLoginLockoutsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SessionConfigBadRequest

type SessionConfigBadRequest struct {
	Payload *models.Error
}
SessionConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewSessionConfigBadRequest

func NewSessionConfigBadRequest() *SessionConfigBadRequest

NewSessionConfigBadRequest creates a SessionConfigBadRequest with default headers values

func (*SessionConfigBadRequest) Error

func (o *SessionConfigBadRequest) Error() string

func (*SessionConfigBadRequest) GetPayload

func (o *SessionConfigBadRequest) GetPayload() *models.Error

type SessionConfigNotFound

type SessionConfigNotFound struct {
	Payload *models.Error
}
SessionConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewSessionConfigNotFound

func NewSessionConfigNotFound() *SessionConfigNotFound

NewSessionConfigNotFound creates a SessionConfigNotFound with default headers values

func (*SessionConfigNotFound) Error

func (o *SessionConfigNotFound) Error() string

func (*SessionConfigNotFound) GetPayload

func (o *SessionConfigNotFound) GetPayload() *models.Error

type SessionConfigOK

type SessionConfigOK struct {
	Payload *models.SessionConfig
}
SessionConfigOK describes a response with status code 200, with default header values.

Session Config

func NewSessionConfigOK

func NewSessionConfigOK() *SessionConfigOK

NewSessionConfigOK creates a SessionConfigOK with default headers values

func (*SessionConfigOK) Error

func (o *SessionConfigOK) Error() string

func (*SessionConfigOK) GetPayload

func (o *SessionConfigOK) GetPayload() *models.SessionConfig

type SessionConfigParams

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

SessionConfigParams contains all the parameters to send to the API endpoint

for the session config operation.

Typically these are written to a http.Request.

func NewSessionConfigParams

func NewSessionConfigParams() *SessionConfigParams

NewSessionConfigParams creates a new SessionConfigParams 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 NewSessionConfigParamsWithContext

func NewSessionConfigParamsWithContext(ctx context.Context) *SessionConfigParams

NewSessionConfigParamsWithContext creates a new SessionConfigParams object with the ability to set a context for a request.

func NewSessionConfigParamsWithHTTPClient

func NewSessionConfigParamsWithHTTPClient(client *http.Client) *SessionConfigParams

NewSessionConfigParamsWithHTTPClient creates a new SessionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewSessionConfigParamsWithTimeout

func NewSessionConfigParamsWithTimeout(timeout time.Duration) *SessionConfigParams

NewSessionConfigParamsWithTimeout creates a new SessionConfigParams object with the ability to set a timeout on a request.

func (*SessionConfigParams) SetContext

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

SetContext adds the context to the session config params

func (*SessionConfigParams) SetDefaults

func (o *SessionConfigParams) SetDefaults()

SetDefaults hydrates default values in the session config params (not the query body).

All values with no default are reset to their zero value.

func (*SessionConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the session config params

func (*SessionConfigParams) SetTimeout

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

SetTimeout adds the timeout to the session config params

func (*SessionConfigParams) WithContext

WithContext adds the context to the session config params

func (*SessionConfigParams) WithDefaults

func (o *SessionConfigParams) WithDefaults() *SessionConfigParams

WithDefaults hydrates default values in the session config params (not the query body).

All values with no default are reset to their zero value.

func (*SessionConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the session config params

func (*SessionConfigParams) WithTimeout

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

WithTimeout adds the timeout to the session config params

func (*SessionConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SessionConfigReader

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

SessionConfigReader is a Reader for the SessionConfig structure.

func (*SessionConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestLdapConfigAuthBadRequest

type TestLdapConfigAuthBadRequest struct {
	Payload *models.Error
}
TestLdapConfigAuthBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewTestLdapConfigAuthBadRequest

func NewTestLdapConfigAuthBadRequest() *TestLdapConfigAuthBadRequest

NewTestLdapConfigAuthBadRequest creates a TestLdapConfigAuthBadRequest with default headers values

func (*TestLdapConfigAuthBadRequest) Error

func (*TestLdapConfigAuthBadRequest) GetPayload

func (o *TestLdapConfigAuthBadRequest) GetPayload() *models.Error

type TestLdapConfigAuthNotFound

type TestLdapConfigAuthNotFound struct {
	Payload *models.Error
}
TestLdapConfigAuthNotFound describes a response with status code 404, with default header values.

Not Found

func NewTestLdapConfigAuthNotFound

func NewTestLdapConfigAuthNotFound() *TestLdapConfigAuthNotFound

NewTestLdapConfigAuthNotFound creates a TestLdapConfigAuthNotFound with default headers values

func (*TestLdapConfigAuthNotFound) Error

func (*TestLdapConfigAuthNotFound) GetPayload

func (o *TestLdapConfigAuthNotFound) GetPayload() *models.Error

type TestLdapConfigAuthOK

type TestLdapConfigAuthOK struct {
	Payload *models.LDAPConfigTestResult
}
TestLdapConfigAuthOK describes a response with status code 200, with default header values.

Result info.

func NewTestLdapConfigAuthOK

func NewTestLdapConfigAuthOK() *TestLdapConfigAuthOK

NewTestLdapConfigAuthOK creates a TestLdapConfigAuthOK with default headers values

func (*TestLdapConfigAuthOK) Error

func (o *TestLdapConfigAuthOK) Error() string

func (*TestLdapConfigAuthOK) GetPayload

type TestLdapConfigAuthParams

type TestLdapConfigAuthParams struct {

	/* Body.

	   LDAP Config
	*/
	Body *models.LDAPConfig

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

TestLdapConfigAuthParams contains all the parameters to send to the API endpoint

for the test ldap config auth operation.

Typically these are written to a http.Request.

func NewTestLdapConfigAuthParams

func NewTestLdapConfigAuthParams() *TestLdapConfigAuthParams

NewTestLdapConfigAuthParams creates a new TestLdapConfigAuthParams 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 NewTestLdapConfigAuthParamsWithContext

func NewTestLdapConfigAuthParamsWithContext(ctx context.Context) *TestLdapConfigAuthParams

NewTestLdapConfigAuthParamsWithContext creates a new TestLdapConfigAuthParams object with the ability to set a context for a request.

func NewTestLdapConfigAuthParamsWithHTTPClient

func NewTestLdapConfigAuthParamsWithHTTPClient(client *http.Client) *TestLdapConfigAuthParams

NewTestLdapConfigAuthParamsWithHTTPClient creates a new TestLdapConfigAuthParams object with the ability to set a custom HTTPClient for a request.

func NewTestLdapConfigAuthParamsWithTimeout

func NewTestLdapConfigAuthParamsWithTimeout(timeout time.Duration) *TestLdapConfigAuthParams

NewTestLdapConfigAuthParamsWithTimeout creates a new TestLdapConfigAuthParams object with the ability to set a timeout on a request.

func (*TestLdapConfigAuthParams) SetBody

func (o *TestLdapConfigAuthParams) SetBody(body *models.LDAPConfig)

SetBody adds the body to the test ldap config auth params

func (*TestLdapConfigAuthParams) SetContext

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

SetContext adds the context to the test ldap config auth params

func (*TestLdapConfigAuthParams) SetDefaults

func (o *TestLdapConfigAuthParams) SetDefaults()

SetDefaults hydrates default values in the test ldap config auth params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ldap config auth params

func (*TestLdapConfigAuthParams) SetTimeout

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

SetTimeout adds the timeout to the test ldap config auth params

func (*TestLdapConfigAuthParams) WithBody

WithBody adds the body to the test ldap config auth params

func (*TestLdapConfigAuthParams) WithContext

WithContext adds the context to the test ldap config auth params

func (*TestLdapConfigAuthParams) WithDefaults

WithDefaults hydrates default values in the test ldap config auth params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigAuthParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the test ldap config auth params

func (*TestLdapConfigAuthParams) WithTimeout

WithTimeout adds the timeout to the test ldap config auth params

func (*TestLdapConfigAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestLdapConfigAuthReader

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

TestLdapConfigAuthReader is a Reader for the TestLdapConfigAuth structure.

func (*TestLdapConfigAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestLdapConfigAuthUnprocessableEntity

type TestLdapConfigAuthUnprocessableEntity struct {
	Payload *models.ValidationError
}
TestLdapConfigAuthUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewTestLdapConfigAuthUnprocessableEntity

func NewTestLdapConfigAuthUnprocessableEntity() *TestLdapConfigAuthUnprocessableEntity

NewTestLdapConfigAuthUnprocessableEntity creates a TestLdapConfigAuthUnprocessableEntity with default headers values

func (*TestLdapConfigAuthUnprocessableEntity) Error

func (*TestLdapConfigAuthUnprocessableEntity) GetPayload

type TestLdapConfigConnectionBadRequest

type TestLdapConfigConnectionBadRequest struct {
	Payload *models.Error
}
TestLdapConfigConnectionBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewTestLdapConfigConnectionBadRequest

func NewTestLdapConfigConnectionBadRequest() *TestLdapConfigConnectionBadRequest

NewTestLdapConfigConnectionBadRequest creates a TestLdapConfigConnectionBadRequest with default headers values

func (*TestLdapConfigConnectionBadRequest) Error

func (*TestLdapConfigConnectionBadRequest) GetPayload

type TestLdapConfigConnectionNotFound

type TestLdapConfigConnectionNotFound struct {
	Payload *models.Error
}
TestLdapConfigConnectionNotFound describes a response with status code 404, with default header values.

Not Found

func NewTestLdapConfigConnectionNotFound

func NewTestLdapConfigConnectionNotFound() *TestLdapConfigConnectionNotFound

NewTestLdapConfigConnectionNotFound creates a TestLdapConfigConnectionNotFound with default headers values

func (*TestLdapConfigConnectionNotFound) Error

func (*TestLdapConfigConnectionNotFound) GetPayload

type TestLdapConfigConnectionOK

type TestLdapConfigConnectionOK struct {
	Payload *models.LDAPConfigTestResult
}
TestLdapConfigConnectionOK describes a response with status code 200, with default header values.

Result info.

func NewTestLdapConfigConnectionOK

func NewTestLdapConfigConnectionOK() *TestLdapConfigConnectionOK

NewTestLdapConfigConnectionOK creates a TestLdapConfigConnectionOK with default headers values

func (*TestLdapConfigConnectionOK) Error

func (*TestLdapConfigConnectionOK) GetPayload

type TestLdapConfigConnectionParams

type TestLdapConfigConnectionParams struct {

	/* Body.

	   LDAP Config
	*/
	Body *models.LDAPConfig

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

TestLdapConfigConnectionParams contains all the parameters to send to the API endpoint

for the test ldap config connection operation.

Typically these are written to a http.Request.

func NewTestLdapConfigConnectionParams

func NewTestLdapConfigConnectionParams() *TestLdapConfigConnectionParams

NewTestLdapConfigConnectionParams creates a new TestLdapConfigConnectionParams 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 NewTestLdapConfigConnectionParamsWithContext

func NewTestLdapConfigConnectionParamsWithContext(ctx context.Context) *TestLdapConfigConnectionParams

NewTestLdapConfigConnectionParamsWithContext creates a new TestLdapConfigConnectionParams object with the ability to set a context for a request.

func NewTestLdapConfigConnectionParamsWithHTTPClient

func NewTestLdapConfigConnectionParamsWithHTTPClient(client *http.Client) *TestLdapConfigConnectionParams

NewTestLdapConfigConnectionParamsWithHTTPClient creates a new TestLdapConfigConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewTestLdapConfigConnectionParamsWithTimeout

func NewTestLdapConfigConnectionParamsWithTimeout(timeout time.Duration) *TestLdapConfigConnectionParams

NewTestLdapConfigConnectionParamsWithTimeout creates a new TestLdapConfigConnectionParams object with the ability to set a timeout on a request.

func (*TestLdapConfigConnectionParams) SetBody

SetBody adds the body to the test ldap config connection params

func (*TestLdapConfigConnectionParams) SetContext

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

SetContext adds the context to the test ldap config connection params

func (*TestLdapConfigConnectionParams) SetDefaults

func (o *TestLdapConfigConnectionParams) SetDefaults()

SetDefaults hydrates default values in the test ldap config connection params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ldap config connection params

func (*TestLdapConfigConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the test ldap config connection params

func (*TestLdapConfigConnectionParams) WithBody

WithBody adds the body to the test ldap config connection params

func (*TestLdapConfigConnectionParams) WithContext

WithContext adds the context to the test ldap config connection params

func (*TestLdapConfigConnectionParams) WithDefaults

WithDefaults hydrates default values in the test ldap config connection params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test ldap config connection params

func (*TestLdapConfigConnectionParams) WithTimeout

WithTimeout adds the timeout to the test ldap config connection params

func (*TestLdapConfigConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestLdapConfigConnectionReader

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

TestLdapConfigConnectionReader is a Reader for the TestLdapConfigConnection structure.

func (*TestLdapConfigConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestLdapConfigConnectionUnprocessableEntity

type TestLdapConfigConnectionUnprocessableEntity struct {
	Payload *models.ValidationError
}
TestLdapConfigConnectionUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewTestLdapConfigConnectionUnprocessableEntity

func NewTestLdapConfigConnectionUnprocessableEntity() *TestLdapConfigConnectionUnprocessableEntity

NewTestLdapConfigConnectionUnprocessableEntity creates a TestLdapConfigConnectionUnprocessableEntity with default headers values

func (*TestLdapConfigConnectionUnprocessableEntity) Error

func (*TestLdapConfigConnectionUnprocessableEntity) GetPayload

type TestLdapConfigUserAuthBadRequest

type TestLdapConfigUserAuthBadRequest struct {
	Payload *models.Error
}
TestLdapConfigUserAuthBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewTestLdapConfigUserAuthBadRequest

func NewTestLdapConfigUserAuthBadRequest() *TestLdapConfigUserAuthBadRequest

NewTestLdapConfigUserAuthBadRequest creates a TestLdapConfigUserAuthBadRequest with default headers values

func (*TestLdapConfigUserAuthBadRequest) Error

func (*TestLdapConfigUserAuthBadRequest) GetPayload

type TestLdapConfigUserAuthNotFound

type TestLdapConfigUserAuthNotFound struct {
	Payload *models.Error
}
TestLdapConfigUserAuthNotFound describes a response with status code 404, with default header values.

Not Found

func NewTestLdapConfigUserAuthNotFound

func NewTestLdapConfigUserAuthNotFound() *TestLdapConfigUserAuthNotFound

NewTestLdapConfigUserAuthNotFound creates a TestLdapConfigUserAuthNotFound with default headers values

func (*TestLdapConfigUserAuthNotFound) Error

func (*TestLdapConfigUserAuthNotFound) GetPayload

func (o *TestLdapConfigUserAuthNotFound) GetPayload() *models.Error

type TestLdapConfigUserAuthOK

type TestLdapConfigUserAuthOK struct {
	Payload *models.LDAPConfigTestResult
}
TestLdapConfigUserAuthOK describes a response with status code 200, with default header values.

Result info.

func NewTestLdapConfigUserAuthOK

func NewTestLdapConfigUserAuthOK() *TestLdapConfigUserAuthOK

NewTestLdapConfigUserAuthOK creates a TestLdapConfigUserAuthOK with default headers values

func (*TestLdapConfigUserAuthOK) Error

func (o *TestLdapConfigUserAuthOK) Error() string

func (*TestLdapConfigUserAuthOK) GetPayload

type TestLdapConfigUserAuthParams

type TestLdapConfigUserAuthParams struct {

	/* Body.

	   LDAP Config
	*/
	Body *models.LDAPConfig

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

TestLdapConfigUserAuthParams contains all the parameters to send to the API endpoint

for the test ldap config user auth operation.

Typically these are written to a http.Request.

func NewTestLdapConfigUserAuthParams

func NewTestLdapConfigUserAuthParams() *TestLdapConfigUserAuthParams

NewTestLdapConfigUserAuthParams creates a new TestLdapConfigUserAuthParams 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 NewTestLdapConfigUserAuthParamsWithContext

func NewTestLdapConfigUserAuthParamsWithContext(ctx context.Context) *TestLdapConfigUserAuthParams

NewTestLdapConfigUserAuthParamsWithContext creates a new TestLdapConfigUserAuthParams object with the ability to set a context for a request.

func NewTestLdapConfigUserAuthParamsWithHTTPClient

func NewTestLdapConfigUserAuthParamsWithHTTPClient(client *http.Client) *TestLdapConfigUserAuthParams

NewTestLdapConfigUserAuthParamsWithHTTPClient creates a new TestLdapConfigUserAuthParams object with the ability to set a custom HTTPClient for a request.

func NewTestLdapConfigUserAuthParamsWithTimeout

func NewTestLdapConfigUserAuthParamsWithTimeout(timeout time.Duration) *TestLdapConfigUserAuthParams

NewTestLdapConfigUserAuthParamsWithTimeout creates a new TestLdapConfigUserAuthParams object with the ability to set a timeout on a request.

func (*TestLdapConfigUserAuthParams) SetBody

SetBody adds the body to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) SetContext

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

SetContext adds the context to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) SetDefaults

func (o *TestLdapConfigUserAuthParams) SetDefaults()

SetDefaults hydrates default values in the test ldap config user auth params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigUserAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) SetTimeout

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

SetTimeout adds the timeout to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) WithBody

WithBody adds the body to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) WithContext

WithContext adds the context to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) WithDefaults

WithDefaults hydrates default values in the test ldap config user auth params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigUserAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) WithTimeout

WithTimeout adds the timeout to the test ldap config user auth params

func (*TestLdapConfigUserAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestLdapConfigUserAuthReader

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

TestLdapConfigUserAuthReader is a Reader for the TestLdapConfigUserAuth structure.

func (*TestLdapConfigUserAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestLdapConfigUserAuthUnprocessableEntity

type TestLdapConfigUserAuthUnprocessableEntity struct {
	Payload *models.ValidationError
}
TestLdapConfigUserAuthUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewTestLdapConfigUserAuthUnprocessableEntity

func NewTestLdapConfigUserAuthUnprocessableEntity() *TestLdapConfigUserAuthUnprocessableEntity

NewTestLdapConfigUserAuthUnprocessableEntity creates a TestLdapConfigUserAuthUnprocessableEntity with default headers values

func (*TestLdapConfigUserAuthUnprocessableEntity) Error

func (*TestLdapConfigUserAuthUnprocessableEntity) GetPayload

type TestLdapConfigUserInfoBadRequest

type TestLdapConfigUserInfoBadRequest struct {
	Payload *models.Error
}
TestLdapConfigUserInfoBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewTestLdapConfigUserInfoBadRequest

func NewTestLdapConfigUserInfoBadRequest() *TestLdapConfigUserInfoBadRequest

NewTestLdapConfigUserInfoBadRequest creates a TestLdapConfigUserInfoBadRequest with default headers values

func (*TestLdapConfigUserInfoBadRequest) Error

func (*TestLdapConfigUserInfoBadRequest) GetPayload

type TestLdapConfigUserInfoNotFound

type TestLdapConfigUserInfoNotFound struct {
	Payload *models.Error
}
TestLdapConfigUserInfoNotFound describes a response with status code 404, with default header values.

Not Found

func NewTestLdapConfigUserInfoNotFound

func NewTestLdapConfigUserInfoNotFound() *TestLdapConfigUserInfoNotFound

NewTestLdapConfigUserInfoNotFound creates a TestLdapConfigUserInfoNotFound with default headers values

func (*TestLdapConfigUserInfoNotFound) Error

func (*TestLdapConfigUserInfoNotFound) GetPayload

func (o *TestLdapConfigUserInfoNotFound) GetPayload() *models.Error

type TestLdapConfigUserInfoOK

type TestLdapConfigUserInfoOK struct {
	Payload *models.LDAPConfigTestResult
}
TestLdapConfigUserInfoOK describes a response with status code 200, with default header values.

Result info.

func NewTestLdapConfigUserInfoOK

func NewTestLdapConfigUserInfoOK() *TestLdapConfigUserInfoOK

NewTestLdapConfigUserInfoOK creates a TestLdapConfigUserInfoOK with default headers values

func (*TestLdapConfigUserInfoOK) Error

func (o *TestLdapConfigUserInfoOK) Error() string

func (*TestLdapConfigUserInfoOK) GetPayload

type TestLdapConfigUserInfoParams

type TestLdapConfigUserInfoParams struct {

	/* Body.

	   LDAP Config
	*/
	Body *models.LDAPConfig

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

TestLdapConfigUserInfoParams contains all the parameters to send to the API endpoint

for the test ldap config user info operation.

Typically these are written to a http.Request.

func NewTestLdapConfigUserInfoParams

func NewTestLdapConfigUserInfoParams() *TestLdapConfigUserInfoParams

NewTestLdapConfigUserInfoParams creates a new TestLdapConfigUserInfoParams 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 NewTestLdapConfigUserInfoParamsWithContext

func NewTestLdapConfigUserInfoParamsWithContext(ctx context.Context) *TestLdapConfigUserInfoParams

NewTestLdapConfigUserInfoParamsWithContext creates a new TestLdapConfigUserInfoParams object with the ability to set a context for a request.

func NewTestLdapConfigUserInfoParamsWithHTTPClient

func NewTestLdapConfigUserInfoParamsWithHTTPClient(client *http.Client) *TestLdapConfigUserInfoParams

NewTestLdapConfigUserInfoParamsWithHTTPClient creates a new TestLdapConfigUserInfoParams object with the ability to set a custom HTTPClient for a request.

func NewTestLdapConfigUserInfoParamsWithTimeout

func NewTestLdapConfigUserInfoParamsWithTimeout(timeout time.Duration) *TestLdapConfigUserInfoParams

NewTestLdapConfigUserInfoParamsWithTimeout creates a new TestLdapConfigUserInfoParams object with the ability to set a timeout on a request.

func (*TestLdapConfigUserInfoParams) SetBody

SetBody adds the body to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) SetContext

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

SetContext adds the context to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) SetDefaults

func (o *TestLdapConfigUserInfoParams) SetDefaults()

SetDefaults hydrates default values in the test ldap config user info params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigUserInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) SetTimeout

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

SetTimeout adds the timeout to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) WithBody

WithBody adds the body to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) WithContext

WithContext adds the context to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) WithDefaults

WithDefaults hydrates default values in the test ldap config user info params (not the query body).

All values with no default are reset to their zero value.

func (*TestLdapConfigUserInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) WithTimeout

WithTimeout adds the timeout to the test ldap config user info params

func (*TestLdapConfigUserInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestLdapConfigUserInfoReader

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

TestLdapConfigUserInfoReader is a Reader for the TestLdapConfigUserInfo structure.

func (*TestLdapConfigUserInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestLdapConfigUserInfoUnprocessableEntity

type TestLdapConfigUserInfoUnprocessableEntity struct {
	Payload *models.ValidationError
}
TestLdapConfigUserInfoUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewTestLdapConfigUserInfoUnprocessableEntity

func NewTestLdapConfigUserInfoUnprocessableEntity() *TestLdapConfigUserInfoUnprocessableEntity

NewTestLdapConfigUserInfoUnprocessableEntity creates a TestLdapConfigUserInfoUnprocessableEntity with default headers values

func (*TestLdapConfigUserInfoUnprocessableEntity) Error

func (*TestLdapConfigUserInfoUnprocessableEntity) GetPayload

type UpdateLdapConfigBadRequest

type UpdateLdapConfigBadRequest struct {
	Payload *models.Error
}
UpdateLdapConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateLdapConfigBadRequest

func NewUpdateLdapConfigBadRequest() *UpdateLdapConfigBadRequest

NewUpdateLdapConfigBadRequest creates a UpdateLdapConfigBadRequest with default headers values

func (*UpdateLdapConfigBadRequest) Error

func (*UpdateLdapConfigBadRequest) GetPayload

func (o *UpdateLdapConfigBadRequest) GetPayload() *models.Error

type UpdateLdapConfigNotFound

type UpdateLdapConfigNotFound struct {
	Payload *models.Error
}
UpdateLdapConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateLdapConfigNotFound

func NewUpdateLdapConfigNotFound() *UpdateLdapConfigNotFound

NewUpdateLdapConfigNotFound creates a UpdateLdapConfigNotFound with default headers values

func (*UpdateLdapConfigNotFound) Error

func (o *UpdateLdapConfigNotFound) Error() string

func (*UpdateLdapConfigNotFound) GetPayload

func (o *UpdateLdapConfigNotFound) GetPayload() *models.Error

type UpdateLdapConfigOK

type UpdateLdapConfigOK struct {
	Payload *models.LDAPConfig
}
UpdateLdapConfigOK describes a response with status code 200, with default header values.

New state for LDAP Configuration.

func NewUpdateLdapConfigOK

func NewUpdateLdapConfigOK() *UpdateLdapConfigOK

NewUpdateLdapConfigOK creates a UpdateLdapConfigOK with default headers values

func (*UpdateLdapConfigOK) Error

func (o *UpdateLdapConfigOK) Error() string

func (*UpdateLdapConfigOK) GetPayload

func (o *UpdateLdapConfigOK) GetPayload() *models.LDAPConfig

type UpdateLdapConfigParams

type UpdateLdapConfigParams struct {

	/* Body.

	   LDAP Config
	*/
	Body *models.LDAPConfig

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

UpdateLdapConfigParams contains all the parameters to send to the API endpoint

for the update ldap config operation.

Typically these are written to a http.Request.

func NewUpdateLdapConfigParams

func NewUpdateLdapConfigParams() *UpdateLdapConfigParams

NewUpdateLdapConfigParams creates a new UpdateLdapConfigParams 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 NewUpdateLdapConfigParamsWithContext

func NewUpdateLdapConfigParamsWithContext(ctx context.Context) *UpdateLdapConfigParams

NewUpdateLdapConfigParamsWithContext creates a new UpdateLdapConfigParams object with the ability to set a context for a request.

func NewUpdateLdapConfigParamsWithHTTPClient

func NewUpdateLdapConfigParamsWithHTTPClient(client *http.Client) *UpdateLdapConfigParams

NewUpdateLdapConfigParamsWithHTTPClient creates a new UpdateLdapConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateLdapConfigParamsWithTimeout

func NewUpdateLdapConfigParamsWithTimeout(timeout time.Duration) *UpdateLdapConfigParams

NewUpdateLdapConfigParamsWithTimeout creates a new UpdateLdapConfigParams object with the ability to set a timeout on a request.

func (*UpdateLdapConfigParams) SetBody

func (o *UpdateLdapConfigParams) SetBody(body *models.LDAPConfig)

SetBody adds the body to the update ldap config params

func (*UpdateLdapConfigParams) SetContext

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

SetContext adds the context to the update ldap config params

func (*UpdateLdapConfigParams) SetDefaults

func (o *UpdateLdapConfigParams) SetDefaults()

SetDefaults hydrates default values in the update ldap config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateLdapConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update ldap config params

func (*UpdateLdapConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update ldap config params

func (*UpdateLdapConfigParams) WithBody

WithBody adds the body to the update ldap config params

func (*UpdateLdapConfigParams) WithContext

WithContext adds the context to the update ldap config params

func (*UpdateLdapConfigParams) WithDefaults

WithDefaults hydrates default values in the update ldap config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateLdapConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update ldap config params

func (*UpdateLdapConfigParams) WithTimeout

WithTimeout adds the timeout to the update ldap config params

func (*UpdateLdapConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateLdapConfigReader

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

UpdateLdapConfigReader is a Reader for the UpdateLdapConfig structure.

func (*UpdateLdapConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLdapConfigUnprocessableEntity

type UpdateLdapConfigUnprocessableEntity struct {
	Payload *models.ValidationError
}
UpdateLdapConfigUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewUpdateLdapConfigUnprocessableEntity

func NewUpdateLdapConfigUnprocessableEntity() *UpdateLdapConfigUnprocessableEntity

NewUpdateLdapConfigUnprocessableEntity creates a UpdateLdapConfigUnprocessableEntity with default headers values

func (*UpdateLdapConfigUnprocessableEntity) Error

func (*UpdateLdapConfigUnprocessableEntity) GetPayload

type UpdateOidcConfigBadRequest

type UpdateOidcConfigBadRequest struct {
	Payload *models.Error
}
UpdateOidcConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateOidcConfigBadRequest

func NewUpdateOidcConfigBadRequest() *UpdateOidcConfigBadRequest

NewUpdateOidcConfigBadRequest creates a UpdateOidcConfigBadRequest with default headers values

func (*UpdateOidcConfigBadRequest) Error

func (*UpdateOidcConfigBadRequest) GetPayload

func (o *UpdateOidcConfigBadRequest) GetPayload() *models.Error

type UpdateOidcConfigNotFound

type UpdateOidcConfigNotFound struct {
	Payload *models.Error
}
UpdateOidcConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateOidcConfigNotFound

func NewUpdateOidcConfigNotFound() *UpdateOidcConfigNotFound

NewUpdateOidcConfigNotFound creates a UpdateOidcConfigNotFound with default headers values

func (*UpdateOidcConfigNotFound) Error

func (o *UpdateOidcConfigNotFound) Error() string

func (*UpdateOidcConfigNotFound) GetPayload

func (o *UpdateOidcConfigNotFound) GetPayload() *models.Error

type UpdateOidcConfigOK

type UpdateOidcConfigOK struct {
	Payload *models.OIDCConfig
}
UpdateOidcConfigOK describes a response with status code 200, with default header values.

New state for OIDC Configuration.

func NewUpdateOidcConfigOK

func NewUpdateOidcConfigOK() *UpdateOidcConfigOK

NewUpdateOidcConfigOK creates a UpdateOidcConfigOK with default headers values

func (*UpdateOidcConfigOK) Error

func (o *UpdateOidcConfigOK) Error() string

func (*UpdateOidcConfigOK) GetPayload

func (o *UpdateOidcConfigOK) GetPayload() *models.OIDCConfig

type UpdateOidcConfigParams

type UpdateOidcConfigParams struct {

	/* Body.

	   OIDC Config
	*/
	Body *models.OIDCConfig

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

UpdateOidcConfigParams contains all the parameters to send to the API endpoint

for the update oidc config operation.

Typically these are written to a http.Request.

func NewUpdateOidcConfigParams

func NewUpdateOidcConfigParams() *UpdateOidcConfigParams

NewUpdateOidcConfigParams creates a new UpdateOidcConfigParams 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 NewUpdateOidcConfigParamsWithContext

func NewUpdateOidcConfigParamsWithContext(ctx context.Context) *UpdateOidcConfigParams

NewUpdateOidcConfigParamsWithContext creates a new UpdateOidcConfigParams object with the ability to set a context for a request.

func NewUpdateOidcConfigParamsWithHTTPClient

func NewUpdateOidcConfigParamsWithHTTPClient(client *http.Client) *UpdateOidcConfigParams

NewUpdateOidcConfigParamsWithHTTPClient creates a new UpdateOidcConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOidcConfigParamsWithTimeout

func NewUpdateOidcConfigParamsWithTimeout(timeout time.Duration) *UpdateOidcConfigParams

NewUpdateOidcConfigParamsWithTimeout creates a new UpdateOidcConfigParams object with the ability to set a timeout on a request.

func (*UpdateOidcConfigParams) SetBody

func (o *UpdateOidcConfigParams) SetBody(body *models.OIDCConfig)

SetBody adds the body to the update oidc config params

func (*UpdateOidcConfigParams) SetContext

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

SetContext adds the context to the update oidc config params

func (*UpdateOidcConfigParams) SetDefaults

func (o *UpdateOidcConfigParams) SetDefaults()

SetDefaults hydrates default values in the update oidc config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOidcConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update oidc config params

func (*UpdateOidcConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update oidc config params

func (*UpdateOidcConfigParams) WithBody

WithBody adds the body to the update oidc config params

func (*UpdateOidcConfigParams) WithContext

WithContext adds the context to the update oidc config params

func (*UpdateOidcConfigParams) WithDefaults

WithDefaults hydrates default values in the update oidc config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOidcConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update oidc config params

func (*UpdateOidcConfigParams) WithTimeout

WithTimeout adds the timeout to the update oidc config params

func (*UpdateOidcConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOidcConfigReader

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

UpdateOidcConfigReader is a Reader for the UpdateOidcConfig structure.

func (*UpdateOidcConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOidcConfigUnprocessableEntity

type UpdateOidcConfigUnprocessableEntity struct {
	Payload *models.ValidationError
}
UpdateOidcConfigUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewUpdateOidcConfigUnprocessableEntity

func NewUpdateOidcConfigUnprocessableEntity() *UpdateOidcConfigUnprocessableEntity

NewUpdateOidcConfigUnprocessableEntity creates a UpdateOidcConfigUnprocessableEntity with default headers values

func (*UpdateOidcConfigUnprocessableEntity) Error

func (*UpdateOidcConfigUnprocessableEntity) GetPayload

type UpdatePasswordConfigBadRequest

type UpdatePasswordConfigBadRequest struct {
	Payload *models.Error
}
UpdatePasswordConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdatePasswordConfigBadRequest

func NewUpdatePasswordConfigBadRequest() *UpdatePasswordConfigBadRequest

NewUpdatePasswordConfigBadRequest creates a UpdatePasswordConfigBadRequest with default headers values

func (*UpdatePasswordConfigBadRequest) Error

func (*UpdatePasswordConfigBadRequest) GetPayload

func (o *UpdatePasswordConfigBadRequest) GetPayload() *models.Error

type UpdatePasswordConfigNotFound

type UpdatePasswordConfigNotFound struct {
	Payload *models.Error
}
UpdatePasswordConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdatePasswordConfigNotFound

func NewUpdatePasswordConfigNotFound() *UpdatePasswordConfigNotFound

NewUpdatePasswordConfigNotFound creates a UpdatePasswordConfigNotFound with default headers values

func (*UpdatePasswordConfigNotFound) Error

func (*UpdatePasswordConfigNotFound) GetPayload

func (o *UpdatePasswordConfigNotFound) GetPayload() *models.Error

type UpdatePasswordConfigOK

type UpdatePasswordConfigOK struct {
	Payload *models.PasswordConfig
}
UpdatePasswordConfigOK describes a response with status code 200, with default header values.

Password Config

func NewUpdatePasswordConfigOK

func NewUpdatePasswordConfigOK() *UpdatePasswordConfigOK

NewUpdatePasswordConfigOK creates a UpdatePasswordConfigOK with default headers values

func (*UpdatePasswordConfigOK) Error

func (o *UpdatePasswordConfigOK) Error() string

func (*UpdatePasswordConfigOK) GetPayload

func (o *UpdatePasswordConfigOK) GetPayload() *models.PasswordConfig

type UpdatePasswordConfigParams

type UpdatePasswordConfigParams struct {

	/* Body.

	   Password Config
	*/
	Body *models.PasswordConfig

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

UpdatePasswordConfigParams contains all the parameters to send to the API endpoint

for the update password config operation.

Typically these are written to a http.Request.

func NewUpdatePasswordConfigParams

func NewUpdatePasswordConfigParams() *UpdatePasswordConfigParams

NewUpdatePasswordConfigParams creates a new UpdatePasswordConfigParams 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 NewUpdatePasswordConfigParamsWithContext

func NewUpdatePasswordConfigParamsWithContext(ctx context.Context) *UpdatePasswordConfigParams

NewUpdatePasswordConfigParamsWithContext creates a new UpdatePasswordConfigParams object with the ability to set a context for a request.

func NewUpdatePasswordConfigParamsWithHTTPClient

func NewUpdatePasswordConfigParamsWithHTTPClient(client *http.Client) *UpdatePasswordConfigParams

NewUpdatePasswordConfigParamsWithHTTPClient creates a new UpdatePasswordConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePasswordConfigParamsWithTimeout

func NewUpdatePasswordConfigParamsWithTimeout(timeout time.Duration) *UpdatePasswordConfigParams

NewUpdatePasswordConfigParamsWithTimeout creates a new UpdatePasswordConfigParams object with the ability to set a timeout on a request.

func (*UpdatePasswordConfigParams) SetBody

SetBody adds the body to the update password config params

func (*UpdatePasswordConfigParams) SetContext

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

SetContext adds the context to the update password config params

func (*UpdatePasswordConfigParams) SetDefaults

func (o *UpdatePasswordConfigParams) SetDefaults()

SetDefaults hydrates default values in the update password config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePasswordConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update password config params

func (*UpdatePasswordConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update password config params

func (*UpdatePasswordConfigParams) WithBody

WithBody adds the body to the update password config params

func (*UpdatePasswordConfigParams) WithContext

WithContext adds the context to the update password config params

func (*UpdatePasswordConfigParams) WithDefaults

WithDefaults hydrates default values in the update password config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePasswordConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update password config params

func (*UpdatePasswordConfigParams) WithTimeout

WithTimeout adds the timeout to the update password config params

func (*UpdatePasswordConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdatePasswordConfigReader

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

UpdatePasswordConfigReader is a Reader for the UpdatePasswordConfig structure.

func (*UpdatePasswordConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePasswordConfigTooManyRequests

type UpdatePasswordConfigTooManyRequests struct {
	Payload *models.Error
}
UpdatePasswordConfigTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdatePasswordConfigTooManyRequests

func NewUpdatePasswordConfigTooManyRequests() *UpdatePasswordConfigTooManyRequests

NewUpdatePasswordConfigTooManyRequests creates a UpdatePasswordConfigTooManyRequests with default headers values

func (*UpdatePasswordConfigTooManyRequests) Error

func (*UpdatePasswordConfigTooManyRequests) GetPayload

type UpdatePasswordConfigUnprocessableEntity

type UpdatePasswordConfigUnprocessableEntity struct {
	Payload *models.ValidationError
}
UpdatePasswordConfigUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewUpdatePasswordConfigUnprocessableEntity

func NewUpdatePasswordConfigUnprocessableEntity() *UpdatePasswordConfigUnprocessableEntity

NewUpdatePasswordConfigUnprocessableEntity creates a UpdatePasswordConfigUnprocessableEntity with default headers values

func (*UpdatePasswordConfigUnprocessableEntity) Error

func (*UpdatePasswordConfigUnprocessableEntity) GetPayload

type UpdateSamlConfigBadRequest

type UpdateSamlConfigBadRequest struct {
	Payload *models.Error
}
UpdateSamlConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateSamlConfigBadRequest

func NewUpdateSamlConfigBadRequest() *UpdateSamlConfigBadRequest

NewUpdateSamlConfigBadRequest creates a UpdateSamlConfigBadRequest with default headers values

func (*UpdateSamlConfigBadRequest) Error

func (*UpdateSamlConfigBadRequest) GetPayload

func (o *UpdateSamlConfigBadRequest) GetPayload() *models.Error

type UpdateSamlConfigNotFound

type UpdateSamlConfigNotFound struct {
	Payload *models.Error
}
UpdateSamlConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateSamlConfigNotFound

func NewUpdateSamlConfigNotFound() *UpdateSamlConfigNotFound

NewUpdateSamlConfigNotFound creates a UpdateSamlConfigNotFound with default headers values

func (*UpdateSamlConfigNotFound) Error

func (o *UpdateSamlConfigNotFound) Error() string

func (*UpdateSamlConfigNotFound) GetPayload

func (o *UpdateSamlConfigNotFound) GetPayload() *models.Error

type UpdateSamlConfigOK

type UpdateSamlConfigOK struct {
	Payload *models.SamlConfig
}
UpdateSamlConfigOK describes a response with status code 200, with default header values.

New state for SAML Configuration.

func NewUpdateSamlConfigOK

func NewUpdateSamlConfigOK() *UpdateSamlConfigOK

NewUpdateSamlConfigOK creates a UpdateSamlConfigOK with default headers values

func (*UpdateSamlConfigOK) Error

func (o *UpdateSamlConfigOK) Error() string

func (*UpdateSamlConfigOK) GetPayload

func (o *UpdateSamlConfigOK) GetPayload() *models.SamlConfig

type UpdateSamlConfigParams

type UpdateSamlConfigParams struct {

	/* Body.

	   SAML Config
	*/
	Body *models.SamlConfig

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

UpdateSamlConfigParams contains all the parameters to send to the API endpoint

for the update saml config operation.

Typically these are written to a http.Request.

func NewUpdateSamlConfigParams

func NewUpdateSamlConfigParams() *UpdateSamlConfigParams

NewUpdateSamlConfigParams creates a new UpdateSamlConfigParams 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 NewUpdateSamlConfigParamsWithContext

func NewUpdateSamlConfigParamsWithContext(ctx context.Context) *UpdateSamlConfigParams

NewUpdateSamlConfigParamsWithContext creates a new UpdateSamlConfigParams object with the ability to set a context for a request.

func NewUpdateSamlConfigParamsWithHTTPClient

func NewUpdateSamlConfigParamsWithHTTPClient(client *http.Client) *UpdateSamlConfigParams

NewUpdateSamlConfigParamsWithHTTPClient creates a new UpdateSamlConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSamlConfigParamsWithTimeout

func NewUpdateSamlConfigParamsWithTimeout(timeout time.Duration) *UpdateSamlConfigParams

NewUpdateSamlConfigParamsWithTimeout creates a new UpdateSamlConfigParams object with the ability to set a timeout on a request.

func (*UpdateSamlConfigParams) SetBody

func (o *UpdateSamlConfigParams) SetBody(body *models.SamlConfig)

SetBody adds the body to the update saml config params

func (*UpdateSamlConfigParams) SetContext

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

SetContext adds the context to the update saml config params

func (*UpdateSamlConfigParams) SetDefaults

func (o *UpdateSamlConfigParams) SetDefaults()

SetDefaults hydrates default values in the update saml config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSamlConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update saml config params

func (*UpdateSamlConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update saml config params

func (*UpdateSamlConfigParams) WithBody

WithBody adds the body to the update saml config params

func (*UpdateSamlConfigParams) WithContext

WithContext adds the context to the update saml config params

func (*UpdateSamlConfigParams) WithDefaults

WithDefaults hydrates default values in the update saml config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSamlConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update saml config params

func (*UpdateSamlConfigParams) WithTimeout

WithTimeout adds the timeout to the update saml config params

func (*UpdateSamlConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSamlConfigReader

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

UpdateSamlConfigReader is a Reader for the UpdateSamlConfig structure.

func (*UpdateSamlConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSamlConfigUnprocessableEntity

type UpdateSamlConfigUnprocessableEntity struct {
	Payload *models.ValidationError
}
UpdateSamlConfigUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewUpdateSamlConfigUnprocessableEntity

func NewUpdateSamlConfigUnprocessableEntity() *UpdateSamlConfigUnprocessableEntity

NewUpdateSamlConfigUnprocessableEntity creates a UpdateSamlConfigUnprocessableEntity with default headers values

func (*UpdateSamlConfigUnprocessableEntity) Error

func (*UpdateSamlConfigUnprocessableEntity) GetPayload

type UpdateSessionConfigBadRequest

type UpdateSessionConfigBadRequest struct {
	Payload *models.Error
}
UpdateSessionConfigBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateSessionConfigBadRequest

func NewUpdateSessionConfigBadRequest() *UpdateSessionConfigBadRequest

NewUpdateSessionConfigBadRequest creates a UpdateSessionConfigBadRequest with default headers values

func (*UpdateSessionConfigBadRequest) Error

func (*UpdateSessionConfigBadRequest) GetPayload

func (o *UpdateSessionConfigBadRequest) GetPayload() *models.Error

type UpdateSessionConfigNotFound

type UpdateSessionConfigNotFound struct {
	Payload *models.Error
}
UpdateSessionConfigNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateSessionConfigNotFound

func NewUpdateSessionConfigNotFound() *UpdateSessionConfigNotFound

NewUpdateSessionConfigNotFound creates a UpdateSessionConfigNotFound with default headers values

func (*UpdateSessionConfigNotFound) Error

func (*UpdateSessionConfigNotFound) GetPayload

func (o *UpdateSessionConfigNotFound) GetPayload() *models.Error

type UpdateSessionConfigOK

type UpdateSessionConfigOK struct {
	Payload *models.SessionConfig
}
UpdateSessionConfigOK describes a response with status code 200, with default header values.

Session Config

func NewUpdateSessionConfigOK

func NewUpdateSessionConfigOK() *UpdateSessionConfigOK

NewUpdateSessionConfigOK creates a UpdateSessionConfigOK with default headers values

func (*UpdateSessionConfigOK) Error

func (o *UpdateSessionConfigOK) Error() string

func (*UpdateSessionConfigOK) GetPayload

func (o *UpdateSessionConfigOK) GetPayload() *models.SessionConfig

type UpdateSessionConfigParams

type UpdateSessionConfigParams struct {

	/* Body.

	   Session Config
	*/
	Body *models.SessionConfig

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

UpdateSessionConfigParams contains all the parameters to send to the API endpoint

for the update session config operation.

Typically these are written to a http.Request.

func NewUpdateSessionConfigParams

func NewUpdateSessionConfigParams() *UpdateSessionConfigParams

NewUpdateSessionConfigParams creates a new UpdateSessionConfigParams 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 NewUpdateSessionConfigParamsWithContext

func NewUpdateSessionConfigParamsWithContext(ctx context.Context) *UpdateSessionConfigParams

NewUpdateSessionConfigParamsWithContext creates a new UpdateSessionConfigParams object with the ability to set a context for a request.

func NewUpdateSessionConfigParamsWithHTTPClient

func NewUpdateSessionConfigParamsWithHTTPClient(client *http.Client) *UpdateSessionConfigParams

NewUpdateSessionConfigParamsWithHTTPClient creates a new UpdateSessionConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSessionConfigParamsWithTimeout

func NewUpdateSessionConfigParamsWithTimeout(timeout time.Duration) *UpdateSessionConfigParams

NewUpdateSessionConfigParamsWithTimeout creates a new UpdateSessionConfigParams object with the ability to set a timeout on a request.

func (*UpdateSessionConfigParams) SetBody

SetBody adds the body to the update session config params

func (*UpdateSessionConfigParams) SetContext

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

SetContext adds the context to the update session config params

func (*UpdateSessionConfigParams) SetDefaults

func (o *UpdateSessionConfigParams) SetDefaults()

SetDefaults hydrates default values in the update session config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSessionConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update session config params

func (*UpdateSessionConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update session config params

func (*UpdateSessionConfigParams) WithBody

WithBody adds the body to the update session config params

func (*UpdateSessionConfigParams) WithContext

WithContext adds the context to the update session config params

func (*UpdateSessionConfigParams) WithDefaults

WithDefaults hydrates default values in the update session config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSessionConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update session config params

func (*UpdateSessionConfigParams) WithTimeout

WithTimeout adds the timeout to the update session config params

func (*UpdateSessionConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSessionConfigReader

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

UpdateSessionConfigReader is a Reader for the UpdateSessionConfig structure.

func (*UpdateSessionConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSessionConfigTooManyRequests

type UpdateSessionConfigTooManyRequests struct {
	Payload *models.Error
}
UpdateSessionConfigTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateSessionConfigTooManyRequests

func NewUpdateSessionConfigTooManyRequests() *UpdateSessionConfigTooManyRequests

NewUpdateSessionConfigTooManyRequests creates a UpdateSessionConfigTooManyRequests with default headers values

func (*UpdateSessionConfigTooManyRequests) Error

func (*UpdateSessionConfigTooManyRequests) GetPayload

type UpdateSessionConfigUnprocessableEntity

type UpdateSessionConfigUnprocessableEntity struct {
	Payload *models.ValidationError
}
UpdateSessionConfigUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewUpdateSessionConfigUnprocessableEntity

func NewUpdateSessionConfigUnprocessableEntity() *UpdateSessionConfigUnprocessableEntity

NewUpdateSessionConfigUnprocessableEntity creates a UpdateSessionConfigUnprocessableEntity with default headers values

func (*UpdateSessionConfigUnprocessableEntity) Error

func (*UpdateSessionConfigUnprocessableEntity) GetPayload

Source Files

Jump to

Keyboard shortcuts

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