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 3 Current »

Introduction

This event is thrown when user deactivates logon method for the client.

Event Information

Value

Available from version

(Preview) Release 7.21xx - Altenalptürm

Event ID

48

Event Data Contract

UserClientLogonMethodDeactivated

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,
  MethodIdentifier : string,
  MethodName : string,
  ClientIdentifier : string,
  ClientDisplayName : string,
  ApplicationDisplayName : string.
}


  • No labels