NSX-T Data Center REST API
PublicClientInfo (schema)
Information for a PKCE OAuth2 client
Parameters needed to specify a PKCE OAuth2 client.
| Name | Description | Type | Notes | 
|---|---|---|---|
| base_url | CSP base URL Protocol and domain name (or IP address) of CSP, for e.g., https://console.cloud.vmware.com. | string | Required | 
| client_id | The client-id to use with CSP The client-id to use with CSP, identified with base_url. | string | Required | 
| default_org_id | The org id for this client-id The org id for this client-id, typically a UUID. | string | Required | 
| ea_org_id | The symbolic org id for enterprise admins The symbolic org id for enterprise admins. | string | Required | 
| gss_org_id | The symbolic org id for GSS (Global Support Services) The symbolic org id for GSS (Global Support Services). | string | Required | 
| redirect_uris | The set of redirect URI's configured for this client_id The set of redirect URI's configured for this client_id. | array of string | Required | 
| sre_org_id | The symbolic org id for SRE (Site Reliability Engineer) The symbolic org id SRE (Site Reliability Engineer). | string | Required | 
