Previous Topic: SmLog_EMS_t

Next Topic: SmLog_System_t

SmLog_Obj_t

Contains information about an object event.

Syntax

typedef struct SmLog_Obj_s
{
   long nVersion;
   long nCurrentTime;
   char* szUserName;
   char* szSessionId;
   char* szDomainOid;
   char* szObjName;
   char* szObjOid;
   char* szFieldDesc;
   char* szStatusMsg;
} SmLog_Obj_t;

Field

Description

nVersion

Version number of the Policy Server.

nCurrentTime

Policy Server time (in GMT) when the event occurred.

szUserName

The name of the user who triggered the event.

szSessionId

Session ID.

szDomainOid

Object identifier for the domain object.

szObjName

The name of the object.

szObjOid

Object identifier for the object.

szFieldDesc

User DN.

szStatusMsg

Status message.


Copyright © 2010 CA. All rights reserved. Email CA about this topic