| 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.RolesAnywhere.Types.CredentialSummary
Description
Synopsis
- data CredentialSummary = CredentialSummary' {}
- newCredentialSummary :: CredentialSummary
- credentialSummary_enabled :: Lens' CredentialSummary (Maybe Bool)
- credentialSummary_failed :: Lens' CredentialSummary (Maybe Bool)
- credentialSummary_issuer :: Lens' CredentialSummary (Maybe Text)
- credentialSummary_seenAt :: Lens' CredentialSummary (Maybe UTCTime)
- credentialSummary_serialNumber :: Lens' CredentialSummary (Maybe Text)
- credentialSummary_x509CertificateData :: Lens' CredentialSummary (Maybe Text)
Documentation
data CredentialSummary Source #
A record of a presented X509 credential to CreateSession.
See: newCredentialSummary smart constructor.
Constructors
| CredentialSummary' | |
Fields
| |
Instances
newCredentialSummary :: CredentialSummary Source #
Create a value of CredentialSummary 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:enabled:CredentialSummary', credentialSummary_enabled - Indicates whether the credential is enabled.
$sel:failed:CredentialSummary', credentialSummary_failed - Indicates whether the
CreateSession
operation was successful.
$sel:issuer:CredentialSummary', credentialSummary_issuer - The fully qualified domain name of the issuing certificate for the
presented end-entity certificate.
$sel:seenAt:CredentialSummary', credentialSummary_seenAt - The ISO-8601 time stamp of when the certificate was last used in a
CreateSession
operation.
$sel:serialNumber:CredentialSummary', credentialSummary_serialNumber - The serial number of the certificate.
$sel:x509CertificateData:CredentialSummary', credentialSummary_x509CertificateData - The PEM-encoded data of the certificate.
credentialSummary_enabled :: Lens' CredentialSummary (Maybe Bool) Source #
Indicates whether the credential is enabled.
credentialSummary_failed :: Lens' CredentialSummary (Maybe Bool) Source #
Indicates whether the CreateSession operation was successful.
credentialSummary_issuer :: Lens' CredentialSummary (Maybe Text) Source #
The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
credentialSummary_seenAt :: Lens' CredentialSummary (Maybe UTCTime) Source #
The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.
credentialSummary_serialNumber :: Lens' CredentialSummary (Maybe Text) Source #
The serial number of the certificate.
credentialSummary_x509CertificateData :: Lens' CredentialSummary (Maybe Text) Source #
The PEM-encoded data of the certificate.