Description | : Gets the Defender for Storage settings for the specified storage account. |
Reference | : Link ¶ |
⚼ Request
GET:
/{resourceId}/providers/Microsoft.Security/defenderForStorageSettings/{settingName}
{
api-version:
string
,
resourceId:
string
,
settingName:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
isEnabled:
boolean
,
malwareScanning:
{
,
onUpload:
{
,
isEnabled:
boolean
,
capGBPerMonth:
integer
,
filters:
}
{
,
excludeBlobsWithPrefix:
[
,
string
,
]
excludeBlobsWithSuffix:
[
,
string
,
]
excludeBlobsLargerThan:
string
,
}
scanResultsEventGridTopicResourceId:
string
,
operationStatus:
}
{
,
code:
string
,
message:
string
,
}
sensitiveDataDiscovery:
{
,
isEnabled:
boolean
,
operationStatus:
}
{
,
code:
string
,
message:
string
,
}
overrideSubscriptionLevelSettings:
boolean
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}