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

ClientEncryptionDetails

import type { ClientEncryptionDetails } from "https://googleapis.deno.dev/v1/drive:v3.ts";

Details about the client-side encryption applied to the file.

interface ClientEncryptionDetails {
decryptionMetadata?: DecryptionMetadata;
encryptionState?: string;
}

§Properties

§
decryptionMetadata?: DecryptionMetadata
[src]

The metadata used for client-side operations.

§
encryptionState?: string
[src]

The encryption state of the file. The values expected here are: - encrypted - unencrypted