VmDiskFileEncryptionInfo
VmDiskFileEncryptionInfo
The encryption information of a virtual disk.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"keyId": {
"_typeName": "string",
"keyId": "string",
"providerId": {
"_typeName": "string",
"id": "string"
}
}
}
keyId
Optional
The key identifier for an encrypted virtual disk.
If the virtual disk is encrypted, then the keyId is set and indicates the identifier that can be used to lookup the key material. Unset if the virtual disk is not encrypted.