Managed Service for Trino Audit Trails Events: DeleteCatalog
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- CatalogEventDetails
- Catalog
- Connector
- HiveConnector
- Metastore
- HiveMetastore
- FileSystem
- ExternalS3FileSystem
- IcebergConnector
- DeltaLakeConnector
- PostgresqlConnector
- PostgresqlConnection
- OnPremise
- ConnectionManager
- ClickhouseConnector
- ClickhouseConnection
- OnPremise
- ConnectionManager
- TPCHConnector
- TPCDSConnector
- OracleConnector
- OracleConnection
- OnPremise
- SQLServerConnector
- SQLServerConnection
- OnPremise
- HudiConnector
- MysqlConnector
- MysqlConnection
- OnPremise
- ConnectionManager
- GreenplumConnector
- GreenplumConnection
- OnPremise
- ConnectionManager
Event JSON schema
{
"eventId": "string",
"eventSource": "string",
"eventType": "string",
"eventTime": "string",
"authentication": {
"authenticated": "boolean",
// Includes only one of the fields `subjectType`
"subjectType": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectId`
"subjectId": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectName`
"subjectName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationId`
"federationId": "string",
// end of the list of possible fields
// Includes only one of the fields `federationName`
"federationName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationType`
"federationType": "string",
// end of the list of possible fields
"tokenInfo": {
"maskedIamToken": "string",
// Includes only one of the fields `iamTokenId`
"iamTokenId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorId`
"impersonatorId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorType`
"impersonatorType": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorName`
"impersonatorName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationId`
"impersonatorFederationId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationName`
"impersonatorFederationName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationType`
"impersonatorFederationType": "string"
// end of the list of possible fields
}
},
"authorization": {
"authorized": "boolean"
},
"resourceMetadata": {
"path": [
{
"resourceType": "string",
"resourceId": "string",
// Includes only one of the fields `resourceName`
"resourceName": "string"
// end of the list of possible fields
}
]
},
"requestMetadata": {
"remoteAddress": "string",
"userAgent": "string",
"requestId": "string",
// Includes only one of the fields `remotePort`
"remotePort": "string"
// end of the list of possible fields
},
"eventStatus": "string",
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"details": {
"clusterId": "string",
"clusterName": "string",
"catalogId": "string",
"catalogName": "string",
"catalog": {
"id": "string",
"name": "string",
"connector": {
// Includes only one of the fields `hive`, `iceberg`, `deltaLake`, `postgresql`, `clickhouse`, `tpch`, `tpcds`, `oracle`, `sqlserver`, `hudi`, `mysql`, `greenplum`
"hive": {
"metastore": {
// Includes only one of the fields `hive`
"hive": {
// Includes only one of the fields `uri`
"uri": "string"
// end of the list of possible fields
}
// end of the list of possible fields
},
"filesystem": {
// Includes only one of the fields `s3`, `externalS3`
"s3": "object",
"externalS3": {
"awsAccessKey": "string",
"awsSecretKey": "string",
"awsEndpoint": "string",
"awsRegion": "string"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"iceberg": {
"metastore": {
// Includes only one of the fields `hive`
"hive": {
// Includes only one of the fields `uri`
"uri": "string"
// end of the list of possible fields
}
// end of the list of possible fields
},
"filesystem": {
// Includes only one of the fields `s3`, `externalS3`
"s3": "object",
"externalS3": {
"awsAccessKey": "string",
"awsSecretKey": "string",
"awsEndpoint": "string",
"awsRegion": "string"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"deltaLake": {
"metastore": {
// Includes only one of the fields `hive`
"hive": {
// Includes only one of the fields `uri`
"uri": "string"
// end of the list of possible fields
}
// end of the list of possible fields
},
"filesystem": {
// Includes only one of the fields `s3`, `externalS3`
"s3": "object",
"externalS3": {
"awsAccessKey": "string",
"awsSecretKey": "string",
"awsEndpoint": "string",
"awsRegion": "string"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"postgresql": {
"connection": {
// Includes only one of the fields `onPremise`, `connectionManager`
"onPremise": {
"connectionUrl": "string",
"userName": "string",
"password": "string"
},
"connectionManager": {
"connectionId": "string",
"database": "string",
"connectionProperties": "object"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"clickhouse": {
"connection": {
// Includes only one of the fields `onPremise`, `connectionManager`
"onPremise": {
"connectionUrl": "string",
"userName": "string",
"password": "string"
},
"connectionManager": {
"connectionId": "string",
"database": "string",
"connectionProperties": "object"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"tpch": {
"additionalProperties": "object"
},
"tpcds": {
"additionalProperties": "object"
},
"oracle": {
"connection": {
// Includes only one of the fields `onPremise`
"onPremise": {
"connectionUrl": "string",
"userName": "string",
"password": "string"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"sqlserver": {
"connection": {
// Includes only one of the fields `onPremise`
"onPremise": {
"connectionUrl": "string",
"userName": "string",
"password": "string"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"hudi": {
"metastore": {
// Includes only one of the fields `hive`
"hive": {
// Includes only one of the fields `uri`
"uri": "string"
// end of the list of possible fields
}
// end of the list of possible fields
},
"filesystem": {
// Includes only one of the fields `s3`, `externalS3`
"s3": "object",
"externalS3": {
"awsAccessKey": "string",
"awsSecretKey": "string",
"awsEndpoint": "string",
"awsRegion": "string"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"mysql": {
"connection": {
// Includes only one of the fields `onPremise`, `connectionManager`
"onPremise": {
"connectionUrl": "string",
"userName": "string",
"password": "string"
},
"connectionManager": {
"connectionId": "string",
"connectionProperties": "object"
}
// end of the list of possible fields
},
"additionalProperties": "object"
},
"greenplum": {
"connection": {
// Includes only one of the fields `onPremise`, `connectionManager`
"onPremise": {
"connectionUrl": "string",
"userName": "string",
"password": "string"
},
"connectionManager": {
"connectionId": "string",
"database": "string",
"connectionProperties": "object"
}
// end of the list of possible fields
},
"additionalProperties": "object"
}
// end of the list of possible fields
},
"description": "string",
"labels": "object"
}
},
"requestParameters": "object",
"response": "object"
}
Field description
|
Field |
Description |
|
eventId |
string |
|
eventSource |
string |
|
eventType |
string |
|
eventTime |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
authentication |
|
|
authorization |
|
|
resourceMetadata |
|
|
requestMetadata |
|
|
eventStatus |
enum (EventStatus)
|
|
error |
The error result of the operation in case of failure or cancellation. |
|
details |
|
|
requestParameters |
object |
|
response |
object |
IamAuthentication
|
Field |
Description |
|
authenticated |
boolean |
|
subjectType |
enum (IamSubjectType) Includes only one of the fields
|
|
subjectId |
string Includes only one of the fields |
|
subjectName |
string Includes only one of the fields |
|
federationId |
string Includes only one of the fields |
|
federationName |
string Includes only one of the fields |
|
federationType |
enum (FederationType) Includes only one of the fields
|
|
tokenInfo |
IamTokenInfo
|
Field |
Description |
|
maskedIamToken |
string |
|
iamTokenId |
string Includes only one of the fields |
|
impersonatorId |
string Includes only one of the fields |
|
impersonatorType |
enum (IamSubjectType) Includes only one of the fields
|
|
impersonatorName |
string Includes only one of the fields |
|
impersonatorFederationId |
string Includes only one of the fields |
|
impersonatorFederationName |
string Includes only one of the fields |
|
impersonatorFederationType |
enum (FederationType) Includes only one of the fields
|
Authorization
|
Field |
Description |
|
authorized |
boolean |
ResourceMetadata
|
Field |
Description |
|
path[] |
Resource
|
Field |
Description |
|
resourceType |
string |
|
resourceId |
string |
|
resourceName |
string Includes only one of the fields |
RequestMetadata
|
Field |
Description |
|
remoteAddress |
string |
|
userAgent |
string |
|
requestId |
string |
|
remotePort |
string (int64) Includes only one of the fields |
Status
The error result of the operation in case of failure or cancellation.
|
Field |
Description |
|
code |
integer (int32) Error code. An enum value of google.rpc.Code |
|
message |
string An error message. |
|
details[] |
object A list of messages that carry the error details. |
CatalogEventDetails
|
Field |
Description |
|
clusterId |
string |
|
clusterName |
string |
|
catalogId |
string |
|
catalogName |
string |
|
catalog |
Catalog
|
Field |
Description |
|
id |
string |
|
name |
string |
|
connector |
|
|
description |
string |
|
labels |
object (map<string, string>) |
Connector
|
Field |
Description |
|
hive |
Includes only one of the fields |
|
iceberg |
Includes only one of the fields |
|
deltaLake |
Includes only one of the fields |
|
postgresql |
Includes only one of the fields |
|
clickhouse |
Includes only one of the fields |
|
tpch |
Includes only one of the fields |
|
tpcds |
Includes only one of the fields |
|
oracle |
Includes only one of the fields |
|
sqlserver |
Includes only one of the fields |
|
hudi |
Includes only one of the fields |
|
mysql |
Includes only one of the fields |
|
greenplum |
Includes only one of the fields |
HiveConnector
|
Field |
Description |
|
metastore |
|
|
filesystem |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
Metastore
|
Field |
Description |
|
hive |
Includes only one of the fields |
HiveMetastore
|
Field |
Description |
|
uri |
string Includes only one of the fields |
FileSystem
|
Field |
Description |
|
s3 |
object Includes only one of the fields |
|
externalS3 |
Includes only one of the fields |
ExternalS3FileSystem
|
Field |
Description |
|
awsAccessKey |
string |
|
awsSecretKey |
string |
|
awsEndpoint |
string |
|
awsRegion |
string |
IcebergConnector
|
Field |
Description |
|
metastore |
|
|
filesystem |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
DeltaLakeConnector
|
Field |
Description |
|
metastore |
|
|
filesystem |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
PostgresqlConnector
|
Field |
Description |
|
connection |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
PostgresqlConnection
|
Field |
Description |
|
onPremise |
Includes only one of the fields |
|
connectionManager |
Includes only one of the fields |
OnPremise
|
Field |
Description |
|
connectionUrl |
string Value must match the regular expression |
|
userName |
string The maximum string length in characters is 63. Value must match the regular expression |
|
password |
string The string length in characters must be 0-128. |
ConnectionManager
|
Field |
Description |
|
connectionId |
string The string length in characters must be 1-50. |
|
database |
string The maximum string length in characters is 63. Value must match the regular expression |
|
connectionProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
ClickhouseConnector
|
Field |
Description |
|
connection |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
ClickhouseConnection
|
Field |
Description |
|
onPremise |
Includes only one of the fields |
|
connectionManager |
Includes only one of the fields |
OnPremise
|
Field |
Description |
|
connectionUrl |
string Value must match the regular expression |
|
userName |
string The maximum string length in characters is 63. Value must match the regular expression |
|
password |
string The string length in characters must be 0-128. |
ConnectionManager
|
Field |
Description |
|
connectionId |
string The string length in characters must be 1-50. |
|
database |
string The maximum string length in characters is 63. Value must match the regular expression |
|
connectionProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
TPCHConnector
|
Field |
Description |
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
TPCDSConnector
|
Field |
Description |
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
OracleConnector
|
Field |
Description |
|
connection |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
OracleConnection
|
Field |
Description |
|
onPremise |
Includes only one of the fields |
OnPremise
|
Field |
Description |
|
connectionUrl |
string Value must match the regular expression |
|
userName |
string The maximum string length in characters is 63. Value must match the regular expression |
|
password |
string The string length in characters must be 0-128. |
SQLServerConnector
|
Field |
Description |
|
connection |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
SQLServerConnection
|
Field |
Description |
|
onPremise |
Includes only one of the fields |
OnPremise
|
Field |
Description |
|
connectionUrl |
string Value must match the regular expression |
|
userName |
string The maximum string length in characters is 63. Value must match the regular expression |
|
password |
string The string length in characters must be 0-128. |
HudiConnector
|
Field |
Description |
|
metastore |
|
|
filesystem |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
MysqlConnector
|
Field |
Description |
|
connection |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
MysqlConnection
|
Field |
Description |
|
onPremise |
Includes only one of the fields |
|
connectionManager |
Includes only one of the fields |
OnPremise
|
Field |
Description |
|
connectionUrl |
string Value must match the regular expression |
|
userName |
string The maximum string length in characters is 63. Value must match the regular expression |
|
password |
string The string length in characters must be 0-128. |
ConnectionManager
|
Field |
Description |
|
connectionId |
string The string length in characters must be 1-50. |
|
connectionProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
GreenplumConnector
|
Field |
Description |
|
connection |
|
|
additionalProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |
GreenplumConnection
|
Field |
Description |
|
onPremise |
Includes only one of the fields |
|
connectionManager |
Includes only one of the fields |
OnPremise
|
Field |
Description |
|
connectionUrl |
string Value must match the regular expression |
|
userName |
string The maximum string length in characters is 63. Value must match the regular expression |
|
password |
string The string length in characters must be 0-128. |
ConnectionManager
|
Field |
Description |
|
connectionId |
string The string length in characters must be 1-50. |
|
database |
string The maximum string length in characters is 63. Value must match the regular expression |
|
connectionProperties |
object (map<string, string>) No more than 256 per resource. The maximum string length in characters for each value is 128. Each value must match the regular expression |