Microsoft Graph Identity Key Credential Structure

Type: object Properties: 8
AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Properties

customKeyIdentifier displayName endDateTime key keyId startDateTime type usage

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": {
    "customKeyIdentifier": {
      "type": "['string', 'null']"
    },
    "displayName": {
      "type": "['string', 'null']"
    },
    "endDateTime": {
      "type": "string"
    },
    "key": {
      "type": "['string', 'null']"
    },
    "keyId": {
      "type": "string"
    },
    "startDateTime": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "usage": {
      "type": "string"
    }
  }
}