Disk
import type { Disk } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Contains information about the disk associated with the finding.
interface Disk {
name?: string;
}§Properties
§
name?: string
[src]The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-id}/zones/{zone-id}/disks/{disk-id}".