OBJECT
TanzuHubPolicyRuleRun
Rule run status
link GraphQL Schema definition
- type TanzuHubPolicyRuleRun {
- # Rule execution result
- JSON :
- # Associated Policy run
- TanzuHubPolicyRun! :
- # Associated Policy rule
- TanzuHubPolicyRule! :
- # Rule evaluation status
- TanzuHubPolicyRuleEvaluationStatus :
- }