Skip to content

Commit b605277

Browse files
authored
Merge pull request #177444 from sebansal/patch-104
Update troubleshoot-azure-policy-for-key-vault.md
2 parents 2e516bf + de0d12c commit b605277

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/key-vault/general/troubleshoot-azure-policy-for-key-vault.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,14 @@ The following table lists the field names and descriptions:
7373
| **ObjectName** |Name of the object |
7474
| **ObjectType** |Type of key vault object, ie. certificate, secret or key |
7575
| **IsComplianceCheck** |True if evaluation occurred during nightly audit, false if evaluation occurred during resource creation or update |
76-
| **Outcome** | Returns the policy evaluation |
77-
| **ExpressionEvaluationDetails** | Details about what evaluation field, expression value |
76+
| **AssignmentId** | The ID of the policy assignment |
77+
| **AssignmentDisplayName** | Friendly name of the policy assignment |
78+
| **DefinitionId** | ID of the policy definition for the assignment |
79+
| **DefinitionDisplayName** | Friendly name of the policy definition for the assignment |
80+
| **Outcome** | Outcome of the policy evaluation |
81+
| **ExpressionEvaluationDetails** | Details about the evaluations performed during policy evaluation |
82+
| **ExpressionValue** | Actual value of the specified field during policy evaluation |
83+
| **TargetValue** | Expected value of the specified field |
7884

7985

8086
### Frequently asked questions

0 commit comments

Comments
 (0)