Event - UserLogonMethodDeactivated - 45
Introduction
This event is thrown when a user removes mandatory logon method(s).
Event Information | Value |
---|---|
Available from version | |
Event ID | 45 |
Event Data Contract |
|
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,
LoginMethods : LogonMethodDescriptor[], //methods that has been deactivated
}
where LogonMethodDescriptor
{
MethodIdentifier : string,
MethodName : string
}
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.