Skip to content

Commit c17811a

Browse files
squiocgithub-actions[bot]
authored andcommitted
Refresh automation library documentation
1 parent 2ddc6c3 commit c17811a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_shared_content/automate/library/microsoft-entra-id.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Delete an app in azure AD. Requires the Application.ReadWrite.OwnedBy or Applica
2828

2929
| Name | Type | Description |
3030
| --------- | ------- | --------------------------- |
31-
| `id` | `string` | Object ID of the app. |
31+
| `objectId` | `string` | Object ID of the app. |
3232

3333
### Disable User
3434

@@ -140,7 +140,7 @@ Invalidates all the refresh tokens issued to applications for a user. Requires t
140140

141141
| Name | Type | Description |
142142
| --------- | ------- | --------------------------- |
143-
| `id` | `string` | ID of the app. |
143+
| `id` | `string` | ID of the user. id or userPrincipalName should be specified. |
144144
| `userPrincipalName` | `string` | Principal Name of the user. id or userPrincipalName should be specified. |
145145

146146
## Set up
@@ -170,7 +170,7 @@ Invalidates all the refresh tokens issued to applications for a user. Requires t
170170
#### Add permissions
171171

172172
1. Go to `Manage` > `API permissions`
173-
2. Click `Add a permissions`
173+
2. Click `Add a permission`
174174
3. On the right panel, Select `Microsoft APIs` tab
175175
4. Click `Microsoft Graph`
176176
5. Click `Application permissions`
@@ -187,4 +187,4 @@ Invalidates all the refresh tokens issued to applications for a user. Requires t
187187

188188
## Extra
189189

190-
Module **`Microsoft Entra ID` v2.9.0**
190+
Module **`Microsoft Entra ID` v2.10.5**

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ nav:
446446
- IAM:
447447
- Microsoft Active Directory: integration/action_library/microsoft-active-directory.md
448448
- Microsoft Entra ID: integration/action_library/microsoft-entra-id.md
449+
- Microsoft Entra ID: integration/action_library/microsoft-entra-id.md
449450
- Network:
450451
- Fortigate Firewalls: integration/action_library/fortigate-firewalls.md
451452
- Sophos: integration/action_library/sophos.md

0 commit comments

Comments
 (0)