OutboundEnvironmentEndpoint interface
A collection of related endpoints from the same service for which the agent requires outbound access.
Properties
| category | The type of service that the agent connects to. NOTE: This property will not be serialized. It can only be populated by the server. |
| endpoints | The endpoints for this service for which the agent requires outbound access. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
category
The type of service that the agent connects to. NOTE: This property will not be serialized. It can only be populated by the server.
category?: string
Property Value
string
endpoints
The endpoints for this service for which the agent requires outbound access. NOTE: This property will not be serialized. It can only be populated by the server.
endpoints?: EndpointDependency[]