Versions Compared

Key

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

...

Code Block
languagejson
{
  EventOccuredUtc: DateTime,
  EntityId : string,
  EntityType : string,
  Representative: SimpleCoreIdentityData,
  Represented: SimpleCoreIdentityData,
  RemovalDate: DateTime,
  Service: string
}

where SimpleCoreIdentityDatais
{
  CoreIdentityId: uint,
  CoreIdentityDisplayName: string,
  CoreIdentityTypeId: uint,
  CoreIdentityTypeName: string
}

...