passwordResetResponse resource type

Namespace: microsoft.graph

Represents the new system-generated password after a password reset operation.

Properties

Property Type Description
newPassword String The Microsoft Entra ID-generated password.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.passwordResetResponse",
  "newPassword": "String"
}