Policy Session Mapping Properties
Policy session mappings copy fields in the network message to the MtxPolicySessionExtension MATRIXX Data Container (MDC) or a custom container derived from it.
Policy Session Field Mapping Properties lists the policy session field mapping properties.
Property | Definition |
---|---|
ID | The ID of the policy extension mapping. You cannot set or change this value. |
Session Extension Container Name | The name of the container in which to save the policy extension data. This can be the MtxPolicySessionExtension container or a private MDC derived from it. |
Source Container | The name of the incoming message MDC that contains the field to map to the policy extension field, for example, MtxDiamRoMsg. The Source Container must be one of the following MDCs or an extension of
it: The MtxMultiServiceData MDC allows administrators to populate session extension objects with fields from specific
service contexts. The source field must be located in the MultiServiceList element (in the message MDC) for a service
context.
|
Source Field | The name of the MDC field containing the usage data to copy to
the audit data MDC. The value is the full path of the field in the MDC, separated by a dot (.). The first element in the array is used to get the value of the event_field_name field. For example, if a field is nested in an array, the syntax is array_field_name.event_field_name. |
Destination Container | The name of the policy MDC in which the destination field exists. This MDC can be the MDC selected in the Session Extension Container Name field or a private MDC derived from it. |
Destination Field | The name of the policy session field in which to store the source
field value. The value is the full path of the field in the MDC, separated by dots (.). |
Update Value | If selected, the value in the policy MDC is replaced with the latest value from the source field. If not selected, the first source field value copied to the session is used for the whole session. |