Click or drag to resize

UserGrant Class

An object that describes a Role of a database user
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesUserGrant

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

The UserGrant type exposes the following members.

Constructors
  NameDescription
Public methodUserGrant
Initializes a new instance of the UserGrant class
Top
Properties
  NameDescription
Public propertyDatabase
The database name.
Public propertyRole
The Role of the user (possible values are "LiteAdmin", "ReadWrite" or "ReadOnly").
Public propertyUser
The username.
Top
See Also