SC-900 • Practice Test 27
Free SC-900 practice test — 15 questions with explanations. Set 27. No signup required.
You are reviewing a Microsoft Purview auto-labeling policy configuration. Based on the exhibit, what happens when a document contains a credit card number and is labeled 'Confidential'?
Refer to the exhibit.
```json
{
"policy": {
"name": "GDPR Policy",
"labels": [
{
"name": "Confidential",
"settings": {
"encryption": {
"enabled": true,
"templateId": "dummy-encryption-template"
}
}
}
],
"rules": [
{
"condition": {
"sensitivityLabel": "Confidential",
"contains": "Credit Card Number"
},
"action": "blockAccess"
}
]
}
}
```