SC-900 Describe the capabilities of Microsoft security solutions • Set 18
SC-900 Describe the capabilities of Microsoft security solutions Practice Test 18 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You are reviewing a Microsoft Purview Information Protection policy in JSON format. The policy defines two sensitivity labels. What is the key difference between the 'Confidential' label and the 'Highly Confidential' label?
Refer to the exhibit.
{
"properties": {
"policyType": "Microsoft.Purview/InformationProtection/Policy",
"labels": [
{
"id": "d9f8b0a1-...",
"displayName": "Confidential",
"protection": {
"encryption": true,
"rights": ["VIEW", "EDIT"]
}
},
{
"id": "b2c3d4e5-...",
"displayName": "Highly Confidential",
"protection": {
"encryption": true,
"rights": ["VIEW"]
}
}
]
}
}