OBJECT
TanzuHubPolicyRun
Policy run created after policy evaluation
link GraphQL Schema definition
- type TanzuHubPolicyRun implements HubPolicyRun, Node {
- # Timestamp at which hub policy is executed. Expressed in UTC ISO-8601 format
- DateTime! :
- # Opaque global ID
- ID! :
- # Associated policy
- TanzuHubPolicy! :
- # Associated policy rule runs
- TanzuHubPolicyRuleRun!] : [
- # Policy run status
- HubPolicyRunStatus :
- }