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"
}