| 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.IAM.Types.SAMLProviderListEntry
Description
Synopsis
- data SAMLProviderListEntry = SAMLProviderListEntry' {
- arn :: Maybe Text
- createDate :: Maybe ISO8601
- validUntil :: Maybe ISO8601
- newSAMLProviderListEntry :: SAMLProviderListEntry
- sAMLProviderListEntry_arn :: Lens' SAMLProviderListEntry (Maybe Text)
- sAMLProviderListEntry_createDate :: Lens' SAMLProviderListEntry (Maybe UTCTime)
- sAMLProviderListEntry_validUntil :: Lens' SAMLProviderListEntry (Maybe UTCTime)
Documentation
data SAMLProviderListEntry Source #
Contains the list of SAML providers for this account.
See: newSAMLProviderListEntry smart constructor.
Constructors
| SAMLProviderListEntry' | |
Fields
| |
Instances
newSAMLProviderListEntry :: SAMLProviderListEntry Source #
Create a value of SAMLProviderListEntry 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:arn:SAMLProviderListEntry', sAMLProviderListEntry_arn - The Amazon Resource Name (ARN) of the SAML provider.
$sel:createDate:SAMLProviderListEntry', sAMLProviderListEntry_createDate - The date and time when the SAML provider was created.
$sel:validUntil:SAMLProviderListEntry', sAMLProviderListEntry_validUntil - The expiration date and time for the SAML provider.
sAMLProviderListEntry_arn :: Lens' SAMLProviderListEntry (Maybe Text) Source #
The Amazon Resource Name (ARN) of the SAML provider.
sAMLProviderListEntry_createDate :: Lens' SAMLProviderListEntry (Maybe UTCTime) Source #
The date and time when the SAML provider was created.
sAMLProviderListEntry_validUntil :: Lens' SAMLProviderListEntry (Maybe UTCTime) Source #
The expiration date and time for the SAML provider.