PolicyAttributes

PolicyAttributes
PolicyAttributes

Policy Attributes data holder

JSON Example
{
    "datatype": "string",
    "description": "string",
    "isALGType": false,
    "key": "string",
    "sub_attributes": [
        {
            "datatype": "string",
            "key": "string",
            "value": [
                "string"
            ]
        }
    ],
    "value": [
        "string"
    ]
}
string
datatype
Required

Datatype for attribute

string
description
Optional

Description for attribute value

boolean
isALGType
Optional

Describes whether the APP_ID value is ALG type or not.

string
key
Required

Key for attribute

Possible values are : APP_ID, DOMAIN_NAME,
sub_attributes
Optional

Reference to sub attributes for the attribute

array of string
value
Required

Multiple attribute values can be specified as elements of array.