INPUT_OBJECT
EntityGroupDynamicDefinitionInput
Definition of a dynamic entity group
link GraphQL Schema definition
- input EntityGroupDynamicDefinitionInput {
- # Optional entityId of the group.
- # If present, this will update the existing group to the new definition.
- # Otherwise, a new group will be created.
- EntityId :
- # Optional entityName - only relevant for entities of type EntityGroup or
- # PotentialEntityGroup
- String :
- # Optional rules defining the group
- QueryFilter :
- # Optional policy for updating the entity group or app
- EntityGroupUpdatePolicyInput :
- }