SC-100 • Practice Test 43
Free SC-100 practice test — 15 questions with explanations. Set 43. No signup required.
Refer to the exhibit. A security architect is reviewing a Microsoft Purview sensitivity label configuration for a financial services company. The compliance team requires that employees must provide justification when downgrading a document labeled 'Confidential - Financial' to 'General'. Which configuration is missing?
{
"properties": {
"displayName": "Sensitive Data Protection",
"description": "Labels for sensitive data",
"sensitivityLabels": [
{
"name": "General",
"description": "No special handling",
"color": "gray",
"order": 1,
"enabled": true
},
{
"name": "Confidential",
"description": "Confidential data",
"color": "orange",
"order": 2,
"enabled": true,
"subLabels": [
{
"name": "Financial",
"description": "Financial data",
"color": "red",
"order": 1,
"enabled": true,
"sublabelTooltip": "Financial data requires special handling"
}
]
}
]
}
}