1
Describe the capabilities of Microsoft security solutions
hard
Refer to the exhibit. You are reviewing a Microsoft Purview DLP policy JSON snippet. The policy is enabled and contains one rule. What is the effect of this rule?
Exhibit
{
"properties": {
"displayName": "Sensitive data DLP",
"description": "DLP policy for sensitive info",
"state": "Enabled",
"rules": [
{
"name": "Credit Card Rule",
"condition": {
"sensitiveInfo": {
"sensitiveType": "Credit Card Number",
"minCount": 1
},
"location": {
"service": ["Exchange", "SharePoint"]
}
},
"action": "BlockAccess"
}
]
}
}