INPUT_OBJECT
TanzuHubPolicyRuleInput
Rule input
link GraphQL Schema definition
- input TanzuHubPolicyRuleInput {
- # graphQL query to be executed to fetch the data
- String! :
- # graphQL variables needed for query execution
- JSON :
- # Rules/conditions that are going to get evaluated
- DerivedDataPaginationInput! :
- # If this rule evaluated to non complaint, the following actions/findings will be
- # executed/created
- TanzuHubPolicyRuleActionInput :
- # Rules/conditions that are going to get evaluated
- DerivedDataProcessingRulesInput :
- # id of the rule to be edited, if left null will create a new rule
- String :
- # rule name
- String! :
- }