InlineNSGroup1

InlineNSGroup1
InlineNSGroup1
JSON Example
{
    "member_count": 0,
    "members": [
        {
            "resource_type": "string",
            "target_resource": {
                "target_display_name": "string",
                "is_valid": false,
                "target_id": "string",
                "target_type": "string"
            },
            "target_property": "string",
            "target_type": "string",
            "value": "string",
            "op": "string"
        }
    ],
    "membership_criteria": [
        {
            "resource_type": "string"
        }
    ]
}
integer As int64 As int64
member_count
Optional

member_count

members
Optional

Reference to the direct/static members of the NSGroup. Can be ID based expressions only.

membership_criteria
Optional

List of tag or ID expressions which define the membership criteria for this NSGroup. An object must satisfy atleast one of these expressions to qualify as a member of this group.

Used By