You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/protectionrulebase.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Namespace: microsoft.graph
18
18
19
19
Represents a protection rule specified by the client as part of a protection plan applied to Microsoft 365 data in an organization. Currently, only inclusion rules, which are rules that indicate that a protection policy should match the specified criteria, can be defined.
20
20
21
-
- Protection rules can be static or dynamic. If the **isAutoApplyEnabled** property is `true`, the protection rule is dynamic. Otherwise, it's static.
21
+
- Protection rules can be static or dynamic. If the **isAutoApplyEnabled** property is `true`, the protection rule is dynamic; otherwise, it's static.
22
22
- Static rule changes are applied once when it's created with no automatic/dynamic updates.
23
23
- Dynamic rule is reevaluated at regular intervals to fetch the latest scope of the rule, resulting in addition/removal of artifacts based on latest rule evaluation.
24
24
- This property can only be set when a **protectionRuleBase** object is created. Therefore, a dynamic rule can't be changed to a static rule, nor vice versa.
@@ -29,13 +29,13 @@ The following limitations apply to this resource:
29
29
30
30
- The protection rule APIs for adding multiple sites by site names or URL in the backup policy creation workflow can handle a maximum of 10 keywords at a time. Each keyword can have a minimum of three characters and a maximum of 255 characters.
31
31
- The protection rule APIs for bulk addition of user accounts via security groups or distribution lists can accommodate a maximum of three groups at a time.
32
-
- The static rules are applied one time only. That is, the security groups or distribution lists are flattened at the time they're added to the backup configuration policy. For example, groups or lists aren't dynamically updated in the system if users are added or removed from the original security group.
32
+
- The static rules are applied only once, during which time the security groups or distribution lists are flattened when added to the backup configuration policy. For example, groups or lists aren't dynamically updated in the system if users are added or removed from the original security group.
33
33
- The dynamic rules are refreshed at regular intervals, automatically adding and removing of artifacts to the configuration policy depending on the result of rule evaluation.
34
34
- A protection policy can have only one active dynamic rule.
35
-
- Dynamic rules aren't available for sharepoint protection policies.
35
+
- Dynamic rules aren't available for SharePoint protection policies.
36
36
- The dynamic rule expression supports a maximum of 100 group IDs in an expression.
37
-
-At present maximum 6,000 users can be protected via dynamic rule.
38
-
-Expression with nested distribution list or security group isn't supported.
37
+
-Currently, a maximum of 6,000 users can be protected via a dynamic rule.
38
+
-An expression with nested distribution list or security group isn't supported.
0 commit comments