AgentEndpointConfig interface
model interface AgentEndpointConfig
Properties
| authorization_schemes | The authorization schemes supported by the agent endpoint |
| protocol_configuration | Per-protocol configuration for the agent endpoint. |
| publish_approval_status | The Microsoft Agent Certification review status of the Microsoft 365 store title published for this agent. Server-populated and best-effort: it is absent when the status could not be determined, and an absent value must not be interpreted as the agent not being published. No value is terminal, because publishing a new version of an agent reuses the same store title and sends it back through review. |
| version_selector | The version selector of the agent endpoint determines how traffic is routed to different versions of the agent. |
Property Details
authorization_schemes
The authorization schemes supported by the agent endpoint
authorization_schemes?: AgentEndpointAuthorizationSchemeUnion[]
Property Value
protocol_configuration
Per-protocol configuration for the agent endpoint.
protocol_configuration?: ProtocolConfiguration
Property Value
publish_approval_status
The Microsoft Agent Certification review status of the Microsoft 365 store title published for this agent. Server-populated and best-effort: it is absent when the status could not be determined, and an absent value must not be interpreted as the agent not being published. No value is terminal, because publishing a new version of an agent reuses the same store title and sends it back through review.
publish_approval_status?: PublishApprovalStatus
Property Value
version_selector
The version selector of the agent endpoint determines how traffic is routed to different versions of the agent.
version_selector?: VersionSelector