NSX-T Data Center REST API

ClaimMap (type)

{
  "description": "Information about how to map a single OIDC ID token claim to one or more NSX roles.", 
  "id": "ClaimMap", 
  "module_id": "CertificateManager", 
  "properties": {
    "claim_name": {
      "type": "string"
    }, 
    "value_to_role_map": {
      "items": {
        "$ref": "ClaimValueToRoleMap
      }, 
      "type": "array"
    }
  }, 
  "title": "Claim map", 
  "type": "object"
}