/AWS1/CL_KNDEXPERIENCEENTSSUMM¶
Summary information for users or groups in your IAM Identity Center identity source with granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_entityid TYPE /AWS1/KNDENTITYID /AWS1/KNDENTITYID¶
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
iv_entitytype TYPE /AWS1/KNDENTITYTYPE /AWS1/KNDENTITYTYPE¶
Shows the type as
UserorGroup.
io_displaydata TYPE REF TO /AWS1/CL_KNDENTITYDISPLAYDATA /AWS1/CL_KNDENTITYDISPLAYDATA¶
Information about the user entity.
Queryable Attributes¶
EntityId¶
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYID() |
Getter for ENTITYID, with configurable default |
ASK_ENTITYID() |
Getter for ENTITYID w/ exceptions if field has no value |
HAS_ENTITYID() |
Determine if ENTITYID has a value |
EntityType¶
Shows the type as
UserorGroup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYTYPE() |
Getter for ENTITYTYPE, with configurable default |
ASK_ENTITYTYPE() |
Getter for ENTITYTYPE w/ exceptions if field has no value |
HAS_ENTITYTYPE() |
Determine if ENTITYTYPE has a value |
DisplayData¶
Information about the user entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYDATA() |
Getter for DISPLAYDATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPERIENCEENTSSUMMARYLIST¶
TYPES TT_EXPERIENCEENTSSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDEXPERIENCEENTSSUMM WITH DEFAULT KEY
.