| 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.WorkMail.Types.ImpersonationRole
Description
Synopsis
- data ImpersonationRole = ImpersonationRole' {}
- newImpersonationRole :: ImpersonationRole
- impersonationRole_dateCreated :: Lens' ImpersonationRole (Maybe UTCTime)
- impersonationRole_dateModified :: Lens' ImpersonationRole (Maybe UTCTime)
- impersonationRole_impersonationRoleId :: Lens' ImpersonationRole (Maybe Text)
- impersonationRole_name :: Lens' ImpersonationRole (Maybe Text)
- impersonationRole_type :: Lens' ImpersonationRole (Maybe ImpersonationRoleType)
Documentation
data ImpersonationRole Source #
An impersonation role for the given WorkMail organization.
See: newImpersonationRole smart constructor.
Constructors
| ImpersonationRole' | |
Fields
| |
Instances
newImpersonationRole :: ImpersonationRole Source #
Create a value of ImpersonationRole 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:dateCreated:ImpersonationRole', impersonationRole_dateCreated - The date when the impersonation role was created.
$sel:dateModified:ImpersonationRole', impersonationRole_dateModified - The date when the impersonation role was last modified.
$sel:impersonationRoleId:ImpersonationRole', impersonationRole_impersonationRoleId - The identifier of the impersonation role.
$sel:name:ImpersonationRole', impersonationRole_name - The impersonation role name.
$sel:type':ImpersonationRole', impersonationRole_type - The impersonation role type.
impersonationRole_dateCreated :: Lens' ImpersonationRole (Maybe UTCTime) Source #
The date when the impersonation role was created.
impersonationRole_dateModified :: Lens' ImpersonationRole (Maybe UTCTime) Source #
The date when the impersonation role was last modified.
impersonationRole_impersonationRoleId :: Lens' ImpersonationRole (Maybe Text) Source #
The identifier of the impersonation role.
impersonationRole_name :: Lens' ImpersonationRole (Maybe Text) Source #
The impersonation role name.
impersonationRole_type :: Lens' ImpersonationRole (Maybe ImpersonationRoleType) Source #
The impersonation role type.