Microsoft Entra · JSON Structure

Microsoft Entra Graph Identity Key Credential Structure

Type: object Properties: 7
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

KeyCredential is a JSON Structure definition published by Microsoft Entra, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

keyId displayName type usage key startDateTime endDateTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "KeyCredential",
  "type": "object",
  "properties": {
    "keyId": {
      "type": "string"
    },
    "displayName": {
      "type": "['string', 'null']"
    },
    "type": {
      "type": "string"
    },
    "usage": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "startDateTime": {
      "type": "string"
    },
    "endDateTime": {
      "type": "string"
    }
  }
}