CryptoManagerHostKeyStatus
CryptoManagerHostKeyStatus
Status of a Crypto key on host.
Since: vSphere API Release 8.0.1.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"keyId": {
"_typeName": "string",
"keyId": "string",
"providerId": {
"_typeName": "string",
"id": "string"
}
},
"present": false,
"managementType": "string",
"accessGranted": false
}
boolean
present
Required
Whether the key is present in key cache for crypto operation.
string
managementType
Optional
Key management type.
See CryptoManagerHostKeyManagementTypeEnum for valid values.
boolean
accessGranted
Optional
Whether the provider of the key has been granted access.
Since: vSphere API Release 8.0.3.0
Availability
Added in vSphere API Release 8.0.1.0
Property Of