Skip to content

Commit d4a4b97

Browse files
authored
Revise agentSubjectType and agentType descriptions - match schema
Updated descriptions for agentSubjectType and agentType properties to include additional values and usage of the Prefer header.
1 parent 344a644 commit d4a4b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/beta/resources/agentic-agentsignin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ For agentic [sign-ins](../resources/signin.md), provides information about the a
2121
|Property|Type|Description|
2222
|:---|:---|:---|
2323
|agentSubjectParentId|String|The subject's parent object ID. This is either the **id** of the **agentIdentity** or **agentIdentityBlueprint**.|
24-
|agentSubjectType|microsoft.graph.agentic.agentType|The type of the subject that requested the token. The possible values are: `notAgentic`, `agenticAppBuilder`, `agenticApp`, `agenticAppInstance`, `agentIdentityBlueprintPrincipal`, `agentIDuser`, `unknownFutureValue`.|
25-
|agentType|microsoft.graph.agentic.agentType|Indicates whether the identity is agentic or nonagentic. The possible values are: `notAgentic`, `agenticAppBuilder`, `agenticApp`, `agenticAppInstance`, `agentIdentityBlueprintPrincipal`, `agentIDuser`, `unknownFutureValue`.|
24+
|agentSubjectType|microsoft.graph.agentic.agentType|The type of the subject that requested the token. The possible values are: `notAgentic`, `agenticApp`, `agenticAppInstance`, `unknownFutureValue`, `agentIdentityBlueprintPrincipal`, `agentIDuser`. Use the `Prefer: include-unknown-enum-members` request header to get the following value or values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `agentIdentityBlueprintPrincipal`, `agentIDuser`.|
25+
|agentType|microsoft.graph.agentic.agentType|Indicates whether the identity is agentic or nonagentic. The possible values are: `notAgentic`, `agenticApp`, `agenticAppInstance`, `unknownFutureValue`, `agentIdentityBlueprintPrincipal`, `agentIDuser`. Use the `Prefer: include-unknown-enum-members` request header to get the following value or values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `agentIdentityBlueprintPrincipal`, `agentIDuser`. |
2626
|parentAppId|String|The **appId** of the parent agent where the **agentType** is agentic.|
2727

2828
## Relationships

0 commit comments

Comments
 (0)