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

V1DefaultIdentity

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

A default identity in the Identity and Access Management API.

interface V1DefaultIdentity {
email?: string;
name?: string;
tag?: string;
uniqueId?: string;
}

§Properties

§
email?: string
[src]

The email address of the default identity.

§
name?: string
[src]

Default identity resource name. An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/defaultIdentity

§
tag?: string
[src]

The Default Identity tag. If specified when creating the account, the tag must be present in activation_grants. If not specified when creating the account, the tag is set to the tag specified in activation_grants.

§
uniqueId?: string
[src]

The unique and stable id of the default identity.