Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
A representation of a user's password. For security, the password itself will never be returned in the object, but action can be taken to reset a password.
This is a derived type that inherits from the authenticationMethod resource type.
Methods
| Method | Return Type | Description |
|---|---|---|
| List | passwordAuthenticationMethod collection | Read the properties and relationships of a user's passwordAuthenticationMethod objects. |
| Get | passwordAuthenticationMethod | Read the properties and relationships of a user's passwordAuthenticationMethod object. |
| Reset | None | Reset a user's password in the cloud and, if synced, on-premises. |
| Get long running operation | None | Get the status of the password reset long running operation if the reset operation returned a Location object. |
Properties
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date and time when this password was last updated. This property is currently not populated. Read-only. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. |
| id | String | The identifier of this password registered to this user. This is generally 28c10230-6103-485e-b985-444c60001490. Read-only. |
| password | String | For security, the password is always returned as null from a LIST or GET operation. |
Relationships
None. The following JSON representation shows the resource type.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.passwordAuthenticationMethod",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"password": "String"
}