EndpointConnectionInfo

EndpointConnectionInfo
Endpoint Connection Information

Connection information for the endpoint. Supports multiple connection types, dynamic and static configuration.

OneOf
This class requires at least one of the following:
JSON Example DynamicConnection
{
    "username": "string",
    "password": "string",
    "certificate": "string",
    "connection_type": "string",
    "hostname": "string"
}