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

AzureTenant

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

Represents a Microsoft Entra tenant.

interface AzureTenant {
displayName?: string;
id?: string;
}

§Properties

§
displayName?: string
[src]

The display name of the Azure tenant.

§
id?: string
[src]

The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".