SiteNodeConnectionInfo (type)

{
  "additionalProperties": false, 
  "description": "Credential info to connect to a node in the federated remote site.", 
  "id": "SiteNodeConnectionInfo", 
  "module_id": "PolicyEnforcementPointManagement", 
  "properties": {
    "fqdn": {
      "description": "Please specify the fqdn of the Management Node of your site.", 
      "required": true, 
      "title": "Fully Qualified Domain Name of the Management Node", 
      "type": "string"
    }, 
    "password": {
      "description": "Password to connect to Site's Local Manager.", 
      "sensitive": true, 
      "title": "Password", 
      "type": "string"
    }, 
    "thumbprint": {
      "description": "Thumbprint of Site's Local Manager in the form of a SHA-256 hash represented in lower case HEX.", 
      "title": "Thumbprint of Enforcement Point", 
      "type": "string"
    }, 
    "username": {
      "description": "Username to connect to Site's Local Manager.", 
      "title": "Username", 
      "type": "string"
    }
  }, 
  "title": "Site Node Connection Info", 
  "type": "object"
}