vcenter deployment: standalone psc spec
The
standalone_psc_spec
structure contains information used to configure a standalone PSC appliance. This structure was added in vSphere API 6.7.Representation:
{
"sso_admin_password" : "string",
"sso_site_name" : "string",
"sso_domain_name" : "string"
}
"sso_admin_password" : "string",
"sso_site_name" : "string",
"sso_domain_name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
sso_admin_password | string | The SSO administrator account password. This attribute was added in vSphere API 6.7. |
Optional | ||
sso_site_name | string | The SSO site name used for this PSC. This attribute was added in vSphere API 6.7. Optional. If unset, default-first-site will be used. |
sso_domain_name | string | The SSO domain name to be used to configure this appliance. This attribute was added in vSphere API 6.7. Optional. If unset, vsphere.local will be used. |