Usage
m365 aad approleassignment remove [options]
Description
Deletes an app role assignment for the specified Azure AD Application Registration
Options
| Option |
Description |
--appId [appId] |
Application appId also known as clientId of the App Registration for which the configured scopes (app roles) should be deleted |
--objectId [objectId] |
Application objectId of the App Registration for which the configured scopes (app roles) should be deleted |
--displayName [displayName] |
Application name of the App Registration for which the configured scopes (app roles) should be deleted |
-r, --resource <resource> |
Service principal name, appId or objectId that has the scopes (roles) ex. SharePoint |
-s, --scope <scope> |
Permissions known also as scopes and roles to be deleted from the application. If multiple permissions have to be deleted, they have to be comma separated ex. Sites.Read.All,Sites.ReadWrite.All |
--confirm |
Don't prompt for confirmation |
--verbose |
Runs command with verbose logging |
--debug |
Runs command with debug logging |
Additional Information
https://docs.microsoft.com/en-us/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0&tabs=http
I would like to work on this if its okay 😃
Usage
m365 aad approleassignment remove [options]Description
Deletes an app role assignment for the specified Azure AD Application Registration
Options
--appId [appId]--objectId [objectId]--displayName [displayName]-r, --resource <resource>SharePoint-s, --scope <scope>Sites.Read.All,Sites.ReadWrite.All--confirm--verbose--debugAdditional Information
https://docs.microsoft.com/en-us/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0&tabs=http
I would like to work on this if its okay 😃