Microsoft Graph Identity Password Credential Structure

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

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

Properties

customKeyIdentifier displayName endDateTime hint keyId secretText startDateTime

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

JSON Structure

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