INPUT_OBJECT

TanzuHubPolicyRuleInput

Rule input

link GraphQL Schema definition

  • input TanzuHubPolicyRuleInput {
  • # graphQL query to be executed to fetch the data
  • graphQLQuery: String!
  • # graphQL variables needed for query execution
  • graphQLQueryVariables: JSON
  • # Rules/conditions that are going to get evaluated
  • paginationData: DerivedDataPaginationInput!
  • # If this rule evaluated to non complaint, the following actions/findings will be
  • # executed/created
  • policyRuleActions: TanzuHubPolicyRuleActionInput
  • # Rules/conditions that are going to get evaluated
  • processingRules: DerivedDataProcessingRulesInput
  • # id of the rule to be edited, if left null will create a new rule
  • ruleId: String
  • # rule name
  • ruleName: String!
  • }