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

OneDriveUsers

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

User accounts whose documents should be indexed.

interface OneDriveUsers {
OneDriveUserList?: string[] | null;
OneDriveUserS3Path?: S3Path | null;
}

§Properties

§
OneDriveUserList?: string[] | null
[src]

A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

§
OneDriveUserS3Path?: S3Path | null
[src]

The S3 bucket location of a file containing a list of users whose documents should be indexed.