Variable PostEncryptionRequestTypeEnumConst

PostEncryptionRequestTypeEnum: {
    customer_provided_root_key: "customer-provided-root-key";
    tenant_encryption_key: "tenant-encryption-key";
} = ...

Type declaration

  • Readonly customer_provided_root_key: "customer-provided-root-key"
  • Readonly tenant_encryption_key: "tenant-encryption-key"