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 |
Documentation
data SamlAuthentication Source #
A structure containing information about how this workspace works with SAML.
See: newSamlAuthentication
smart constructor.
SamlAuthentication' | |
|
Instances
newSamlAuthentication Source #
Create a value of SamlAuthentication
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:configuration:SamlAuthentication'
, samlAuthentication_configuration
- A structure containing details about how this workspace works with SAML.
$sel:status:SamlAuthentication'
, samlAuthentication_status
- Specifies whether the workspace's SAML configuration is complete.
samlAuthentication_configuration :: Lens' SamlAuthentication (Maybe SamlConfiguration) Source #
A structure containing details about how this workspace works with SAML.
samlAuthentication_status :: Lens' SamlAuthentication SamlConfigurationStatus Source #
Specifies whether the workspace's SAML configuration is complete.