/AWS1/CL_CNTUSER¶
Contains information about a user account for an Amazon Connect instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/CNTUSERID /AWS1/CNTUSERID¶
The identifier of the user account.
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the user account.
iv_username TYPE /AWS1/CNTAGENTUSERNAME /AWS1/CNTAGENTUSERNAME¶
The user name assigned to the user account.
io_identityinfo TYPE REF TO /AWS1/CL_CNTUSERIDENTITYINFO /AWS1/CL_CNTUSERIDENTITYINFO¶
Information about the user identity.
io_phoneconfig TYPE REF TO /AWS1/CL_CNTUSERPHONECONFIG /AWS1/CL_CNTUSERPHONECONFIG¶
Information about the phone configuration for the user.
iv_directoryuserid TYPE /AWS1/CNTDIRECTORYUSERID /AWS1/CNTDIRECTORYUSERID¶
The identifier of the user account in the directory used for identity management.
it_securityprofileids TYPE /AWS1/CL_CNTSECPROFILEIDS_W=>TT_SECURITYPROFILEIDS TT_SECURITYPROFILEIDS¶
The identifiers of the security profiles for the user.
iv_routingprofileid TYPE /AWS1/CNTROUTINGPROFILEID /AWS1/CNTROUTINGPROFILEID¶
The identifier of the routing profile for the user.
iv_hierarchygroupid TYPE /AWS1/CNTHIERARCHYGROUPID /AWS1/CNTHIERARCHYGROUPID¶
The identifier of the hierarchy group for the user.
it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when this resource was last modified.
iv_lastmodifiedregion TYPE /AWS1/CNTREGIONNAME /AWS1/CNTREGIONNAME¶
The Amazon Web Services Region where this resource was last modified.
Queryable Attributes¶
Id¶
The identifier of the user account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
The Amazon Resource Name (ARN) of the user account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Username¶
The user name assigned to the user account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
IdentityInfo¶
Information about the user identity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTITYINFO() |
Getter for IDENTITYINFO |
PhoneConfig¶
Information about the phone configuration for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONECONFIG() |
Getter for PHONECONFIG |
DirectoryUserId¶
The identifier of the user account in the directory used for identity management.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORYUSERID() |
Getter for DIRECTORYUSERID, with configurable default |
ASK_DIRECTORYUSERID() |
Getter for DIRECTORYUSERID w/ exceptions if field has no val |
HAS_DIRECTORYUSERID() |
Determine if DIRECTORYUSERID has a value |
SecurityProfileIds¶
The identifiers of the security profiles for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYPROFILEIDS() |
Getter for SECURITYPROFILEIDS, with configurable default |
ASK_SECURITYPROFILEIDS() |
Getter for SECURITYPROFILEIDS w/ exceptions if field has no |
HAS_SECURITYPROFILEIDS() |
Determine if SECURITYPROFILEIDS has a value |
RoutingProfileId¶
The identifier of the routing profile for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTINGPROFILEID() |
Getter for ROUTINGPROFILEID, with configurable default |
ASK_ROUTINGPROFILEID() |
Getter for ROUTINGPROFILEID w/ exceptions if field has no va |
HAS_ROUTINGPROFILEID() |
Determine if ROUTINGPROFILEID has a value |
HierarchyGroupId¶
The identifier of the hierarchy group for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIERARCHYGROUPID() |
Getter for HIERARCHYGROUPID, with configurable default |
ASK_HIERARCHYGROUPID() |
Getter for HIERARCHYGROUPID w/ exceptions if field has no va |
HAS_HIERARCHYGROUPID() |
Determine if HIERARCHYGROUPID has a value |
Tags¶
The tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
LastModifiedTime¶
The timestamp when this resource was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
LastModifiedRegion¶
The Amazon Web Services Region where this resource was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION, with configurable default |
ASK_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION w/ exceptions if field has no |
HAS_LASTMODIFIEDREGION() |
Determine if LASTMODIFIEDREGION has a value |