| title | passwordResetResponse resource type |
|---|---|
| description | Represents the new system-generated password after a password reset operation. |
| author | zhvolosh |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 09/10/2024 |
Namespace: microsoft.graph
Represents the new system-generated password after a password reset operation.
| Property | Type | Description |
|---|---|---|
| newPassword | String | The Microsoft Entra ID-generated password. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.passwordResetResponse",
"newPassword": "String"
}