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 SAMLIdp = SAMLIdp' {
- metadataContent :: Text
- entityId :: Text
- newSAMLIdp :: Text -> Text -> SAMLIdp
- sAMLIdp_metadataContent :: Lens' SAMLIdp Text
- sAMLIdp_entityId :: Lens' SAMLIdp Text
Documentation
The SAML identity povider's information.
See: newSAMLIdp
smart constructor.
SAMLIdp' | |
|
Instances
Eq SAMLIdp Source # | |
Read SAMLIdp Source # | |
Show SAMLIdp Source # | |
Generic SAMLIdp Source # | |
NFData SAMLIdp Source # | |
Defined in Amazonka.OpenSearch.Types.SAMLIdp | |
Hashable SAMLIdp Source # | |
Defined in Amazonka.OpenSearch.Types.SAMLIdp | |
ToJSON SAMLIdp Source # | |
Defined in Amazonka.OpenSearch.Types.SAMLIdp | |
FromJSON SAMLIdp Source # | |
type Rep SAMLIdp Source # | |
Defined in Amazonka.OpenSearch.Types.SAMLIdp type Rep SAMLIdp = D1 ('MetaData "SAMLIdp" "Amazonka.OpenSearch.Types.SAMLIdp" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "SAMLIdp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metadataContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of SAMLIdp
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:metadataContent:SAMLIdp'
, sAMLIdp_metadataContent
- The metadata of the SAML application in XML format.
$sel:entityId:SAMLIdp'
, sAMLIdp_entityId
- The unique entity ID of the application in SAML identity provider.