ActivationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Type that defines activation properties. Determines whether something is active (and working) or inactive (e.g. disabled).

It applies to several object types. It may apply to user, account, assignement, etc. The data in this type define if the described concept is active, from when it is active and until when. The "active" means that it works. If something is not active, it should not work or not cause any effect. E.g. inactive user should not be able to log in or run any tasks, the non-active role should not be assigned and if assigned it should not be taken into account when computing the accounts.

Item Summary  
Name Type Multiplicity Description
administrativeStatus property
ActivationStatusType
[0,1] This defines the "administrative state", i. 
effectiveStatus property
ActivationStatusType
[0,1] This defines the "effective state", i. 
validFrom property
dateTime
[0,1] A date from which is should the object be considered active. 
validTo property
dateTime
[0,1] A date to which is should the object be considered active. 
validityStatus property
TimeIntervalStatusType
[0,1] This property holds the result of vality period computation with respect to the current date and time. 
disableReason property
anyURI
[0,1] URL that identifies a reason for disable. 
disableTimestamp property
dateTime
[0,1] Timestamp of last modification of the activation status to the disabled state. 
enableTimestamp property
dateTime
[0,1] Timestamp of last modification of the activation status to the enabled state. 
archiveTimestamp property
dateTime
[0,1] Timestamp of last modification of the activation status to the archived state. 
validityChangeTimestamp property
dateTime
[0,1] Timestamp of last modification of the effective validity state, i. 
lockoutStatus property
LockoutStatusType
[0,1] This defines the state of user or account lock-out. 
lockoutExpirationTimestamp property
dateTime
[0,1] Timestamp of a moment when account lockout expires and the account will be normally usable again.