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 AuthenticationSummary = AuthenticationSummary' {}
- newAuthenticationSummary :: AuthenticationSummary
- authenticationSummary_samlConfigurationStatus :: Lens' AuthenticationSummary (Maybe SamlConfigurationStatus)
- authenticationSummary_providers :: Lens' AuthenticationSummary [AuthenticationProviderTypes]
Documentation
data AuthenticationSummary Source #
A structure that describes whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication, and whether that authentication is fully configured.
See: newAuthenticationSummary
smart constructor.
AuthenticationSummary' | |
|
Instances
newAuthenticationSummary :: AuthenticationSummary Source #
Create a value of AuthenticationSummary
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:samlConfigurationStatus:AuthenticationSummary'
, authenticationSummary_samlConfigurationStatus
- Specifies whether the workplace's user authentication method is fully
configured.
$sel:providers:AuthenticationSummary'
, authenticationSummary_providers
- Specifies whether the workspace uses SAML, Amazon Web Services SSO, or
both methods for user authentication.
authenticationSummary_samlConfigurationStatus :: Lens' AuthenticationSummary (Maybe SamlConfigurationStatus) Source #
Specifies whether the workplace's user authentication method is fully configured.
authenticationSummary_providers :: Lens' AuthenticationSummary [AuthenticationProviderTypes] Source #
Specifies whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication.