Contains a row for every privilege held on an index.
Table 60. SYSCAT.INDEXAUTH Catalog View
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| GRANTOR | VARCHAR(128) |
| Authorization ID of the user who granted the privileges. |
| GRANTEE | VARCHAR(128) |
| Authorization ID of the user or group who holds the privileges. |
| GRANTEETYPE | CHAR(1) |
|
|
| INDSCHEMA | VARCHAR(128) |
| Name of the index. |
| INDNAME | VARCHAR(18) |
| |
| CONTROLAUTH | CHAR(1) |
| Whether grantee holds CONTROL privilege over the index:
|