TrustedInfrastructureTrustAuthorityClustersKmsProvidersInfo
The Providers.Info structure contains fields that describe the current configuration of a provider.
Properties
key_server
Required
Key server associated with this provider.
string
master_key_id
Required
Master key identifier created for the provider. A unique Key identifier.
status
Required
Status of the provider in the cluster.
JSON Example
{
"key_server": {
"description": "string",
"type": "KMIP"
},
"master_key_id": "string",
"status": {
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "NONE",
"servers": [
{
"client_trust_server": false,
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "NONE",
"name": "string",
"server_trust_client": false
}
]
}
}