Provisioning information
Provisioning providers get information to identify the entities that were affected by a change. This information does not state what changed exactly. For example, upon a modification of the user email address, the provisioning event contains the information user X has been changed, but not the e-mail address of user X has the new value Y.
All provisioning events provide the type of operation, the identification of the actor, and the actual entity, to which the operation is applied.
Type of operation
Key: meta.operation
meta.operation defines what happened with the underlying entity. The possible operations are the following:
- insert with value
i: the entity is created. - delete with value
d: the entity is removed, and does not exist anymore in nevisIDM. - update with value
u: the entity is modified. - archive with value
ar: the entity, that is, a user or profile, is archived - enable with value
en: the entity, that is, a user or profile, is activated - disable with value
di: the entity, that is, a user or profile, is disabled
Type of entity the operation affects
Key: meta.entity
meta.entity defines the type of the involved nevisIDM entity. The value passed to the provider is equal to the actual name of the entity. The following entities are supported by the provisioning:
- user
- profile
- authorization
- credential
- client
- unit
- application
- role
- enterprise authorization
- enterprise role
- enterprise role member