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

TransitiveMembershipRole

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

Message representing the role of a TransitiveMembership.

interface TransitiveMembershipRole {
role?: string;
}

§Properties

§
role?: string
[src]

TransitiveMembershipRole in string format. Currently supported TransitiveMembershipRoles: "MEMBER", "OWNER", and "MANAGER".