TrustedInfrastructureTrustedClustersServicesAppliedConfigInfo

The ServicesAppliedConfig.Info structure contains detailed information about the health of the applied Trust Authority Component configurations in a cluster.


Properties

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 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: NONEOKERROR

JSON Example

{
	"details": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"health": "NONE"
}

Feedback

Was this page helpful?