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
The Status enumeration defines a general "health" value for a managed entity.
Possible values:
gray
: The status is unknown.green
: The entity is OK.yellow
: The entity might have a problem.red
: The entity definitely has a problem.
Possible values are : gray, green, yellow, red,
string
connectionStatus
Required
KMIP server connection status description.
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.