TrustedInfrastructureTrustAuthorityClustersFilterSpec
The TrustAuthorityClusters.FilterSpec structure contains the data necessary for identifying a TrustAuthorityClusters.
Properties
Identifies the cluster. cluster If {@term.unset} return all Trust Authority Clusters. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ClusterComputeResource.
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"
}