User Application Entitlement Details Report
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE TaskDefinition PUBLIC "sailpoint.dtd" "sailpoint.dtd"> <TaskDefinition executor="sailpoint.reporting.LiveReportExecutor" name="VIS Identity Entitlements Detail Report" progressMode="Percentage" resultAction="Rename" subType="Identity and User Reports" template="true" type="LiveReport"> <Attributes> <Map> <entry key="report"> <value> <LiveReport title="User Entitlements Report for Application"> <DataSource objectType="IdentityEntitlement" type="Filter"> <QueryParameters> <Parameter argument="application" property="application.id"/> </QueryParameters> </DataSource> <Columns> <ReportColumnConfig field="identity" header="identity" property="identity.displayName" sortable="true" width="110"/> <ReportColumnConfig field="name" header="name" property="identity.name" sortable="true" width="110"/> <ReportColumnConfig field="application" header="label_application" property="application.name" sortable="true" width="110"/> <ReportColumnConfig field="attribute" header="label_attribute" property="name" sortable="true" width="110"/> <ReportColumnConfig field="value" header="entitlement" property="value" sortable="true" width="110"/> <ReportColumnConfig field="accountId" header="account_name" property="nativeIdentity" sortable="true" width="110"/> </Columns> </LiveReport> </value> </entry> </Map> </Attributes> <Description>Displays identity/account entitlement information.</Description> <RequiredRights> <Reference class="sailpoint.object.SPRight" name="FullAccessIdentityEntitlementReport"/> </RequiredRights> <Signature> <Inputs> <Argument multi="true" name="application" type="Application"> <Description>Applications Entitlement deatils report for User</Description> <Prompt>applications</Prompt> </Argument> </Inputs> </Signature> </TaskDefinition>