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

AzureMetadata

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

Azure metadata associated with the resource, only applicable if the finding's cloud provider is Microsoft Azure.

interface AzureMetadata {
managementGroups?: AzureManagementGroup[];
resourceGroup?: AzureResourceGroup;
subscription?: AzureSubscription;
tenant?: AzureTenant;
}

§Properties

§
managementGroups?: AzureManagementGroup[]
[src]

A list of Azure management groups associated with the resource, ordered from lowest level (closest to the subscription) to highest level.

§
resourceGroup?: AzureResourceGroup
[src]

The Azure resource group associated with the resource.

§
subscription?: AzureSubscription
[src]

The Azure subscription associated with the resource.

§

The Azure Entra tenant associated with the resource.