Category: Security
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| DataBaseName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of the database or user space in which the imported object resides. |
| AuthorizationName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of the authorization. |
| AuthorizationId | BYTE(6) NOT NULL | X(12) | The unique ID of the authorization. |
| TableKind | CHAR(1) LATIN NOT CASESPECIFIC | X(1) | Type of table. |
| Version | SMALLINT NOT NULL | ---,--9 | The version count, which is incremented each time the table is altered with a data definition statement. |
| AuthorizationType | CHAR(1) LATIN UPPERCASE | X(1) | The type of authorization. |
| AuthorizationSubType | CHAR(1) LATIN UPPERCASE | X(1) | Specifies whether the authorization is a default authorization. |
| OSDomainName | VARCHAR(256) LATIN CASESPECIFIC | X(256) | The domain that the user belongs to. |
| OSUserName | VARCHAR(512) LATIN CASESPECIFIC | X(512) | The OS user name. |
| AuthServiceType | VARCHAR(50) UNICODE NOT CASESPECIFIC | X(50) | Specifies if Authorization is for Azure KeyVault or Temporary credentials or Assume Role or Default. |
| AuthStorageType | CHAR(1) LATIN UPPERCASE | X(1) | The authorization storage type. |