Microsoft Graph Identity Password Profile Structure

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

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

Properties

forceChangePasswordNextSignIn forceChangePasswordNextSignInWithMfa password

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PasswordProfile",
  "type": "object",
  "properties": {
    "forceChangePasswordNextSignIn": {
      "type": "boolean"
    },
    "forceChangePasswordNextSignInWithMfa": {
      "type": "boolean"
    },
    "password": {
      "type": "string"
    }
  }
}