PersonasSummary

Summary information for users or groups in your IAM Identity Center identity source. This applies to users and groups with specific permissions that define their level of 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Unix timestamp when the summary information was created.

Link copied to clipboard

The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

Link copied to clipboard

The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.

Link copied to clipboard

The Unix timestamp when the summary information was last updated.

Functions

Link copied to clipboard
inline fun copy(block: PersonasSummary.Builder.() -> Unit = {}): PersonasSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String