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

GoogleCloudSecuritycenterV2DiskPath

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

Path of the file in terms of underlying disk/partition identifiers.

interface GoogleCloudSecuritycenterV2DiskPath {
partitionUuid?: string;
relativePath?: string;
}

§Properties

§
partitionUuid?: string
[src]
§
relativePath?: string
[src]

Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh