INPUT_OBJECT

IemPolicyExpressionsParams

link GraphQL Schema definition

  • input IemPolicyExpressionsParams {
  • # Operators other than [And/Or] must have this field selection
  • field: IcpPolicyField
  • op: ExprOp!
  • # Correct type of the field, [In] operator must have a list here
  • values: JSON
  • # List of expressions, Must be applied when using [And/Or] operators
  • expressions: [IemPolicyExpressionsParams!]
  • }