Deployment_ReplicatedPscSpec
The ReplicatedPscSpec structure contains information used to check if the configuring PSC can be replicated to the remote PSC.
{
"sso_site_name": "string",
"partner_hostname": "string",
"https_port": 0,
"sso_admin_password": "string",
"ssl_thumbprint": "string",
"ssl_verify": false
}
The SSO sitename that will be used in PSC replication. If unset, default-first-site will be used.
The IP address or DNS resolvable name of the partner PSC appliance.
The HTTPS port of the external PSC appliance. If unset, port 443 will be used.
The SSO administrator account password.
SHA1 thumbprint of the server SSL certificate will be used for verification. This field is only relevant if ReplicatedSpec.ssl-verify is unset or has the value true.
SSL verification should be enabled or disabled. If unset, ssl_verify true will be used.