Skip to content

Commit 10f9cf9

Browse files
committed
Fix typo and add permissions clarification for blueprint docs
1 parent 3650e3f commit 10f9cf9

4 files changed

Lines changed: 20 additions & 2 deletions

File tree

api-reference/beta/api/agentidentityblueprint-update.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Choose the permission or permissions marked as least privileged for this API. Us
2727
-->
2828
[!INCLUDE [permissions-table](../includes/permissions/agentidentityblueprint-update-permissions.md)]
2929

30+
The two least-privileged permissions authorize updates to different sets of properties:
31+
32+
| Permission | Properties |
33+
|:---|:---|
34+
| `AgentIdentityBlueprint.AddRemoveCreds.All` | Credential-related properties such as **keyCredentials** and **passwordCredentials**. |
35+
| `AgentIdentityBlueprint.UpdateBranding.All` | Branding properties such as **displayName** and **description**. |
36+
37+
To update properties covered by both permission scopes, use the higher-privileged `AgentIdentityBlueprint.ReadWrite.All` permission.
38+
3039
[!INCLUDE [rbac-agentid-apis-write](../includes/rbac-for-apis/rbac-agentid-apis-write.md)]
3140

3241
## HTTP request

api-reference/beta/api/agentidentityblueprintprincipal-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Delete a [agentIdentityBlueprintPrincipal](../resources/agentidentityblueprintprincipal.md) object. When deleted, agent identity blueprint prinicpals are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.
17+
Delete a [agentIdentityBlueprintPrincipal](../resources/agentidentityblueprintprincipal.md) object. When deleted, agent identity blueprint principals are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.
1818

1919
## Permissions
2020
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).

api-reference/v1.0/api/agentidentityblueprint-update.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
-->
2626
[!INCLUDE [permissions-table](../includes/permissions/agentidentityblueprint-update-permissions.md)]
2727

28+
The two least-privileged permissions authorize updates to different sets of properties:
29+
30+
| Permission | Properties |
31+
|:---|:---|
32+
| `AgentIdentityBlueprint.AddRemoveCreds.All` | Credential-related properties such as **keyCredentials** and **passwordCredentials**. |
33+
| `AgentIdentityBlueprint.UpdateBranding.All` | Branding properties such as **displayName** and **description**. |
34+
35+
To update properties covered by both permission scopes, use the higher-privileged `AgentIdentityBlueprint.ReadWrite.All` permission.
36+
2837
[!INCLUDE [rbac-agentid-apis-write](../includes/rbac-for-apis/rbac-agentid-apis-write.md)]
2938

3039
## HTTP request

api-reference/v1.0/api/agentidentityblueprintprincipal-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doc_type: apiPageType
1212

1313
Namespace: microsoft.graph
1414

15-
Delete a [agentIdentityBlueprintPrincipal](../resources/agentidentityblueprintprincipal.md) object. When deleted, agent identity blueprint prinicpals are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.
15+
Delete a [agentIdentityBlueprintPrincipal](../resources/agentidentityblueprintprincipal.md) object. When deleted, agent identity blueprint principals are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.
1616

1717
## Permissions
1818
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).

0 commit comments

Comments
 (0)