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