TrustedInfrastructureTrustedClustersServicesAppliedConfigInfo
The ServicesAppliedConfig.Info structure contains detailed information about the health of the applied Trust Authority Component configurations in a cluster.
Properties
Details regarding the health. When the ServicesAppliedConfig.Health is not OK, this member will provide a detailed description of the issues present.
The ServicesAppliedConfig.Health enumerated type is an indicator for the consistency of all applied Trust Authority Component configurations in a cluster with respect to the desired state.
NONE : The consistency of some applied configurations is unknown.
OK : All the applied Trust Authority Component configurations are consistent with the desired state.
ERROR : Some applied Trust Authority Component configurations have diverged from the desired state.
Possible values are: NONE , OK , ERROR
JSON Example
{
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "NONE"
}