Skip to main content

ResourceClassificationRule

In Identity Manager, this type of rule is used to classify the resources based on a C# expression.

Examples

The following example declares a rule to classify the Active Directory accounts based on the dn values.

    <ResourceClassificationRule ResourceType="AD_Entry_TechnicalEntry" Policy="Default" ResourceTypeIdentificationConfidenceLevel="100"
TargetExpression="C#:resource:return resource.dn.Contains(&quot;,CN=Roles,&quot;);" />

Properties

PropertyDetails
Policy requiredType: Int64 Description: Identifier of the policy that the rule is part of.
ResourceType requiredType: Int64 Description: Represents the resource type definition.
ResourceTypeIdentificationConfidenceLevel default value: 0Type: Int32 Description: Defines the confidence level used to match the resources.
SourceMatchedConfidenceLevel default value: falseType: Boolean Description: Defines the confidence level used to match the sources.
TargetExpression optionalType: String Description: Defines the C# expression used to classify the resources. See more details on C# expressions.