TrustedInfrastructureTrustAuthorityClustersSummary
The TrustAuthorityClusters.Summary structure contains information about TrustAuthorityClusters id and state.
Properties
string
cluster
Required
Identifies the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.
state
Required
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
{
"cluster": "string",
"state": "ENABLE"
}