Category: Security
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| RoleName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a role. |
| CreatorName | VARCHAR(128) UNICODE NOT CASESPECIFIC | X(128) | The user who issued the CREATE ROLE statement. |
| CommentString | VARCHAR(255) UNICODE NOT CASESPECIFIC | X(255) | User-supplied text or commentary on the column, database, table, view, macro, user-defined function, stored procedure, role, profile, or user. |
| CreateTimeStamp | TIMESTAMP(0) | YYYY-MM-DDBHH:MI:SS | The date and time that the object in the row was created. |
| ExtRole | CHAR(1) LATIN UPPERCASE NOT NULL | X(1) | Stores comma-delimited names of directory-assigned roles. |