Skip to main content

TargetResourceReportAccessControlRules

Generates the right to apply a report for a profile on a given entity.

warning

The existence of a report for this entity must exist in order to use this scaffolding. A scaffolding allows to generate a default report for an entity: Entity reports

Examples

  <TargetResourceReportAccessControlRules EntityType="LDAP_Entry" Profile="Administrator"/>

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="Administrator_ReportQuery_Custom_Reports_Resources_Resources_LDAP_Entry" DisplayName_L1="Administrator_ReportQuery_Custom_Reports_Resources_Resources_LDAP_Entry" EntityType="LDAP_Entry" Profile="Administrator">
<Entry CanExecute="true" Permission="/Custom/Reports/Resources_LDAP_Entry/View" />
</AccessControlRule>