InlineCommunicationEntry1

InlineCommunicationEntry1
InlineCommunicationEntry1

Binding of source and destination groups to a CommunicationProfile

JSON Example
{
    "communication_profile_path": "string",
    "logged": false,
    "destination_groups": [
        "string"
    ],
    "sequence_number": 0,
    "source_groups": [
        "string"
    ]
}
string
communication_profile_path
Optional

Path of the CommunicationProfile participating in this map

boolean
logged
Optional

Flag to enable packet logging. Default is disabled.

array of string
destination_groups
Optional

We need paths as duplicate names may exist for groups under different domains.In order to specify all groups, use the constant "ANY". This is case insensitive. If "ANY" is used, it should be the ONLY element in the group array. Error will be thrown if ANY is used in conjunction with other values.

integer As int32 As int32
sequence_number
Optional

This field is used to resolve conflicts between multiple CommunicationEntries under CommunicationMap for a Domain

array of string
source_groups
Optional

We need paths as duplicate names may exist for groups under different domains. In order to specify all groups, use the constant "ANY". This is case insensitive. If "ANY" is used, it should be the ONLY element in the group array. Error will be thrown if ANY is used in conjunction with other values.