vcenter lcm: external vcsa

Configuration of the Single Sign-On for Management 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,
    "psc_hostname""string",
    "sso_domain_name""string",
    "ssl_verify"true,
    "ssl_thumbprint""string"
}

Attributes:

Name Type Description
Required
sso_admin_password secret Administrator password of the external PSC to register with. 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 external 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.

psc_hostname string The IP address or DNS resolvable name of the remote PSC to which this configuring vCenter Server will be registered. 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 external PSC appliance. 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.