AIAgentsInfo

AIAgentsInfo Schema #

Table description #

TableSection TableType TableSectionName Description
Itp Regular This table will hold inventory information about AI Agents that have been created in Copilot365 or Copilot Studio

Table retention #

HotDays ColdDays TotalInteractiveDays
30 0 30

Schema #

Name Description Type
AccessCapabilities The capabilities and tools available to this agent, such as web search, file access, or graph connectors. Object
AccessControlPolicy Users that can interact with the agent; possible values: Any, Copilot readers, Group membership, Any (multitenant) String
AgentActionTriggers List of triggers that makes an autonomous agent take action String
AgentAppId The unique app identifier registered for the agent in Microsoft Entra. String
AgentCreationTime Date and time when the agent was created DateTime
AgentDescription Description of the agent as displayed in the agent’s source String
AgentStatus Status of the agent String
AgentToolsDetails Specifications of the tools that the agent can access and perform actions on Object
AgentTopicsDetails Specifications of the topics that the agent can perform Object
AIAgentId Unique identifier for the agent as assigned to it in Copilot Studio String
AIAgentName Display name of the agent String
AIModel The name of the AI model powering this agent. String
AuthenticationTrigger Indicates when authentication is triggered for the agent; possible values: Unspecified, None, Integrated, Custom Azure Active Directory, Generic OAuth2 String
AuthorizedSecurityGroupIds List of Azure Active Directory Group IDs that are allowed to interact with the agent Object
ChildAgentsSchemaNames Lists the schema names of the child agents that exist within the main agent. Object
ConnectedAgentsSchemaNames Lists the schema names of connected agents, which are independently managed agents that are linked to the main one for orchestration. Object
CreatorAccountUpn User principal name (UPN) of the account that created the agent String
ElementTypes The MOS element classification for this agent, indicating its runtime type within the M365 ecosystem. Object
EntraBlueprintId The Entra Blueprint service principal ID for hire-able agents. String
EntraObjectId The Entra Enterprise Application Object ID associated with this agent, used for identity correlation. String
EnvironmentId The identifier of the Microsoft Power Platform environment the agent resides in. String
Instructions The agent’s system prompt or instructions that define its behavior. String
IsBlocked Indicates whether the agent is currently blocked by an administrator. Boolean
IsGenerativeOrchestrationEnabled Indicates whether the agent uses generative orchestration (that is, dynamically chooses tools, knowledge, and actions based on context) to operate. Boolean
KnowledgeDetails Details about the knowledge sources added to the agent Object
LastModifiedByUpn User principal name (UPN) of the account that last modified that agent String
LastModifiedTime Date and time the item or related metadata was last modified DateTime
LastPublishedTime Date and time when the agent was last published DateTime
OwnerAccountUpns User principal names (UPN) of all the owners of the agent String
Platform The platform that provided the information about the agents; possible values: Copilot Studio String
RawAgentInfo Contents of the raw JSON that describes the agent and contains configuration details, as received from the provider String
RegistrySource Which registry provided this agent’s metadata (A365 or MDA). String
SourceAgentId The platform-native identifier for this agent, scoped by OriginatingStore. String
Timestamp Date and time when the record was generated DateTime
UserAuthenticationType The agent’s configured authentication type for users interacting with the agent; possible values: None, Microsoft, Custom. String
Version The version identifier of the agent, as declared in its manifest. String

Schema changes #

Date Action
2026-03-23 Column RegistrySource added
2026-03-23 Column Instructions added
2026-03-23 Column EntraObjectId added
2026-03-23 Column EntraBlueprintId added
2026-03-23 Column IsBlocked added
2026-03-23 Column Version added
2026-03-23 Column AIModel added
2026-03-23 Column AccessCapabilities added
2026-03-23 Column ElementTypes added
2026-03-23 Column SourceAgentId added
2026-02-27 Column TenantId removed
2026-02-27 Column Type removed
2026-02-27 Column SourceSystem removed
2026-02-27 Column TimeGenerated removed
2026-01-02 Table added to tracking