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

AccessApprovalServiceAccount

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

Access Approval service account related to a project/folder/organization.

interface AccessApprovalServiceAccount {
accountEmail?: string;
name?: string;
}

§Properties

§
accountEmail?: string
[src]

Email address of the service account.

§
name?: string
[src]

The resource name of the Access Approval service account. Format is one of: * "projects/{project}/serviceAccount" * "folders/{folder}/serviceAccount" * "organizations/{organization}/serviceAccount"