Skip to main content

BulkReviewProvisioningAccessControlRules

The following example assigns permissions to the Administrator profile, allowing the simultaneous review of multiple pending provisioning orders for the Directory_User entity type.

  <BulkReviewProvisioningAccessControlRules Profile="Administrator" EntityType="Directory_User"/>

The scaffolding generates the following scaffoldings:

Generates the permissions to access the provisioning review pages for a given entity type and profile.

Properties

PropertyDetails
EntityType requiredType: String Description: Identifier of the entity type involved in the scaffolding.
Profile requiredType: String Description: Identifier of the profile involved in the scaffolding.

Generated XML

Our example generates the following configuration:


<AccessControlRule Identifier="BulkReviewProvisioning_AssignedResourceType_Administrator_Directory_User" DisplayName_L1="Mass reconciliate resources AssignedResourceBinary User" EntityType="AssignedResourceType" Profile="Administrator">
<Entry CanExecute="true" Permission="/Custom/ProvisioningPolicy/BulkReviewProvisioning/Directory_User" />
</AccessControlRule>
<ReviewProvisioningAccessControlRules EntityType="Directory_User" Profile="Administrator"/>