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,
array of string
value
Required
Multiple attribute values can be specified as elements of array.