| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpenSearchServerless.Types.SamlConfigOptions
Description
Synopsis
- data SamlConfigOptions = SamlConfigOptions' {}
- newSamlConfigOptions :: Text -> SamlConfigOptions
- samlConfigOptions_groupAttribute :: Lens' SamlConfigOptions (Maybe Text)
- samlConfigOptions_sessionTimeout :: Lens' SamlConfigOptions (Maybe Natural)
- samlConfigOptions_userAttribute :: Lens' SamlConfigOptions (Maybe Text)
- samlConfigOptions_metadata :: Lens' SamlConfigOptions Text
Documentation
data SamlConfigOptions Source #
Describes SAML options for an OpenSearch Serverless security configuration in the form of a key-value map.
See: newSamlConfigOptions smart constructor.
Constructors
| SamlConfigOptions' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> SamlConfigOptions |
Create a value of SamlConfigOptions 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:groupAttribute:SamlConfigOptions', samlConfigOptions_groupAttribute - The group attribute for this SAML integration.
$sel:sessionTimeout:SamlConfigOptions', samlConfigOptions_sessionTimeout - The session timeout, in minutes. Minimum is 15 minutes and maximum is
1440 minutes (24 hours or 1 day). Default is 60 minutes.
$sel:userAttribute:SamlConfigOptions', samlConfigOptions_userAttribute - A user attribute for this SAML integration.
$sel:metadata:SamlConfigOptions', samlConfigOptions_metadata - The XML IdP metadata file generated from your identity provider.
samlConfigOptions_groupAttribute :: Lens' SamlConfigOptions (Maybe Text) Source #
The group attribute for this SAML integration.
samlConfigOptions_sessionTimeout :: Lens' SamlConfigOptions (Maybe Natural) Source #
The session timeout, in minutes. Minimum is 15 minutes and maximum is 1440 minutes (24 hours or 1 day). Default is 60 minutes.
samlConfigOptions_userAttribute :: Lens' SamlConfigOptions (Maybe Text) Source #
A user attribute for this SAML integration.
samlConfigOptions_metadata :: Lens' SamlConfigOptions Text Source #
The XML IdP metadata file generated from your identity provider.