PublicClientInfo

PublicClientInfo
PublicClientInfo

Parameters needed to specify a PKCE OAuth2 client.

JSON Example
{
    "base_url": "string",
    "client_id": "string",
    "default_org_id": "string",
    "ea_org_id": "string",
    "gss_org_id": "string",
    "redirect_uris": [
        "string"
    ],
    "sre_org_id": "string"
}
string
base_url
Required

Protocol and domain name (or IP address) of CSP, for e.g., https://console.cloud.vmware.com.

string
client_id
Required

The client-id to use with CSP, identified with base_url.

string
default_org_id
Required

The org id for this client-id, typically a UUID.

string
ea_org_id
Required

The symbolic org id for enterprise admins.

string
gss_org_id
Required

The symbolic org id for GSS (Global Support Services).

array of string
redirect_uris
Required

The set of redirect URI's configured for this client_id.

string
sre_org_id
Required

The symbolic org id SRE (Site Reliability Engineer).