VcenterSettingsV1ConfigComponentsVsphereuiconfigurationVsphereUIConfiguration

VsphereUIConfiguration structure This spec is used to configure the behavior of the vsphere-ui service.


Properties

boolean
enable_IDP_configuration Optional

Property to configure the IDPConfiguration view, with this enabled, user will be able to view and configure IDP


boolean
enable_ad_iwa_ids Optional

Property that indicates Identity Source of type IWA should be enabled.


boolean
enable_ceip Optional

Property to enable CEIP view from Administration -> Deployment.


boolean
enable_cloud_admin_role_protection Optional

Property to enable CloudAdminRoleProtection in the UI


boolean
enable_csp_oidc_federation Optional

Property that indicates CSP OIDC identity provider configured in vCenter.


boolean
enable_deprecated_vc_alert Optional

Property to enable DeprecatedVcAlert in the UI


boolean
enable_file_browser_download_upload_from_vc Optional

Property to enable file browser download and upload from VC


boolean
enable_hybrid_management Optional

Property to enable hybrid management view.


boolean
enable_intercom_chat Optional

Property to enable Intercom Chat in the UI


boolean
help_url_pointing_to_aws Optional

Property that indicates that Help url should point to url for AWS.

JSON Example

{
	"enable_IDP_configuration": false,
	"enable_ad_iwa_ids": false,
	"enable_ceip": false,
	"enable_cloud_admin_role_protection": false,
	"enable_csp_oidc_federation": false,
	"enable_deprecated_vc_alert": false,
	"enable_file_browser_download_upload_from_vc": false,
	"enable_hybrid_management": false,
	"enable_intercom_chat": false,
	"help_url_pointing_to_aws": false
}

Feedback

Was this page helpful?