Skip to main content

Set Internal User Profiles Task

Will execute the profile rules of the different resource types given in parameters to create, modify or delete profiles in automatic mode.

It is necessary to set up Profile Context as well as Profile Rule Context to be able to use this job.

Examples


<SetInternalUserProfilesTask Identifier="SetInternalUserProfiles" DisplayName_L1="Set Internal User Profiles" > <TaskEntityType EntityType="Referentiel_User"/> <TaskResourceType ResourceType="AD_Entry_NominativeUser"/> </SetInternalUserProfilesTask>

Properties

PropertyDetails
DisplayName_L1 requiredType String Description Display name of the task in language 1 (up to 16).
BatchInsertSize default value: 0Type Int32 Description Defines the batch insert size.
BatchSelectSize default value: 0Type Int32 Description Defines the batch select size.
Identifier optionalType String Description Unique identifier of the task.

Child Element: TaskEntityType

A task entity type defines the entity type on which the task is applied.

PropertyDetails
EntityType requiredType Int64 Description Identifier of the entity type that the task is to be applied on.

Child Element: TaskResourceType

The table TaskResourceTypes makes the link between the tasks and the Resourcetypes.

PropertyDetails
ResourceType requiredType Int64 Description Linked resourceType id.