Skip to content

Commit

Permalink
Fixes docs for 'entra app permission remove'. Closes #6098
Browse files Browse the repository at this point in the history
  • Loading branch information
mloitzl authored and Adam-it committed Jun 26, 2024
1 parent 0341852 commit c2f0b25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/cmd/entra/app/app-permission-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ m365 entra app permission remove [options]

```md definition-list
`-i, --appId [appId]`
: Client ID of the Microsoft Entra app to add the API permissions to. Specify either `appId`, `appName` or `appObjectId`.
: Client ID of the Microsoft Entra app to remove the API permissions from. Specify either `appId`, `appName` or `appObjectId`.

`--appObjectId [appObjectId]`
: Object ID of the Microsoft Entra app to add the API permissions to. Specify either `appId`, `appName` or `appObjectId`.
: Object ID of the Microsoft Entra app to remove the API permissions from. Specify either `appId`, `appName` or `appObjectId`.

`-n, --appName [appName]`
: Display name of the Entra app to remove the API permissions from. Specify either `appId`, `appName` or `appObjectId`.

`-a, --applicationPermissions [applicationPermissions]`
: Space-separated list of application permissions to add. Specify at least `applicationPermissions` or `delegatedPermissions`.
: Space-separated list of application permissions to remove. Specify at least `applicationPermissions` or `delegatedPermissions`.

`-d, --delegatedPermissions [delegatedPermissions]`
: Space-separated list of delegated permissions to add. Specify at least `applicationPermissions` or `delegatedPermissions`.
: Space-separated list of delegated permissions to remove. Specify at least `applicationPermissions` or `delegatedPermissions`.

`--revokeAdminConsent`
: When specified, revokes the admin consent for the specified permissions as well.
Expand Down

0 comments on commit c2f0b25

Please sign in to comment.