Click or drag to resize

GrantToChange Class

An object that describes the grant of a specific user on database (only for dedicated instances).
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesGrantToChange

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

The GrantToChange type exposes the following members.

Constructors
  NameDescription
Public methodGrantToChange
Initializes a new instance of the GrantToChange class
Top
Properties
  NameDescription
Public propertyDatabaseID
The ID of the database.
Public propertyDbaasUserID
The ID of the database User.
Public propertyNewGrant
The new Role of the user on database (accepted grant values are "LiteAdmin", "ReadWrite" or "ReadOnly").
Top
See Also