libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.Types.User

Description

 
Synopsis

Documentation

data User Source #

Contains information about a user account for a Amazon Connect instance.

See: newUser smart constructor.

Constructors

User' 

Fields

Instances

Instances details
Eq User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

Read User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

Show User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Generic User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

Associated Types

type Rep User :: Type -> Type #

Methods

from :: User -> Rep User x #

to :: Rep User x -> User #

NFData User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

Methods

rnf :: User -> () #

Hashable User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

FromJSON User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

type Rep User Source # 
Instance details

Defined in Amazonka.Connect.Types.User

newUser :: User Source #

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_arn :: Lens' User (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user account.

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_username :: Lens' User (Maybe Text) Source #

The user name assigned to the user account.

user_id :: Lens' User (Maybe Text) Source #

The identifier of the user account.

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.