DSCResources/MSFT_DefenderDeviceAuthenticatedScanDefinition/settings.json
{
"resourceName": "DefenderDeviceAuthenticatedScanDefinition", "description": "Configures device authenticated scan definitions in Defender.", "roles": { "read": [], "update": [] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [], "update": [] } }, "WindowsDefenderATP":{ "delegated": { "read": [], "update": [] }, "application": { "read": [ "Machine.Read.All" ], "update": [ "Machine.ReadWrite.All" ] } } } } |