CryptoManagerKmipCryptoKeyStatus
CryptoManagerKmipCryptoKeyStatus
Status of a Crypto key
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"keyId": {
"_typeName": "string",
"keyId": "string",
"providerId": {
"_typeName": "string",
"id": "string"
}
},
"keyAvailable": false,
"reason": "string",
"encryptedVMs": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"affectedHosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"referencedByTags": [
"string"
]
}
boolean
keyAvailable
Optional
If the key is available for crypto operation
string
reason
Optional
The reason for key not available, valid when keyAvailable is false.
CryptoManagerKmipCryptoKeyStatusKeyUnavailableReasonEnum lists the set of supported values.
array of string
referencedByTags
Optional
The identifier list for the 3rd party who are using the key
Property Of
Returned By