NSGroupTagExpression

NSGroupTagExpression
NSGroupTagExpression

Includes both scope and tag attribute of Tag. The scope and tag expressions are logically 'AND' with each other. eg- tag.scope = "S1" AND tag.tag = 'T1'

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "scope": "string",
    "scope_op": "string",
    "tag": "string",
    "tag_op": "string",
    "target_type": "string"
}