Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AuthenticationDescription = AuthenticationDescription' {}
- newAuthenticationDescription :: AuthenticationDescription
- authenticationDescription_awsSso :: Lens' AuthenticationDescription (Maybe AwsSsoAuthentication)
- authenticationDescription_saml :: Lens' AuthenticationDescription (Maybe SamlAuthentication)
- authenticationDescription_providers :: Lens' AuthenticationDescription [AuthenticationProviderTypes]
Documentation
data AuthenticationDescription Source #
A structure containing information about the user authentication methods used by the workspace.
See: newAuthenticationDescription
smart constructor.
AuthenticationDescription' | |
|
Instances
newAuthenticationDescription :: AuthenticationDescription Source #
Create a value of AuthenticationDescription
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:awsSso:AuthenticationDescription'
, authenticationDescription_awsSso
- A structure containing information about how this workspace works with
Amazon Web Services SSO.
$sel:saml:AuthenticationDescription'
, authenticationDescription_saml
- A structure containing information about how this workspace works with
SAML, including what attributes within the assertion are to be mapped to
user information in the workspace.
$sel:providers:AuthenticationDescription'
, authenticationDescription_providers
- Specifies whether this workspace uses Amazon Web Services SSO, SAML, or
both methods to authenticate users to use the Grafana console in the
Amazon Managed Grafana workspace.
authenticationDescription_awsSso :: Lens' AuthenticationDescription (Maybe AwsSsoAuthentication) Source #
A structure containing information about how this workspace works with Amazon Web Services SSO.
authenticationDescription_saml :: Lens' AuthenticationDescription (Maybe SamlAuthentication) Source #
A structure containing information about how this workspace works with SAML, including what attributes within the assertion are to be mapped to user information in the workspace.
authenticationDescription_providers :: Lens' AuthenticationDescription [AuthenticationProviderTypes] Source #
Specifies whether this workspace uses Amazon Web Services SSO, SAML, or both methods to authenticate users to use the Grafana console in the Amazon Managed Grafana workspace.