AzureSubscription
import type { AzureSubscription } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Represents an Azure subscription.
interface AzureSubscription {
displayName?: string;
id?: string;
}import type { AzureSubscription } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Represents an Azure subscription.