AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ResetUserPassword operation. Resets the password for any user in your Managed Microsoft AD or Simple AD directory.

You can reset the password for any user in your directory with the following exceptions:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.ResetUserPasswordRequest

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.DirectoryService.dll
Version: 3.x.y.z

Syntax

C#
public class ResetUserPasswordRequest : AmazonDirectoryServiceRequest
         IAmazonWebServiceRequest

The ResetUserPasswordRequest type exposes the following members

Constructors

NameDescription
Public Method ResetUserPasswordRequest()

Properties

NameTypeDescription
Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.

Public Property NewPassword System.String

Gets and sets the property NewPassword.

The new password that will be reset.

Public Property UserName System.String

Gets and sets the property UserName.

The user name of the user whose password will be reset.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5