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
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
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
EnvironmentId The identifier of the Microsoft Power Platform environment the agent resides in. String
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
SourceSystem String
TenantId String
TimeGenerated DateTime
Timestamp Date and time when the record was generated DateTime
Type String
UserAuthenticationType The agent’s configured authentication type for users interacting with the agent; possible values: None, Microsoft, Custom. String

Schema changes #

Date Action
2026-01-02 Table added to tracking