Click or drag to resize

UserToCreate Class

An object that describes the Database User to create (only for dedicated instances).
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesUserToCreate

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

The UserToCreate type exposes the following members.

Constructors
  NameDescription
Public methodUserToCreate
Initializes a new instance of the UserToCreate class
Top
Properties
  NameDescription
Public propertyPassword
The password of the User.
Public propertyUsername
The name of the Database User.
Top
See Also