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: articles/purview/troubleshoot-policy-distribution.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,15 +171,45 @@ There are 3 top-level policy constructs used within the full pull (/policyElemen
171
171
172
172
PolicySet associates Policy to a resource scope. Purview policy decision compute starts with a list of PolicySets. PolicySet evaluation triggers evaluation of Policy referenced in the PolicySet.
173
173
174
+
|member|value|type|cardinality|description|
175
+
|------|-----|----|-----------|-----------|
176
+
|Id||string|1||
177
+
|name||string|1||
178
+
|kind||string|1||
179
+
|version|1|number|1||
180
+
|updatedAt||string|1|String representation of time in yyyy-MM-ddTHH:mm:ss.fffffffZ Ex: "2022-01-11T09:55:52.6472858Z"|
181
+
|preconditionRules||array[Object:Rule]|0..1||
182
+
|policyRefs||array[string]|1|List of policy Ids|
174
183
175
184
### Policy
176
185
177
186
Policy specifies decision that should be emitted if the policy is applicable for the request provided request context attributes satisfy attribute predicates specified in the policy. Evaluation of policy triggers evaluation of AttributeRules referenced in the Policy.
178
187
188
+
|member|value|type|cardinality|description|
189
+
|------|-----|----|-----------|-----------|
190
+
|Id||string|1||
191
+
|name||string|1||
192
+
|kind||string|1||
193
+
|version|1|number|1||
194
+
|updatedAt||string|1|String representation of time in yyyy-MM-ddTHH:mm:ss.fffffffZ Ex: "2022-01-11T09:55:52.6472858Z"|
195
+
|preconditionRules||array[Object:Rule]|0..1|All the rules are 'anded'|
196
+
|decisionRules||array[Object:DecisionRule]|1||
197
+
198
+
179
199
### AttributeRule
180
200
181
201
AttributeRule produces derived attributes and add them to request context attributes. Evaluation of AttributeRule triggers evaluation of additional AttributeRules referenced in the AttributeRule.
0 commit comments