Category: Security
Database: DBC
View Column | Data Type | Format | Description |
---|---|---|---|
UserOrRoleName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | UserName or RoleName of the grantee. |
MapName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | MapName of the map granted. |
GrantOption | CHAR(1) LATIN NOT CASESPECIFIC NOT NULL | X(1) | Specifies Y if the recipient can grant the map to another user or role, N otherwise. This is N for a role. |
GranteeKind | CHAR(1) LATIN NOT CASESPECIFIC NOT NULL | X(1) | Specifies U for user and R for role. |
CreateTimeStamp | TIMESTAMP(0) | YYYY-MM-DDBHH:MI:SS | The date and time the map was granted. |
GrantorName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of the user or role who granted the map. |