BulkResourceReconciliationAccessControlRules
The following example assigns to the Administrator profile the rights to reconcile simultaneously several resources from the Directory_User entity type.
Code attributes enclosed with <>
need to be replaced with a custom value before entering the
script in the command line.
<BulkResourceReconciliationAccessControlRules Profile="Administrator" EntityType="Directory_User"/>
The scaffolding generates the following scaffoldings:
- ReconciliateResourcesAccessControlRules: Generates the permissions to access the resource reconciliation pages for a given entity type and profile. See the ReconciliateResourcesAccessControlRules topic for additional information.
Properties
Property | Type | Description |
---|---|---|
EntityType required | String | Identifier of the entity type involved in the scaffolding. |
Profile required | String | Identifier of the profile involved in the scaffolding. |
Generated XML
Our example generates the following configuration:
Code attributes enclosed with <>
need to be replaced with a custom value before entering the
script in the command line.
<AccessControlRule Identifier="BulkResourceReconciliationAccessControlRules_AssignedResourceType_Administrator_Directory_User" DisplayName_L1="Bulk reconciliate resources AssignedResourceBinary User" EntityType="AssignedResourceType" Profile="Administrator"> <Entry CanExecute="true" Permission="/Custom/ProvisioningPolicy/MassReconciliateResources/Directory_User" /></AccessControlRule><ReconciliateResourcesAccessControlRules EntityType="Directory_User" Profile="Administrator"/>