NSX-T Data Center REST API

PublicClientInfo (type)

{
  "additionalProperties": false,
  "description": "Parameters needed to specify a PKCE OAuth2 client.",
  "id": "PublicClientInfo",
  "module_id": "ApplianceModes",
  "properties": {
    "base_url": {
      "description": "Protocol and domain name (or IP address) of CSP, for e.g., https://console.cloud.vmware.com.",
      "required": true,
      "title": "CSP base URL",
      "type": "string"
    },
    "client_id": {
      "description": "The client-id to use with CSP, identified with base_url.",
      "required": true,
      "title": "The client-id to use with CSP",
      "type": "string"
    },
    "default_org_id": {
      "description": "The org id for this client-id, typically a UUID.",
      "required": true,
      "title": "The org id for this client-id",
      "type": "string"
    },
    "ea_org_id": {
      "description": "The symbolic org id for enterprise admins.",
      "required": true,
      "title": "The symbolic org id for enterprise admins",
      "type": "string"
    },
    "gss_org_id": {
      "description": "The symbolic org id for GSS (Global Support Services).",
      "required": true,
      "title": "The symbolic org id for GSS (Global Support Services)",
      "type": "string"
    },
    "redirect_uris": {
      "description": "The set of redirect URI's configured for this client_id.",
      "items": {
        "type": "string"
      },
      "required": true,
      "title": "The set of redirect URI's configured for this client_id",
      "type": "array"
    },
    "sre_org_id": {
      "description": "The symbolic org id SRE (Site Reliability Engineer).",
      "required": true,
      "title": "The symbolic org id for SRE (Site Reliability Engineer)",
      "type": "string"
    }
  },
  "title": "Information for a PKCE OAuth2 client",
  "type": "object"
}