ArrayOfCryptoManagerKmipServerStatus
ArrayOfCryptoManagerKmipServerStatus
A boxed array of CryptoManagerKmipServerStatus. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"name": "string",
"status": "string",
"connectionStatus": "string",
"certInfo": {
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
},
"clientTrustServer": false,
"serverTrustClient": false
}
]
}