INPUT_OBJECT
SpringPolicyRuleInput
Spring provider policy rule input
link GraphQL Schema definition
- input SpringPolicyRuleInput {
- # Additional filtering to be done on source
- QueryFilter :
- # inputs for spring policy actions
- SpringPolicyRuleActionInput :
- # Rule expression input
- SpringPolicyRuleExpressionInput! :
- # Rule Id, for editing existing policies/rule this will be the existing rule ID.
- # In case of new Policy this will be empty.
- String :
- # Spring policy source object type
- SpringPolicySourceType! :
- }