DynamicConnection

DynamicConnection
Dynamic connection type

Connect to the endpoint using a hostname which will be used to communicate and discover all the applicable hostnames from the endpoint, if applicable.

AllOf
This class requires all of the following:
JSON Example
{
    "username": "string",
    "password": "string",
    "certificate": "string",
    "connection_type": "string",
    "hostname": "string"
}