TrustedInfrastructureTrustAuthorityClustersUpdateSpec
The TrustAuthorityClusters.UpdateSpec structure contains the data necessary for update of a TrustAuthorityClusters.
Properties
state
Optional
The TrustAuthorityClusters.State enumerated type defines the states of the TrustAuthorityClusters.
ENABLE : The TrustAuthorityClusters is enabled.
DISABLE : The TrustAuthorityClusters is disabled.
Possible values are: ENABLE , DISABLE
JSON Example
{
"state": "ENABLE"
}