InlineCommunicationProfileEntry1

InlineCommunicationProfileEntry1
InlineCommunicationProfileEntry1

Specifies the service along with the action

JSON Example
{
    "services": [
        "string"
    ],
    "action": "string",
    "sequence_number": 0
}
array of string
services
Required

In order to specify all services, use the constant "ANY". This is case insensitive. If "ANY" is used, it should be the ONLY element in the services array. Error will be thrown if ANY is used in conjunction with other values.

string
action
Required

This action will apply on the all the services specified in the above array.

Possible values are : ALLOW, DROP, REJECT,
integer As int32 As int32
sequence_number
Optional

This field is used to resolve conflicts between multiple CommunicationProfileEntries under CommunicationProfile for a Domain. This will be used to resolve conflicts when there are multiple CommunicationProfileEntries under a CommunicationProfile that refer to the same Service, but have conflicting.