GoogleCloudSecuritycenterV2AzureMetadata
import type { GoogleCloudSecuritycenterV2AzureMetadata } 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 GoogleCloudSecuritycenterV2AzureMetadata {
managementGroups?: GoogleCloudSecuritycenterV2AzureManagementGroup[];
resourceGroup?: GoogleCloudSecuritycenterV2AzureResourceGroup;
subscription?: GoogleCloudSecuritycenterV2AzureSubscription;
tenant?: GoogleCloudSecuritycenterV2AzureTenant;
}§Properties
§
managementGroups?: GoogleCloudSecuritycenterV2AzureManagementGroup[]
[src]A list of Azure management groups associated with the resource, ordered from lowest level (closest to the subscription) to highest level.
§
resourceGroup?: GoogleCloudSecuritycenterV2AzureResourceGroup
[src]The Azure resource group associated with the resource.
§
subscription?: GoogleCloudSecuritycenterV2AzureSubscription
[src]The Azure subscription associated with the resource.
§
The Azure Entra tenant associated with the resource.