Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PersonasSummary

import type { PersonasSummary } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Summary information for users or groups in your Amazon Web Services SSO 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.

interface PersonasSummary {
CreatedAt?: Date | number | null;
EntityId?: string | null;
Persona?: Persona | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The date-time the summary information was created.

§
EntityId?: string | null
[src]

The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.

§
Persona?: Persona | null
[src]

The persona that defines the specific permissions of the user or group in your Amazon Web Services SSO 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.

§
UpdatedAt?: Date | number | null
[src]

The date-time the summary information was last updated.