SYSCAT.TENANTAUTH catalog view
A view that contains all of the granted authorities to namespaces (tenants) not including the default SYSTEM tenant.
Column Name | Data Type | Nullable | Description |
---|---|---|---|
ACCESSCTRLAUTH | CHAR (1) | Tenant ACCESSCTRL authority to grant and revoke tenant object privileges.
|
|
ALTERINAUTH | CHAR (1) | Privilege to alter or comment on objects in the named tenant.
|
|
BINDADDAUTH | CHAR (1) | Authority to create packages in the named tenant.
|
|
CREATEINAUTH | CHAR (1) | Privilege to create objects in the named tenant.
|
|
CREATETABAUTH | CHAR (1) | Authority to create tables in the named tenant.
|
|
DATAACCESSAUTH | CHAR (1) | Authority to access data.
|
|
DELETEINAUTH | CHAR (1) |
Implicit DELETE privilege on all of the existing and future tables or updatable views defined in the tenant.
|
|
DROPINAUTH | CHAR (1) | Privilege to drop objects from the named tenant.
|
|
EXECUTEINAUTH | CHAR (1) |
Implicit EXECUTE privilege on all of the existing and future routines, packages and module objects defined in the tenant.
|
|
EXPLAINAUTH | CHAR (1) | Authority to explain SQL statements without requiring actual privileges on the objects in the statement. | |
GRANTEE | VARCHAR (128) | Holder of a privilege. | |
GRANTEETYPE | CHAR (1) |
|
|
GRANTOR | VARCHAR (128) | Grantor of the authority. | |
GRANTORROLEID | INTEGER | Identifier for the GRANTOR role. | |
GRANTORTYPE | CHAR (1) |
|
|
GRANTORTYPE | CHAR (1) |
|
|
GRANTEEROLEID | INTEGER | Identifier for the GRANTEE role. | |
GRANTREVOKE_TIME | TIMESTAMP | Time at which a privilege was last granted or revoked. | |
GRANT_TIME | TIMESTAMP | Time at which a privilege was granted. | |
TENANTADMAUTH | CHAR (1) | TENANTADM authority.
|
|
TENANTID | INTEGETR | Identifier for the tenant | |
TENANTNAME | VARCHAR (128) | Name of the tenant | |
UPDATEINAUTH | CHAR (1) |
Implicit UPDATE privilege on all of the existing and future tables or updatable views defined in the tenant.
|
|
USAGEAUTH | CHAR (1) | Privilege to use the tenant and its components.
|