InlineCommunicationEntry1
Binding of source and destination groups to a CommunicationProfile
{
"communication_profile_path": "string",
"logged": false,
"destination_groups": [
"string"
],
"sequence_number": 0,
"source_groups": [
"string"
]
}
Path of the CommunicationProfile participating in this map
Flag to enable packet logging. Default is disabled.
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.
This field is used to resolve conflicts between multiple CommunicationEntries under CommunicationMap for a Domain
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.