List Entity Personas
kendra_list_entity_personas | R Documentation |
Lists specific permissions of users and groups with access to your Amazon Kendra experience¶
Description¶
Lists specific permissions of users and groups with access to your Amazon Kendra experience.
Usage¶
Arguments¶
Id
[required] The identifier of your Amazon Kendra experience.
IndexId
[required] The identifier of the index for your Amazon Kendra experience.
NextToken
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of users or groups.
MaxResults
The maximum number of returned users or groups.
Value¶
A list with the following syntax:
list(
SummaryItems = list(
list(
EntityId = "string",
Persona = "OWNER"|"VIEWER",
CreatedAt = as.POSIXct(
"2015-01-01"
),
UpdatedAt = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)