Tier

Tier
Tier
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "string",
    "name": "string",
    "entity_type": "string",
    "group_membership_criteria": [
        {
            "membership_type": "string",
            "ip_address_membership_criteria": {
                "ip_addresses": [
                    "string"
                ]
            },
            "search_membership_criteria": {
                "entity_type": "string",
                "filter": "string"
            }
        }
    ],
    "application": {
        "entity_id": "string",
        "entity_type": "string"
    }
}