| App id | String | Application identifier the package is associated with. | {{Agent.AppId}} |
| Asset id | String | Asset identifier the package is associated with. | {{Agent.AssetId}} |
| Available to | String | Audience scope that can find and install the package (allowedForAll, allowedForSome, allowedForNone). | {{Agent.AvailableTo}} |
| Copilot Studio agent | Copilot Agent | Resolved relation to the Copilot Studio agent this package was published from. Joined on the backing Entra app id (CustomCopilotEntity.EntryIdApplicationId == this.AppId). Null when the package didn't originate from Copilot Studio or the Copilot Studio agent hasn't been inventoried. | {{Agent.CopilotStudioAgent}} |
| Copilot Studio agent name | String | Display name of the linked Copilot Studio agent. Computed during inventory. | {{Agent.CopilotStudioAgentName}} |
| Initially Scanned | DateTime | Shows when this object was initially found in a scan. | {{Agent.CreatedTime}} |
| Deployed to | String | Audience scope the package is deployed to (acquiredForAll, acquiredForSome, acquiredForNone). | {{Agent.DeployedTo}} |
| Display Name | String | | {{Agent.DisplayName}} |
| Element types | String | Comma-separated list of element types contained in the package (AgentMetadatas, DeclarativeCopilots, CustomEngineCopilots, Bots, OfficeAddIns, ExchangeAddIns, StaticTabs, ConfigurableTabs, ComposeExtensions). | {{Agent.ElementTypes}} |
| Agent Builder agent | Boolean | True when the package contains an Agent Builder element (elementTypes contains DeclarativeCopilots) - i.e. an agent built with Agent Builder in Microsoft 365 Copilot. | {{Agent.HasAgentBuilderAgent}} |
| Has custom engine agent | Boolean | True when the package contains a custom engine agent element (elementTypes contains CustomEngineCopilots). | {{Agent.HasCustomEngineAgent}} |
| Id | String | Microsoft Graph package identifier. | {{Agent.Id}} |
| Is blocked | Boolean | True when the agent or app is blocked from use across the organization. | {{Agent.IsBlocked}} |
| Last modified | DateTime | Last time the package metadata changed in the agent registry. | {{Agent.LastModifiedDateTime}} |
| Last scan update | DateTime | Shows when this object was last updated in a scan. If an object is found during a scan but no property has been changed this date will not change. | {{Agent.LastModifiedTime}} |
| Manifest id | String | Manifest identifier reported by the package. | {{Agent.ManifestId}} |
| Manifest version | String | Manifest schema version reported by the package. | {{Agent.ManifestVersion}} |
| Platform | String | How the agent was built, as classified by the Microsoft 365 admin center Platform column. Allowed values: Agent Builder in M365 Copilot, Copilot Studio, Other, SharePoint. | {{Agent.Platform}} |
| Publisher | String | Publisher of the package. | {{Agent.Publisher}} |
| Risk Score | Int32 | Stores risk score | {{Agent.RiskScore}} |
| Risk Score Update | DateTime | Stores risk score update | {{Agent.RiskScoreLastUpdate}} |
| Risk Score Value | String | Stores risk score value like Low_Low | {{Agent.RiskScoreValue}} |
| Short description | String | Short description of the agent or app. | {{Agent.ShortDescription}} |
| Supported hosts | String | Comma-separated list of hosts the package can run in (Copilot, Outlook, Teams, M365, Word, Excel, PowerPoint). | {{Agent.SupportedHosts}} |
| Type | String | Package source type as reported by Microsoft Graph (firstParty = Microsoft, thirdParty = partner/store, lob = built in-house, shared = shared within the org). Allowed values: firstParty, lob, shared, thirdParty. | {{Agent.Type}} |
| Version | String | Version reported by the package manifest. | {{Agent.Version}} |