VmConfigFileEncryptionInfo
VmConfigFileEncryptionInfo
The encryption information of a virtual machine configuration.
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 machine configuration file.
If the virtual machine configuration file is encrypted, then the keyId is set and indicates the identifier that can be used to lookup the key material. Unset if the virtual machine configuration file is not encrypted.