Policy Action Initiation

A PA trace has the following fields:

~<ActionID>~<TraceString1>~<TraceString2>~<TraceString3>~<Result>

A PA trace looks similar to the following:

~~PA~ActionID_1181252224665~~AddRole~Manager~~~Success(0)

Table 33-8 describes the fields in a Policy Action trace.

Table 33-8 Fields in a Policy Action Trace

Element

Description

<ActionID>

The identifier assigned to the action. In the sample PA trace, this is ActionID_1181252224665.

<TraceString1>

The message specified with the action.

In the sample PA trace, this is AddRole.

<TraceString2>

The second part of the specified message.

In the sample PA trace, this is Manager.

<TraceString3>

The third part of the specified message.

In the sample PA trace, this field has no value and is not present.

<Result>

A string followed by a number that specifies the result of the assigning the action. See Policy Result Values.

In the sample PA trace, this is Success(0), which indicates that the action of assigning the Manager role to the user was successful.