NSX-T Data Center REST API

CspConfig (type)

{
  "description": "Extra OIDC configuration relevant only for CSP endpoints.", 
  "id": "CspConfig", 
  "module_id": "CertificateManager", 
  "properties": {
    "additional_org_ids": {
      "description": "A list of organization IDs. CSP tokens must be associated with one of these organizations, or the customer_org_id, in order to be considered valid.", 
      "items": {
        "type": "string"
      }, 
      "title": "Additional orginzation IDs", 
      "type": "array"
    }, 
    "customer_org_id": {
      "descrpition": "The ID of the customer organization.", 
      "title": "Customer organization ID", 
      "type": "string"
    }
  }, 
  "title": "CSP authentication configuration", 
  "type": "object"
}