| 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 |
Amazonka.IoTSiteWise.Types.UserIdentity
Description
Synopsis
- data UserIdentity = UserIdentity' {}
- newUserIdentity :: Text -> UserIdentity
- userIdentity_id :: Lens' UserIdentity Text
Documentation
data UserIdentity Source #
Contains information for a user identity in an access policy.
See: newUserIdentity smart constructor.
Constructors
| UserIdentity' | |
Instances
Arguments
| :: Text | |
| -> UserIdentity |
Create a value of UserIdentity 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:id:UserIdentity', userIdentity_id - The Amazon Web Services SSO ID of the user.
userIdentity_id :: Lens' UserIdentity Text Source #
The Amazon Web Services SSO ID of the user.