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;
projectRole?: 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

§
projectRole?: string
[src]

The project-level IAM role defined in the service agent's grant configuration. This is the standard role intended for this service agent. This field is populated regardless of the skip_role_attach option in the request. If skip_role_attach is true, the caller can use this value to know which role they are responsible for granting.

§
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.