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

GSuitePrincipal

import type { GSuitePrincipal } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface GSuitePrincipal {
gsuiteDomain?: boolean;
gsuiteGroupEmail?: string;
gsuiteUserEmail?: string;
}

§Properties

§
gsuiteDomain?: boolean
[src]

This principal represents all users of the Google Workspace domain of the customer.

§
gsuiteGroupEmail?: string
[src]

This principal references a Google Workspace group name.

§
gsuiteUserEmail?: string
[src]

This principal references a Google Workspace user account.