Want to retrieve info related to an Auto-labelling rule ExecutionRuleInformation
Contexts:
I believe ExecutionRuleInformation is an internal reference telling you which backend rule(s) are actually being used by Microsoft Purview (Auto-labeling engine) to evaluate your auto-labeling policy.
My ask is:
I want to know which rules are being used to take actions based on my Auto-labelling rules a specified below.
Thanks all for the help.
PS C:\Windows\System32> Get-AutoSensitivityLabelRule -Identity "office files" | fl rule
ExecutionRuleInformation : {{"Id":"5936ee98-322c-47ec-bbfa-d6ff649e746f","RuleVersion":"143e26c3-e922-4a58-e594-08de2b0d9648"}}
AdvancedRuleBuilderContext :
AdvancedRule : {
"Version": "1.0",
"Condition": {
"Operator": "And",
"SubConditions": [
{
"ConditionName": "ContentExtensionMatchesWords",
"Value": [
"docx",
"xlsx",
"pptx",
"pdf",
"mp4",
"txt"
]
}
]
}
}
```ExecutionRuleGuids :
EvaluateRulePerComponent : False
IsAdvancedRule : False
RuleErrorAction :
RuleXml :
MaximumBlobRuleLength : 0
IsSummarizedPsRule : False