| 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.MacieV2.Types.SessionContextAttributes
Description
Documentation
data SessionContextAttributes Source #
Provides information about the context in which temporary security credentials were issued to an entity.
See: newSessionContextAttributes smart constructor.
Constructors
| SessionContextAttributes' | |
Fields
| |
Instances
newSessionContextAttributes :: SessionContextAttributes Source #
Create a value of SessionContextAttributes 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:creationDate:SessionContextAttributes', sessionContextAttributes_creationDate - The date and time, in UTC and ISO 8601 format, when the credentials were
issued.
$sel:mfaAuthenticated:SessionContextAttributes', sessionContextAttributes_mfaAuthenticated - Specifies whether the credentials were authenticated with a multi-factor
authentication (MFA) device.
sessionContextAttributes_creationDate :: Lens' SessionContextAttributes (Maybe UTCTime) Source #
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
sessionContextAttributes_mfaAuthenticated :: Lens' SessionContextAttributes (Maybe Bool) Source #
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.