Click or drag to resize

PasswordToChange Class

An object that describes the Database User password to change.
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesPasswordToChange

Namespace:  Aruba.Cloud.WsDBaaS.Entities
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class PasswordToChange

The PasswordToChange type exposes the following members.

Constructors
  NameDescription
Public methodPasswordToChange
Initializes a new instance of the PasswordToChange class
Top
Properties
  NameDescription
Public propertyDbaasUserID
The ID of the Database User.
Public propertyNewPassword
The new password.
Top
See Also