Configuration
Here, you can learn about an alternative SoD process setup and acknowledge the configurable customer settings and customizations that may be implemented by the organization.
Configuration of the object
The process may be adapted via the SoD process configuration configuration object, validated against the SoDConfigurationML schema.
You can configure the Evaluate Identity Violations process in different ways, including changing the assignees for each activity, copy and another step, configuring which columns are shown in the grid, and whether to evaluate on individual assignments or assigned role level. You can do it by editing the SoD process configuration.
Configure the assignees
It is possible to configure the assignees for each activity in the process template. An activity can be assigned to users starting from the Identity object. The default assignee is the Effective manager for the Evaluate activity and the group Security Officers for the Approve violations activity.
You can use an assignee expression that is a reference path, virtual reference property, or a user group. The reference path and a virtual reference property must begin with the Identity object.
The startObjectType can only be Identity and Constraint and it has been defined in sod xsd:
<xs:simpleType name="startObjectType">
<xs:restriction base="xs:string">
<xs:enumeration value="Identity" />
<xs:enumeration value="Constraint" />
</xs:restriction>
</xs:simpleType>
Examples:
-
Virtual reference property:
/$EffectiveManager -
ReferencePath:
/OURREF/C_SODEVALUATOR -
Group:
Group: Security Officers