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

GenerateServiceIdentityResponse

import type { GenerateServiceIdentityResponse } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Response for GenerateServiceIdentity.

interface GenerateServiceIdentityResponse {
identity?: ServiceIdentity;
}

§Properties

§

ServiceIdentity that was created or retrieved.