Microsoft Graph Identity Key Credential Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Graph Identity Key Credential Example is an example object payload from Microsoft Azure Active Directory, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customKeyIdentifierdisplayNameendDateTimekeykeyIdstartDateTimetypeusage

Example Payload

Raw ↑
{
  "customKeyIdentifier": "example_value",
  "displayName": "example_value",
  "endDateTime": "example_value",
  "key": "example_value",
  "keyId": "500123",
  "startDateTime": "example_value",
  "type": "example_value",
  "usage": "example_value"
}