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

DataEncryptionState

import type { DataEncryptionState } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Describes encryption state of a resource.

interface DataEncryptionState {
kmsKeyVersionName?: string;
}

§Properties

§
kmsKeyVersionName?: string
[src]

Required. The KMS key version name with which data of a resource is encrypted.