DownloadRestrictionsMetadata
import type { DownloadRestrictionsMetadata } from "https://googleapis.deno.dev/v1/drive:v3.ts";
Download restrictions applied to the file.
interface DownloadRestrictionsMetadata {
effectiveDownloadRestrictionWithContext?: DownloadRestriction;
itemDownloadRestriction?: DownloadRestriction;
}§Properties
§
effectiveDownloadRestrictionWithContext?: DownloadRestriction
[src]Output only. The effective download restriction applied to this file. This considers all restriction settings and DLP rules.
§
itemDownloadRestriction?: DownloadRestriction
[src]The download restriction of the file applied directly by the owner or organizer. This doesn't take into account shared drive settings or DLP rules.