Category: Cloud
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| UserOrRoleName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The UserName or RoleName of the grantee. |
| StorageName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The StorageName of the storage granted. |
| GrantOption | CHAR(1) LATIN NOT CASESPECIFIC NOT NULL | X(1) | Specifies Y if the recipient can grant the storage 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) NOT NULL | YYYY-MM-DDBHH:MI:SS | The date and time the storage was granted. |
| GrantorName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of the user or role who granted the storage. |