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

WorkforceIdentityBasedManagementURI

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

ManagementURI depending on the Workforce Identity i.e. either 1p or 3p.

interface WorkforceIdentityBasedManagementURI {
readonly firstPartyManagementUri?: string;
readonly thirdPartyManagementUri?: string;
}

§Properties

§
readonly firstPartyManagementUri?: string
[src]

Output only. First party Management URI for Google Identities.

§
readonly thirdPartyManagementUri?: string
[src]

Output only. Third party Management URI for External Identity Providers.