Microsoft Graph · Schema

onTokenIssuanceStartReturnClaim

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
claimIdInApiResponse string The identifier of the claim returned by an API that is to be add to a token being issued.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphontokenissuancestartreturnclaim-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.onTokenIssuanceStartReturnClaim",
  "title": "onTokenIssuanceStartReturnClaim",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "claimIdInApiResponse": {
      "type": "string",
      "description": "The identifier of the claim returned by an API that is to be add to a token being issued.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}