InlineSwitchingToVmcModeParameters1
{
"auth_code": {
"client_id": "string",
"client_secret": "string"
},
"base_url": "string",
"basic_auth_whitelist_ips": [
"string"
],
"csp_access_token_uri": "string",
"csp_client_credential": "Oauth2Credentials Object",
"csp_client_incoming_credentials": [
"string"
],
"csp_logout_uri": "string",
"csp_org_uri": "string",
"csp_public_key_uri": "string",
"csp_time_drift": 0,
"csp_user_authorization_uri": "string",
"csp_user_info_uri": "string",
"default_org_id": "string",
"ea_org": "OrgInfo Object",
"gss_org": "OrgInfo Object",
"mode_change_only": false,
"proxy_host": "string",
"proxy_port": 0,
"public_client_info": "PublicClientInfo Object",
"resource_type": "string",
"saas_csp_client_credential": "Oauth2Credentials Object",
"saas_service_url": "string",
"sddc_id": "string",
"service_definition_id": "string",
"sre_org": "OrgInfo Object"
}
Protocol and domain name (or IP address) of a CSP server, like "https://console-stg.cloud.vmware.com".
List of whitelist IPs for basic auth
This CSP end-point exchanges one of the following grants - authorization_code, refresh_token, client_credentials or client_delegate for an access token.
List of incoming client IDs
This CSP end-point returns the identity provider's logout url. In order to logout, an explicit redirect to this url is needed.
Relative path on CSP server to the Org location. Can be "/csp/gateway/am/api/orgs/".
CSP endpoint that returns a list of public keys in jwks format. These keys are used in an application to validate that the access-token is valid.
CSP time drift in milliseconds
This endpoint is used with browser redirection only. It discovers the user's Identity Provider (IdP) and sends the user to the IdP login page. It is the starting point of the OAuth 2.0 flow to authenticate end users from an application.
This endpoint returns the content of the given access token if the token is valid. It also includes the group_ids and group_names if the client is registered with group_id, group_names scopes. It's usually /am/api/userinfo.
Org ID of a Client - commonly UUID.
Organization ID and role, predefined for a particular type of VMware support.
Organization ID and role, predefined for a particular type of VMware support.
When this parameter is set to true, only a change of the node mode happens without any update to the auth properties. When this param is not set to true i.e. set to false or not provided, mode change and update to the auth properties will both happen.
IP/host of PoP (Point-of-Presence) HTTP proxy server
Port of PoP (Point-of-Presence) Http proxy server
Node Mode type
Protocol and domain name (or IP address) of a SAAS server, like "https://stg.skyscraper.vmware.com".
SDDC id
Service definition id
Organization ID and role, predefined for a particular type of VMware support.