Microsoft Graph Identity Password Credential Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

customKeyIdentifierdisplayNameendDateTimehintkeyIdsecretTextstartDateTime

Example Payload

Raw ↑
{
  "customKeyIdentifier": "example_value",
  "displayName": "example_value",
  "endDateTime": "example_value",
  "hint": "example_value",
  "keyId": "500123",
  "secretText": "example_value",
  "startDateTime": "example_value"
}