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 {
- # Default Value = All Devices
- RuleTypeEnumInput :
- String :
- # Required for mutateRuleData, ignored when passed in mutateServiceData ->
- # removeRules argument
- Boolean :
- # Required for mutateRuleData, ignored when passed in mutateServiceData ->
- # removeRules argument
- String :
- }