NetworkContextProfileAttribute
NetworkContextProfileAttribute
Describes an attribute of a networking context profile. An attribute is defined as a type and its associated values for some layer 7 App Id or Domain names.
JSON Example
{
"type": "string",
"values": [
"ACTIVDIR",
"AMQP",
"*onenote.officeapps.live.com"
],
"subAttributes": [
{
"type": "string",
"values": [
"SSL_V3",
"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
]
}
]
}
string
type
Required
This describes the type of attribute value.
- APP_ID - Values represents layer 7 App Ids. For example: ACTIVDIR
- DOMAIN_NAME - Values represents Domain names (FQDN). For example: *.live.com
Possible values are : APP_ID, DOMAIN_NAME,
array of string
values
Required
Values for attribute.
array of NetworkContextProfileSubAttribute
subAttributes
Optional
List of sub attributes for an attribute. These are specified with the attributes such as SSL or CIFS, which can have different cipher suites or TLS versions as values.