Variable EncryptionKeyTypeConst
EncryptionKeyType: {
CustomerProvidedRootKey: "customer-provided-root-key";
EnvironmentRootKey: "environment-root-key";
TenantMasterKey: "tenant-master-key";
TenantEncryptionKey: "tenant-encryption-key";
} = ...
Type Declaration
ReadonlyCustomerProvidedRootKey: "customer-provided-root-key"
ReadonlyEnvironmentRootKey: "environment-root-key"
ReadonlyTenantMasterKey: "tenant-master-key"
ReadonlyTenantEncryptionKey: "tenant-encryption-key"
Key type