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

ServiceAccountConfig

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

Describes the service account configuration for the tenant project.

interface ServiceAccountConfig {
accountId?: string;
tenantProjectRoles?: string[];
}

§Properties

§
accountId?: string
[src]

ID of the IAM service account to be created in tenant project. The email format of the service account is "@.iam.gserviceaccount.com". This account ID must be unique within tenant project and service producers have to guarantee it. The ID must be 6-30 characters long, and match the following regular expression: [a-z]([-a-z0-9]*[a-z0-9]).

§
tenantProjectRoles?: string[]
[src]

Roles for the associated service account for the tenant project.