...
The following data is contained in the event data. //will adjust later on
Code Block |
---|
{ EventOccuredUtc: DateTime, EntityId : string, //organiationorganization unit id EntityName: string, //current organization unit record name EntityType : string, //"OrganizationUnit" IdentityDisplayName : string, IdentityTypeId : uint, IdentityTypeName : string, CoreIdentityId : uint, CoreIdentityDisplayName : string, CoreIdentityTypeId : uint, CoreIdentityTypeName : string, TargetSystemId : uint, TargetSystemName : string, MethodIdentifier : string, MethodName : string, Value : string, } |
...