Skip to content

Commit

Permalink
Updated Schema Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Sep 27, 2024
1 parent 579de57 commit d6b592c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Modules/Microsoft365DSC/SchemaDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,26 @@
}
]
},
{
"ClassName": "MSFT_MicrosoftGraphReportSuspiciousActivitySettings",
"Parameters": [
{
"CIMType": "MSFT_AADAuthenticationMethodPolicyIncludeTarget",
"Name": "IncludeTarget",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "State",
"Option": "Write"
},
{
"CIMType": "UInt32",
"Name": "VoiceReportingCode",
"Option": "Write"
}
]
},
{
"ClassName": "MSFT_AADAuthenticationMethodPolicy",
"Parameters": [
Expand Down Expand Up @@ -852,6 +872,11 @@
"Name": "RegistrationEnforcement",
"Option": "Write"
},
{
"CIMType": "MSFT_MicrosoftGraphreportSuspiciousActivitySettings",
"Name": "ReportSuspiciousActivitySettings",
"Option": "Write"
},
{
"CIMType": "MSFT_MicrosoftGraphsystemCredentialPreferences",
"Name": "SystemCredentialPreferences",
Expand Down

0 comments on commit d6b592c

Please sign in to comment.