| title | agentSignIn resource type |
|---|---|
| description | Information about an agentic sign-in |
| author | egreenberg14 |
| ms.date | 05/01/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
Namespace: microsoft.graph.agentic
[!INCLUDE beta-disclaimer]
For agentic sign-ins, provides information about the agent.
| Property | Type | Description |
|---|---|---|
| agentSubjectParentId | String | The subject's parent object ID. This is either the id of the agentIdentity or agentIdentityBlueprint. |
| 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: agentIdentityBlueprintPrincipal, agentIDuser. |
| 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: agentIdentityBlueprintPrincipal, agentIDuser. |
| parentAppId | String | The appId of the parent agent where the agentType is agentic. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.agentic.agentSignIn",
"agentType": "String",
"parentAppId": "String",
"agentSubjectType": "String",
"agentSubjectParentId": "String"
}