SiteConnectionInfo

SiteConnectionInfo
Site Connection Info

Details about how to connect to the site to be configured. Supports dynamic and static endpoint connection methods for License Hub deployments, but only dynamic connections for ATP deployments.

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