Skip to main content

CreateAccessCertificationJob

Creates the AccessCertification Job.

Examples

  <CreateAccessCertificationJob DisplayName_L1="95: Execute Access Reviews" JobIdentifier="New_Access_Certif"/>

Properties

PropertyDetails
DisplayName_L1 optionalType: String Description: Display name of the scaffolding in language 1 (up to 16).
JobIdentifier optionalType: String Description: For job scaffoldings, identifier of the job to be generated. If not defined, the job identifier is calculated.

Child Elements

AddTask

PropertyDetails
Task requiredType: String Description: Identifier of the task to add
TaskToCompareWith requiredType: String Description: The identifier of the task before or after which the new task will be inserted
After default value: falseType: Boolean Description: For the Argument AddTask the property after define the place of the task to add with the TaskCompareWith.
Before default value: falseType: Boolean Description: For the Argument AddTask the property before define the place of the task to add with the TaskCompareWith.
CopyOccurence default value: 0Type: Int32 Description: For Argument AddTask, Specify the Occurence to copy and add the Task in a specify Job.
Occurence default value: 0Type: Int32 Description: Occurence of the TaskToCompare after or before which the task will be added

CronTabExpression

PropertyDetails
CronTab requiredType: String Description: Represents the argument value.
CronTimeZone optionalType: CronTimeZone Description: For Argument AddTask, Occurence of the TaskToCompare after or before which the task will be added.

DoNotCreateJob

Generated XML

Our example generates the following configuration:

<Job Identifier="New_Access_Certif" DisplayName_L1="95: Execute Access Reviews" DisplayName_L2="95: Exécution des campagnes de certification" CronTabExpression="*/15 * * * *" CronTimeZone="ServerTime">
<UpdateAccessCertificationCampaignTask Identifier="New_Access_Certif_UpdateAccessCertificationCampaign" DisplayName_L1="Update Access Certification Campaign" DisplayName_L2="Mise à jour des campagnes de certifications" Level="0" />
<SetAccessCertificationReviewerTask Identifier="New_Access_Certif_SetAccessCertificationReviewer" DisplayName_L1="Set Access Certification Reviewer" DisplayName_L2="Mise à jour des valideurs pour la certification" Level="1" />
<SendAccessCertificationNotificationTask Identifier="New_Access_Certif_SendAccessCertificationNotification" DisplayName_L1="Send Access Certification Notifications" DisplayName_L2="Envoi des notifications pour la certification" Level="2" />
<ProcessAccessCertificationItemsTask Identifier="New_Access_Certif_ProcessAccessCertificationItems" DisplayName_L1="Process Access Certification Decisions" DisplayName_L2="Traitement des décisions pour la certification" Level="3" />
</Job>