Microsoft Graph Security
Node: microsoftGraphSecurity · Full type: n8n-nodes-base.microsoftGraphSecurity · Version: 1
Credentials
microsoftGraphSecurityOAuth2Api (alias: @microsoft)
CREDENTIAL @microsoft = microsoftGraphSecurityOAuth2Api "My Microsoft Graph Security"
Operations
Resource: secureScore
get
| Parameter |
Type |
Default |
Details |
secureScoreId |
string |
"" |
required |
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
50 |
|
filters |
collection |
{} |
keys: filter, includeControlScores |
Resource: secureScoreControlProfile
get
| Parameter |
Type |
Default |
Details |
secureScoreControlProfileId |
string |
"" |
required |
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
50 |
|
filters |
collection |
{} |
keys: filter |
update
| Parameter |
Type |
Default |
Details |
secureScoreControlProfileId |
string |
"" |
required |
provider |
string |
"" |
required |
vendor |
string |
"" |
required |
updateFields |
collection |
{} |
keys: state |
Parameter Details
filters children:
| Parameter |
Type |
Default |
Details |
filter |
string |
"" |
|
includeControlScores |
boolean |
false |
|
updateFields children:
| Parameter |
Type |
Default |
Details |
state |
options |
"Default" |
Default, Ignored, ThirdParty |
Example
NODE "microsoftGraphSecurity" @microsoft AS "Microsoft Graph Security" {
resource: "secureScore",
operation: "get",
secureScoreId: {{ $json.secureScoreId }},
secureScoreControlProfileId: {{ $json.secureScoreControlProfileId }},
provider: {{ $json.provider }}
}