Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

This event is thrown when a user, the system or an administrator has changed a password/any other secret.

Event ID

15

Event Data

The following data is contained in the event data.

{
  EventOccuredUtc: DateTime,
  EntityId : string, //identity id
  EntityType : string, //always 'Identity'
  IdentityDisplayName : string,
  IdentityTypeId : uint,
  IdentityTypeName : string,
  CoreIdentityId : uint,
  CoreIdentityDisplayName : string,
  CoreIdentityTypeId : uint,
  CoreIdentityTypeName : string,
  TargetSystemId : uint,
  TargetSystemName : string,
  RequestorCoreIdentityId : uint,
  RequestorDisplayName : string,
  MethodIdentifier : string
}
  • No labels