AgentDetails interface
Details about an AI agent
Properties
| agentAUID | The agent user ID (AUID) |
| agent |
The agent blueprint/application ID |
| agent |
A description of the AI agent's purpose or capabilities |
| agent |
The agent email address |
| agent |
The unique identifier for the AI agent |
| agent |
The human-readable name of the AI agent |
| agent |
The version of the agent (e.g., '1.0.0', '2025-05-01') |
| icon |
Optional icon identifier or URL for visual representation of the agent |
| platform |
Optional platform identifier for the agent |
| provider |
The provider name (e.g., az.ai.agent365, openai, anthropic) |
| tenant |
The tenant ID for the agent |
Property Details
agentAUID
The agent user ID (AUID)
agentAUID?: string
Property Value
string
agentBlueprintId
The agent blueprint/application ID
agentBlueprintId?: string
Property Value
string
agentDescription
A description of the AI agent's purpose or capabilities
agentDescription?: string
Property Value
string
agentEmail
The agent email address
agentEmail?: string
Property Value
string
agentId
The unique identifier for the AI agent
agentId: string
Property Value
string
agentName
The human-readable name of the AI agent
agentName?: string
Property Value
string
agentVersion
The version of the agent (e.g., '1.0.0', '2025-05-01')
agentVersion?: string
Property Value
string
iconUri
Optional icon identifier or URL for visual representation of the agent
iconUri?: string
Property Value
string
platformId
Optional platform identifier for the agent
platformId?: string
Property Value
string
providerName
The provider name (e.g., az.ai.agent365, openai, anthropic)
providerName?: string
Property Value
string
tenantId
The tenant ID for the agent
tenantId?: string
Property Value
string