TrustedInfrastructureTrustedClustersServicesAppliedConfigInfo
The ServicesAppliedConfig.Info structure contains detailed information about the health of the applied Trust Authority Component configurations in a cluster.
Properties
array of
StdLocalizableMessage
details
Required
Details regarding the health. When the ServicesAppliedConfig.Health is not OK, this member will provide a detailed description of the issues present.
health
Required
The health value which indicates whether the configuration applied to the cluster differs from the desired state.
JSON Example
{
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "enum"
}