PolicyAttributes
Policy Attributes data holder
Properties
string
datatype
Required
Datatype for attribute
Possible values are: STRING
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
array of
string
value
Required
Multiple attribute values can be specified as elements of array.
JSON Example
{
"datatype": "string",
"key": "string",
"value": [
"string"
]
}