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

ServiceIdentity

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

Service identity for a service. This is the identity that service producer should use to access consumer resources.

interface ServiceIdentity {
email?: string;
uniqueId?: string;
}

§Properties

§
email?: string
[src]

The email address of the service account that a service producer would use to access consumer resources.

§
uniqueId?: string
[src]