INPUT_OBJECT

PolicyRuleDataIdentifierInput

Used for both mutateRuleData method's dataIdentifier input argument, as well as mutateServiceData's mutationData -> removeRule argument. As such, the former requires the service & global fields be specified, for the later they are ignored, as the rule exists in the service's context already.

link GraphQL Schema definition

  • input PolicyRuleDataIdentifierInput {
  • # Required for mutateRuleData, ignored when passed in mutateServiceData ->
  • # removeRules argument
  • service: String
  • name: String
  • # Required for mutateRuleData, ignored when passed in mutateServiceData ->
  • # removeRules argument
  • global: Boolean
  • # Default Value = All Devices
  • type: RuleTypeEnumInput
  • }