Skip to main content

RedundantAssignmentAccessControlRule

Generates the permissions to access the Redundant Assignment page, to analyze and remove redundant assignments.

Gives access to a shortcut on the dashboard to access this page.

Redundant Assignments

Examples

The following example gives to the Administrator profile the permissions to access the Redundant Assignment page and perform redundant-assignment related actions.

  <RedundantAssignmentAccessControlRule Profile="Administrator"/>

Properties

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

Generated XML

Our example generates the following configuration:

<AccessControlRule Identifier="Administrator_RedundantAssignment" DisplayName_L1="Administrator_RedundantAssignment" EntityType="Policy" Profile="Administrator">
<Entry CanExecute="true" Permission="/ProvisioningPolicy/RedundantAssignment" />
</AccessControlRule>