diff --git a/Modules/Microsoft365DSC/SchemaDefinition.json b/Modules/Microsoft365DSC/SchemaDefinition.json index 3273d871c9..6f53ed673c 100644 --- a/Modules/Microsoft365DSC/SchemaDefinition.json +++ b/Modules/Microsoft365DSC/SchemaDefinition.json @@ -909,6 +909,51 @@ } ] }, + { + "ClassName": "MSFT_MicrosoftGraphApiOauth2PermissionScopes", + "Parameters": [ + { + "CIMType": "String", + "Name": "adminConsentDescription", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "adminConsentDisplayName", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "userConsentDescription", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "userConsentDisplayName", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "value", + "Option": "Write" + }, + { + "CIMType": "Boolean", + "Name": "isEnabled", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "type", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "id", + "Option": "Write" + } + ] + }, { "ClassName": "MSFT_MicrosoftGraphApiApplication", "Parameters": [ @@ -916,6 +961,11 @@ "CIMType": "MSFT_MicrosoftGraphPreAuthorizedApplication[]", "Name": "PreAuthorizedApplications", "Option": "Write" + }, + { + "CIMType": "MSFT_MicrosoftGraphAPIOauth2PermissionScopes[]", + "Name": "Oauth2PermissionScopes", + "Option": "Write" } ] },