Public Methods
Method | Description |
---|---|
Change the grantee of the ObjectPermission given the new GranteeType (0 = DBUSer or 1 = DBRole) and GranteeID. PARAMETERS: GranteeType (Integer), GranteeId (Integer). |
Public Properties
Method | Description |
---|---|
ActionType of the ObjectPermission. Valid values are: G = GRANT and R = Revoke. DATATYPE: String. | |
AttributeID of the ObjectPermission if it was Granted to an Attribute. DATATYPE: Integer. | |
GranteeId is the ID of the DBUser or DBRole of this ObjectPermission. DATATYPE: Integer. | |
Name of the DBUser or DBRole of this ObjectPermission. DATATYPE: String. | |
GranteeType of the ObjectPermission where 0 = DBUser and 1 = DBRole. DATATYPE: Integer. | |
ObjectPermission's object GUID. The GUID assigned by ER/Studio is unique. DATATYPE: String. | |
ObjectPermission ID of the object as assigned by ER/Studio. Used to obtain the corresponding ObjectPermission. DATATYPE: Integer. | |
Permission ActionExtended value. DATATYPE: Boolean. | |
Indicates whether this permission is a System Permission. DATATYPE: Boolean. | |
PermissionType of the ObjectPermission. DATATYPE: String. |
See Also