| 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.Connect.Types.User
Description
Synopsis
- data User = User' {}
- newUser :: User
- user_arn :: Lens' User (Maybe Text)
- user_directoryUserId :: Lens' User (Maybe Text)
- user_hierarchyGroupId :: Lens' User (Maybe Text)
- user_id :: Lens' User (Maybe Text)
- user_identityInfo :: Lens' User (Maybe UserIdentityInfo)
- user_phoneConfig :: Lens' User (Maybe UserPhoneConfig)
- user_routingProfileId :: Lens' User (Maybe Text)
- user_securityProfileIds :: Lens' User (Maybe (NonEmpty Text))
- user_tags :: Lens' User (Maybe (HashMap Text Text))
- user_username :: Lens' User (Maybe Text)
Documentation
Contains information about a user account for an Amazon Connect instance.
See: newUser smart constructor.
Constructors
| User' | |
Fields
| |
Instances
Create a value of User 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:User', user_arn - The Amazon Resource Name (ARN) of the user account.
$sel:directoryUserId:User', user_directoryUserId - The identifier of the user account in the directory used for identity
management.
$sel:hierarchyGroupId:User', user_hierarchyGroupId - The identifier of the hierarchy group for the user.
$sel:id:User', user_id - The identifier of the user account.
$sel:identityInfo:User', user_identityInfo - Information about the user identity.
$sel:phoneConfig:User', user_phoneConfig - Information about the phone configuration for the user.
$sel:routingProfileId:User', user_routingProfileId - The identifier of the routing profile for the user.
$sel:securityProfileIds:User', user_securityProfileIds - The identifiers of the security profiles for the user.
$sel:tags:User', user_tags - The tags.
$sel:username:User', user_username - The user name assigned to the user account.
user_directoryUserId :: Lens' User (Maybe Text) Source #
The identifier of the user account in the directory used for identity management.
user_hierarchyGroupId :: Lens' User (Maybe Text) Source #
The identifier of the hierarchy group for the user.
user_identityInfo :: Lens' User (Maybe UserIdentityInfo) Source #
Information about the user identity.
user_phoneConfig :: Lens' User (Maybe UserPhoneConfig) Source #
Information about the phone configuration for the user.
user_routingProfileId :: Lens' User (Maybe Text) Source #
The identifier of the routing profile for the user.