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/tpu:v2.ts";

The per-product per-project service identity for Cloud TPU service.

interface ServiceIdentity {
email?: string;
}

§Properties

§
email?: string
[src]

The email address of the service identity.