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

GetServiceIdentityResponse

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

Response message for getting service identity.

interface GetServiceIdentityResponse {
identity?: ServiceIdentity;
state?: "IDENTITY_STATE_UNSPECIFIED" | "ACTIVE";
}

§Properties

§

Service identity that service producer can use to access consumer resources. If exists is true, it contains email and unique_id. If exists is false, it contains pre-constructed email and empty unique_id.

§
state?: "IDENTITY_STATE_UNSPECIFIED" | "ACTIVE"
[src]

Service identity state.