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