An object that describes a Role of a database user
Inheritance HierarchySystemObject
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
<DataContractAttribute>
Public Class UserGrant
[DataContractAttribute]
public ref class UserGrant
[<DataContractAttribute>]
type UserGrant = class end
The UserGrant type exposes the following members.
Constructors|
| Name | Description |
|---|
 | UserGrant | Initializes a new instance of the UserGrant class |
Top
Properties|
| Name | Description |
|---|
 | Database |
The database name.
|
 | Role |
The Role of the user (possible values are "LiteAdmin", "ReadWrite" or "ReadOnly").
|
 | User |
The username.
|
Top
See Also