complianceRules property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Rules declaring which mitigating actions to take when a device is not compliant with its policy.
When the conditions for multiple rules are satisfied, all of the mitigating actions for the rules are taken. There is a maximum limit of 100 rules. Use policy enforcement rules instead.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.List<ComplianceRule>? complianceRules;