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 IdpMetadata = IdpMetadata' {}
- newIdpMetadata :: IdpMetadata
- idpMetadata_url :: Lens' IdpMetadata (Maybe Text)
- idpMetadata_xml :: Lens' IdpMetadata (Maybe Text)
Documentation
data IdpMetadata Source #
A structure containing the identity provider (IdP) metadata used to
integrate the identity provider with this workspace. You can specify the
metadata either by providing a URL to its location in the url
parameter, or by specifying the full metadata in XML format in the xml
parameter.
See: newIdpMetadata
smart constructor.
Instances
newIdpMetadata :: IdpMetadata Source #
Create a value of IdpMetadata
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:url:IdpMetadata'
, idpMetadata_url
- The URL of the location containing the metadata.
$sel:xml:IdpMetadata'
, idpMetadata_xml
- The actual full metadata file, in XML format.
idpMetadata_url :: Lens' IdpMetadata (Maybe Text) Source #
The URL of the location containing the metadata.
idpMetadata_xml :: Lens' IdpMetadata (Maybe Text) Source #
The actual full metadata file, in XML format.