DataEncryption interface
The date encryption for cmk.
Properties
| geo |
Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup |
| geo |
Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup |
| primary |
Primary key uri |
| primary |
Primary user identity resource id |
| type | The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. |
Property Details
geoBackupKeyURI
Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
geoBackupKeyURI?: string
Property Value
string
geoBackupUserAssignedIdentityId
Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
geoBackupUserAssignedIdentityId?: string
Property Value
string
primaryKeyURI
Primary key uri
primaryKeyURI?: string
Property Value
string
primaryUserAssignedIdentityId
Primary user identity resource id
primaryUserAssignedIdentityId?: string
Property Value
string
type
The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
type?: DataEncryptionType