Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.passwordResetResponse",
"newPassword": "String"
}