RuleCheckConfiguration
**Experimental** Represents current rule check configuration.
type RuleCheckConfiguration {
features: [String!]!
staleStatusThreshold: String!
}
Fields
RuleCheckConfiguration.features ● [String!]! non-null scalar
**Experimental** Supported optional rule check features.
RuleCheckConfiguration.staleStatusThreshold ● String! non-null scalar
**Experimental** ISO 8601 representation of the maximum time a rule check should remain in unchanged, incomplete status. If this threshold is exceeded the caller should assume that the execution is stale and abandon monitoring.