NetworkContextProfile

NetworkContextProfile
NetworkContextProfile

Describes a networking context profile. Context profiles are groups of similar type of values where each value specifies some layer 7 App Id, or Domain Name.

AllOf
This class requires all of the following:
JSON Example
{
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "contextEntityId": "string",
    "networkProviderScope": "string",
    "id": "string",
    "name": "string",
    "description": "string",
    "scope": "string",
    "attributes": [
        {
            "type": "string",
            "values": [
                "ACTIVDIR",
                "AMQP",
                "*onenote.officeapps.live.com"
            ],
            "subAttributes": [
                {
                    "type": "string",
                    "values": [
                        "SSL_V3",
                        "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
                    ]
                }
            ]
        }
    ]
}