Contains information about an Entitlement Management Services (EMS) event. EMS events result from actions performed on directory objects.
Syntax
typedef struct SmLog_EMS_s
{
long nVersion;
long nCurrentTime;
char* szUserName;
char* szSessionId;
char* szDirName;
char* szObjName;
char* szObjPath;
char* szObjClass;
char* szOrgName:
char* szRoleName;
int szFieldDesc;
char* szStatusMsg;
} SmLog_EMS_t;
|
Field |
Description |
|---|---|
|
nVersion |
Version number of the Policy Server. |
|
nCurrentTime |
Policy Server time (in GMT) when the event occurred. |
|
szUserName |
If the user is an administrator, the ID of the administrator who initiated the EMS event. If the event is an end-user event, the user name is Registration. |
|
szSessionID |
EMS Service Session ID. |
|
szDirName |
Name of the SiteMinder directory affected by the EMS event. |
|
szObjName |
Name of the object targeted by this event. |
|
szObjPath |
Full distinguished name of the object. |
|
szObjClass |
Class name of the object. |
|
szOrgName |
Name of the object's organization. |
|
szRoleName |
Name of the role to which the object is related (only for events that involve roles). |
|
szFieldDesc |
Description of the event. |
|
szStatusMsg |
The status message. |
| Copyright © 2010 CA. All rights reserved. | Email CA about this topic |