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

V1Beta1ServiceIdentity

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

A service identity in the Identity and Access Management API.

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

§Properties

§
email?: string
[src]

The email address of the service identity.

§
name?: string
[src]

P4 service identity resource name. An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/serviceIdentities/default

§
tag?: string
[src]

The P4 service identity configuration tag. This must be defined in activation_grants. If not specified when creating the account, the tag is set to "default".

§
uniqueId?: string
[src]

The unique and stable id of the service identity.