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. |
| 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
version_selector
The version selector of the agent endpoint determines how traffic is routed to different versions of the agent.
version_selector?: VersionSelector