NSX-T Data Center REST API

ClaimValueToRoleMap (type)

{
  "descrption": "Information about how to map one value of an OIDC ID token claim to one or more NSX roles.",
  "id": "ClaimValueToRoleMap",
  "module_id": "CertificateManager",
  "properties": {
    "claim_value": {
      "description": "The value of the claim to map.",
      "title": "Claim value",
      "type": "string"
    },
    "roles": {
      "description": "The NSX roles that this particular claim value should map to.",
      "items": {
        "type": "string"
      },
      "title": "Mapped roles",
      "type": "array"
    }
  },
  "title": "Claim value map",
  "type": "object"
}