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

EnterpriseCrmEventbusProtoTaskMetadataAdmin

import type { EnterpriseCrmEventbusProtoTaskMetadataAdmin } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

Admins are owners of a Task, and have all permissions on a particular task identified by the task name. By default, Eventbus periodically scans all task metadata and syncs (adds) any new admins defined here to Zanzibar.

interface EnterpriseCrmEventbusProtoTaskMetadataAdmin {
googleGroupEmail?: string;
userEmail?: string;
}

§Properties

§
googleGroupEmail?: string
[src]
§
userEmail?: string
[src]