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

V1ServiceAccount

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

A service account in the Identity and Access Management API.

interface V1ServiceAccount {
email?: string;
iamAccountName?: string;
name?: string;
tag?: string;
uniqueId?: string;
}

§Properties

§
email?: string
[src]

The email address of the service account.

§
iamAccountName?: string
[src]

Deprecated. See b/136209818.

§
name?: string
[src]

P4 SA resource name. An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/serviceAccounts/default

§
tag?: string
[src]

The P4 SA 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 account.