ArrayOfCryptoManagerKmipClusterStatus
ArrayOfCryptoManagerKmipClusterStatus
A boxed array of CryptoManagerKmipClusterStatus. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"clusterId": {
"_typeName": "string",
"id": "string"
},
"overallStatus": "string",
"managementType": "string",
"servers": [
{
"_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
}
],
"clientCertInfo": {
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
}
}
]
}