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

GoogleApiServiceusageV1beta1ServiceIdentity

import type { GoogleApiServiceusageV1beta1ServiceIdentity } 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 GoogleApiServiceusageV1beta1ServiceIdentity {
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]