Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 934 Bytes

File metadata and controls

38 lines (32 loc) · 934 Bytes
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

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 JSON representation shows the resource type.

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