Event - ReactivationRequestProcessed - 28
Introduction
This event is thrown when a user has been reactivated or a reactivation request was processed.
If user deactivated his account by himself the reactivation will have ReactivationRequestState
= SelfReactivation otherwise the request is created and Administrator has to Accept/Decline it. You will get then appropriate Accepted or Declined in ReactivationRequestState
Event Information | Value |
---|---|
Available from version | |
Event ID | 28 |
Event Data Contract |
|
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,
ReactivationRequestState: { Accepted, Denied, SelfReactivation },
ReactivationRequestStateDescription : string
}
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.