Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.11 KB

File metadata and controls

48 lines (38 loc) · 2.11 KB
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

agentSignIn resource type

Namespace: microsoft.graph.agentic

[!INCLUDE beta-disclaimer]

For agentic sign-ins, provides information about the agent.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.agentic.agentSignIn",
  "agentType": "String",
  "parentAppId": "String",
  "agentSubjectType": "String",
  "agentSubjectParentId": "String"
}