CryptoManagerKmipServerStatus
CryptoManagerKmipServerStatus
Status of a KMIP server.
AllOf
This class requires all of the following:
JSON Example
{
"_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
}
string
name
Required
Name of the KMIP server.
status
Required
KMIP server status.
string
connectionStatus
Required
KMIP server connection status description.
certInfo
Optional
The basic information about the KMIP server's certificate.
boolean
clientTrustServer
Optional
Whether this KMS server is trusted by local Kmip client.
boolean
serverTrustClient
Optional
Whether this KMS server trusts the local Kmip client.