Definition
This widget is dedicated to the display of SoD (Segregation of Duties) violations. It can also perform recertification of roles involved in a violation.
It must be used with a "reportingId" that maps to the builtin collection SOD_VIOLATION
Configuration
Properties
|
Property |
Type |
Mandatory |
Description |
|---|---|---|---|
|
type |
|
YES |
The type of the widget in XML configuration |
|
reportingId |
|
YES |
The id of a ReportingObjectConfiguration which this widget will target. Must be a configuration which uses the ACCOUNT_INFORMATION builtin collection or a custom one that targets the same collection "account". |
|
displayOnInit |
|
NO |
If true, the chart will be displayed initially without requiring to click the "Apply" button of the criteria panel first. Default value : false |
|
contract |
|
YES |
A ReportingWidgetContractConfiguration specifying the different criteria used by the widget for displaying the filter elements. It is also used for validating the submitted criteria. See Reporting widget contract section for detailed configuration information. |
|
renderingRule |
|
NO |
This rule will be applied for each document of the results and allows to transform the content. It MUST return a Map of String to Object. Example: XML
|
|
identityActions |
|
NO |
A list of button placed next to the identity name. It can be used to route the user to a feature to consult the information of the identity (for instance). In order to select the correct feature according to the identity type, the button should declare the <objectTypes> that it will apply to. |
|
sodRuleActions |
|
NO |
A list of button placed next to the SoD Rule name. It can be used to route the user to a feature to consult the information of the SoD Rule(for instance). In order to select the correct feature according to the SoD Rule type, the button should declare the <objectTypes> that it will apply to. |