Name | Type | Multiplicity | Description |
---|---|---|---|
userSearchFilter |
property SearchFilterType |
[0,1] | Specifies the query or filter applied to the UserType objects. |
roleSearchFilter |
property SearchFilterType |
[0,1] | Specifies the query or filter applied to the RoleType objects. |
assignmentSearchFilter |
property SearchFilterType |
[0,1] | Specifies the query or filter applied to the AssignmentType objects. |
similarityThreshold |
property double |
[0,1] | Similarity threshold used for clustering (Jaccard). |
minMembersCount |
property int |
[0,1] | Specifies the minimum required cluster size (member objects). |
minPropertiesOverlap |
property int |
[0,1] | Minimum property overlap size between cluster members. |
clusteringAttributeSetting |
container ClusteringAttributeSettingType |
[0,1] | Contains information about the clustering attribute analysis settings. |
userAnalysisAttributeSetting |
container AnalysisAttributeSettingType |
[0,1] | Contains information about attribute analysis settings. |
isIndirect |
property boolean |
[0,1] | Specifies whether the clustering runs in indirect mode. |
detailedAnalysis |
property boolean |
[0,1] | Specifies whether the outlier detection process run over clustering noise group. |
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies the query or filter applied to the UserType objects.
Only the objects that match the filter are included in the analysis.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies the query or filter applied to the RoleType objects.
Only the objects that match the filter are included in the analysis.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies the query or filter applied to the AssignmentType objects.
Only the objects that match the filter are included in the analysis.
Flags: RAM,runtime
Multiplicity: [0,1]
Similarity threshold used for clustering (Jaccard).
If the condition is not met, then the objects are not grouped.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies the minimum required cluster size (member objects).
NOTE: The parameter checks the number of these unique objects, not the total
number of included objects in the cluster.
Flags: RAM,runtime
Multiplicity: [0,1]
Minimum property overlap size between cluster members.
In the case of USER MODE, the user (member) is included in the cluster, if there are other user(s) who have
at least "minOverlapCondition" equal roles.
In the case of ROLE MODE, the role (member) is included in the cluster, if there are other role(s) who have
at least "minOverlapCondition" equal users.
Flags: RAM,runtime
Multiplicity: [0,1]
Contains information about the clustering attribute analysis settings.
It allows for configuration of settings related to attribute analysis within clustering process.
Flags: RAM,runtime
Multiplicity: [0,1]
Contains information about attribute analysis settings.
It allows for configuration of settings related to attribute analysis within the analysis process.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies whether the clustering runs in indirect mode.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies whether the outlier detection process run over clustering noise group.