Public Methods

MethodDescription

 ChangeGrantee

Change the grantee of the ObjectPermission given the new GranteeType (0 = DBUSer or 1 = DBRole) and GranteeID. PARAMETERS: GranteeType (Integer), GranteeId (Integer).

Public Properties

MethodDescription

 ActionType

ActionType of the ObjectPermission. Valid values are: G = GRANT and R = Revoke. DATATYPE: String.

 AttributeID

AttributeID of the ObjectPermission if it was Granted to an Attribute. DATATYPE: Integer.

 GranteeID

GranteeId is the ID of the DBUser or DBRole of this ObjectPermission. DATATYPE: Integer.

 GranteeName

Name of the DBUser or DBRole of this ObjectPermission. DATATYPE: String.

 GranteeType

GranteeType of the ObjectPermission where 0 = DBUser and 1 = DBRole. DATATYPE: Integer.

 GUID

ObjectPermission's object GUID. The GUID assigned by ER/Studio is unique. DATATYPE: String.

 ID

ObjectPermission ID of the object as assigned by ER/Studio. Used to obtain the corresponding ObjectPermission. DATATYPE: Integer.

 IsActionExtended

Permission ActionExtended value. DATATYPE: Boolean.

 IsSystem

Indicates whether this permission is a System Permission. DATATYPE: Boolean.

 PermissionType

PermissionType of the ObjectPermission. DATATYPE: String.

  • No labels