vcenter lcm: psc replicated

Configuration of the replicated Single Sign-On for PSC type deployment. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

{
    "sso_admin_password""secret string",
    "https_port"1,
    "sso_site_name""string",
    "sso_domain_name""string",
    "ssl_verify"true,
    "ssl_thumbprint""string",
    "partner_hostname""string"
}

Attributes:

Name Type Description
Required
sso_admin_password secret Administrator password of the PSC to be replicated. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

sso_domain_name string Domain name of the remote PSC. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

partner_hostname string The IP address or DNS resolvable name of the remote PSC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional
ssl_verify boolean A flag to indicate whether the SSL verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. If ssl_thumbprint is provided, this field can be omitted If unset, defaults to False.

ssl_thumbprint string SHA1 thumbprint of the server SSL certificate which will be used for verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. If ssl_verify is set to False, this field can be omitted.

https_port long The HTTPS port of the remote PSC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. If unset, defaults to 443.

sso_site_name string Site name of the newly deployed PSC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. Site name may not be applicable.