Skip to content

Commit cee16c8

Browse files
authored
Merge branch 'main' into davidk-educationdatasync-remove-syncprofiles
2 parents 91a46b6 + b4104fc commit cee16c8

3 files changed

+9
-9
lines changed

concepts/permissions-management-how-to-authorization-system-aws.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.reviewer: ciem_pm
77
ms.localizationpriority: medium
88
ms.topic: how-to
99
ms.subservice: entra-permissions-management
10-
ms.date: 01/05/2024
10+
ms.date: 01/17/2025
1111
#CustomerIntent: As a developer, I want a one-stop shop for all the common tasks I can program through the permissions management APIs so that I don't have to visit all API docs one at a time.
1212
---
1313

1414
# Permissions Management API operations quick reference for AWS authorization systems
1515

16-
The permissions management APIs enable you to discover permissions assigned to all identities across multiple clouds; request permissions; approve, reject, and cancel permissions requests. This article provides a quick reference guide for API operations on AWS authorization systems, supported through the permissions management APIs.
16+
The permissions management APIs enable you to discover permissions assigned to all identities across multiple clouds; request permissions; approve, reject, and cancel permissions requests. This article provides a quick reference guide for API operations on AWS authorization systems, supported through the [Microsoft Entra permissions management APIs in Microsoft Graph](/graph/api/resources/permissions-management-api-overview?view=graph-rest-beta&preserve-view=true).
1717

1818
## Get all authorization systems
1919

@@ -1352,13 +1352,13 @@ Either the requestor or an administrator can cancel an approved request, while o
13521352
POST https://graph.microsoft.com/beta/identityGovernance/permissionsManagement/scheduledPermissionsRequests/{id}/cancelAll
13531353
```
13541354

1355-
## List details of all permission requests
1355+
## List details of all permissions requests
13561356

13571357
```http
13581358
GET https://graph.microsoft.com/beta/identityGovernance/permissionsManagement/permissionsRequestChanges
13591359
```
13601360

1361-
## List details of all permission requests filtered by the date they were modified
1361+
## List details of all permissions requests filtered by the date they were modified
13621362

13631363
```http
13641364
GET https://graph.microsoft.com/beta/identityGovernance/permissionsManagement/permissionsRequestChanges?$filter=modificationDateTime gt {t}

concepts/permissions-management-how-to-authorization-system-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.reviewer: ciem_pm
77
ms.localizationpriority: medium
88
ms.topic: how-to
99
ms.subservice: entra-permissions-management
10-
ms.date: 01/05/2024
10+
ms.date: 01/17/2025
1111
#CustomerIntent: As a developer, I want a one-stop shop for all the common tasks I can program through the permissions management APIs so that I don't have to visit all API docs one at a time.
1212
---
1313

1414
# Permissions Management API operations quick reference for Azure authorization systems
1515

16-
The permissions management APIs enable you to discover permissions assigned to all identities across multiple clouds; request permissions; approve, reject, and cancel permissions requests. This article provides a quick reference guide for API operations on Azure authorization systems, supported through the permissions management APIs.
16+
The permissions management APIs enable you to discover permissions assigned to all identities across multiple clouds; request permissions; approve, reject, and cancel permissions requests. This article provides a quick reference guide for API operations on Azure authorization systems, supported through the [Microsoft Entra permissions management APIs in Microsoft Graph](/graph/api/resources/permissions-management-api-overview?view=graph-rest-beta&preserve-view=true).
1717

1818
## Get all authorization systems
1919

concepts/permissions-management-how-to-authorization-system-gcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.reviewer: ciem_pm
77
ms.localizationpriority: medium
88
ms.topic: how-to
99
ms.subservice: entra-permissions-management
10-
ms.date: 01/05/2024
10+
ms.date: 01/17/2025
1111
#CustomerIntent: As a developer, I want a one-stop shop for all the common tasks I can program through the permissions management APIs so that I don't have to visit all API docs one at a time.
1212
---
1313

1414
# Permissions Management API operations quick reference for GCP authorization systems
1515

16-
The permissions management APIs enable you to discover permissions assigned to all identities across multiple clouds; request permissions; approve, reject, and cancel permissions requests. This article provides a quick reference guide for API operations on GCP authorization systems, supported through the permissions management APIs.
16+
The permissions management APIs enable you to discover permissions assigned to all identities across multiple clouds; request permissions; approve, reject, and cancel permissions requests. This article provides a quick reference guide for API operations on GCP authorization systems, supported through the [Microsoft Entra permissions management APIs in Microsoft Graph](/graph/api/resources/permissions-management-api-overview?view=graph-rest-beta&preserve-view=true).
1717

1818
## Get all authorization systems
1919

@@ -171,7 +171,7 @@ GET https://graph.microsoft.com/beta/external/authorizationSystems?$filter=autho
171171

172172
---
173173

174-
## Get identities in an GCP authorization system
174+
## Get identities in a GCP authorization system
175175

176176
### List all identities
177177
# [HTTP](#tab/http)

0 commit comments

Comments
 (0)