Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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,
}

...