Connection Manager Audit Trails Events: DeleteConnection
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- ConnectionEventDetails
- Connection
- LockboxSecret
- LockboxSecretSpec
- ConnectionParams
- PostgreSQLConnection
- PostgreSQLCluster
- TLSParams
- TLSConfig
- Host
- PostgreSQLAuth
- UserPasswordAuth
- Password
- PasswordGenerationOptions
- LockboxPasswordGenerationOptions
- MySQLConnection
- MySQLCluster
- Host
- MySQLAuth
- MongoDBConnection
- MongoDBCluster
- Host
- MongoDBAuth
- ClickHouseConnection
- ClickHouseCluster
- Host
- ShardGroup
- ClickHouseAuth
- KafkaConnection
- KafkaCluster
- Host
- KafkaAuth
- KafkaSaslSecurity
- RedisConnection
- RedisCluster
- Host
- RedisAuth
- UserPasswordAuth
- OpenSearchConnection
- OpenSearchCluster
- Host
- OpenSearchAuth
- TrinoConnection
- TrinoCluster
- Coordinator
- TrinoAuth
- ValkeyConnection
- ValkeyCluster
- Host
- ValkeyAuth
- UserPasswordAuth
- GreenplumConnection
- GreenplumCluster
- Host
- GreenplumAuth
- StoreDocConnection
- StoreDocCluster
- Host
- StoreDocAuth
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": {
"connectionId": "string",
// Includes only one of the fields `connectionName`
"connectionName": "string",
// end of the list of possible fields
"connection": {
// Includes only one of the fields `lockboxSecret`
"lockboxSecret": {
"id": "string",
"version": "string",
"newestVersion": "string"
},
// end of the list of possible fields
// Includes only one of the fields `lockboxSecretSpec`
"lockboxSecretSpec": {
"folderId": "string"
},
// end of the list of possible fields
"id": "string",
"folderId": "string",
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"createdBy": "string",
"params": {
// Includes only one of the fields `postgresql`, `mysql`, `mongodb`, `clickhouse`, `kafka`, `redis`, `opensearch`, `trino`, `valkey`, `greenplum`, `storedoc`
"postgresql": {
"cluster": {
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
},
"hosts": [
{
"host": "string",
"port": "string",
"role": "string",
"replicaType": "string",
"health": "string"
}
]
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"mysql": {
"cluster": {
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
},
"hosts": [
{
"host": "string",
"port": "string",
"role": "string",
"health": "string"
}
]
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"mongodb": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "string",
"role": "string",
"health": "string",
"type": "string"
}
],
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
},
// end of the list of possible fields
"authSource": "string"
},
"databases": [
"string"
]
},
"clickhouse": {
"cluster": {
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
},
"hosts": [
{
"host": "string",
"httpPort": "string",
"tcpPort": "string",
"shardName": "string",
"health": "string"
}
],
"shardGroups": [
{
"name": "string",
"shardNames": [
"string"
]
}
]
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"kafka": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "string",
"health": "string"
}
],
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `sasl`
"sasl": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
},
"supportedMechanisms": [
"string"
]
}
// end of the list of possible fields
}
},
"redis": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "string",
"role": "string",
"health": "string",
"shardName": "string"
}
],
"sentinelPort": "string",
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"opensearch": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "string",
"health": "string",
"roles": [
"string"
]
}
],
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
}
},
"trino": {
"cluster": {
"coordinator": {
"host": "string",
"port": "string"
},
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
}
},
"valkey": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "string",
"role": "string",
"health": "string",
"shardName": "string"
}
],
"sentinelPort": "string",
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"greenplum": {
"cluster": {
"coordinatorHosts": [
{
"host": "string",
"port": "string",
"role": "string",
"health": "string"
}
],
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"storedoc": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "string",
"role": "string",
"health": "string",
"type": "string"
}
],
"tlsParams": {
// Includes only one of the fields `tls`
"tls": {
"caCertificate": "string"
}
// end of the list of possible fields
}
},
"managedClusterId": "string",
"auth": {
// Includes only one of the fields `userPassword`
"userPassword": {
"user": "string",
"password": {
// Includes only one of the fields `lockboxSecretKey`
"lockboxSecretKey": "string",
// end of the list of possible fields
"raw": "string",
"passwordGenerationOptions": {
// Includes only one of the fields `lockboxPasswordGenerationOptions`
"lockboxPasswordGenerationOptions": {
"length": "string",
"includeUppercase": "boolean",
"includeLowercase": "boolean",
"includeDigits": "boolean",
"includePunctuation": "boolean",
"includedPunctuation": "string",
"excludedPunctuation": "string"
},
// end of the list of possible fields
"cookie": "string"
}
}
},
// end of the list of possible fields
"authSource": "string"
},
"databases": [
"string"
]
}
// end of the list of possible fields
},
"isManaged": "boolean",
"canUse": "boolean"
}
},
"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. |
ConnectionEventDetails
|
Field |
Description |
|
connectionId |
string The maximum string length in characters is 50. |
|
connectionName |
string Includes only one of the fields |
|
connection |
Connection
|
Field |
Description |
|
lockboxSecret |
Includes only one of the fields |
|
lockboxSecretSpec |
Includes only one of the fields |
|
id |
string |
|
folderId |
string |
|
createdAt |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
updatedAt |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
name |
string |
|
description |
string |
|
labels |
object (map<string, string>) |
|
createdBy |
string |
|
params |
|
|
isManaged |
boolean |
|
canUse |
boolean |
LockboxSecret
|
Field |
Description |
|
id |
string |
|
version |
string |
|
newestVersion |
string |
LockboxSecretSpec
|
Field |
Description |
|
folderId |
string |
ConnectionParams
|
Field |
Description |
|
postgresql |
Includes only one of the fields |
|
mysql |
Includes only one of the fields |
|
mongodb |
Includes only one of the fields |
|
clickhouse |
Includes only one of the fields |
|
kafka |
Includes only one of the fields |
|
redis |
Includes only one of the fields |
|
opensearch |
Includes only one of the fields |
|
trino |
Includes only one of the fields |
|
valkey |
Includes only one of the fields |
|
greenplum |
Includes only one of the fields |
|
storedoc |
Includes only one of the fields |
PostgreSQLConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
|
|
databases[] |
string |
PostgreSQLCluster
|
Field |
Description |
|
tlsParams |
|
|
hosts[] |
TLSParams
|
Field |
Description |
|
tls |
Includes only one of the fields |
TLSConfig
|
Field |
Description |
|
caCertificate |
string |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
role |
enum (Role)
|
|
replicaType |
enum (ReplicaType)
|
|
health |
enum (Health)
|
PostgreSQLAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
UserPasswordAuth
|
Field |
Description |
|
user |
string |
|
password |
Password
|
Field |
Description |
|
lockboxSecretKey |
string Includes only one of the fields |
|
raw |
string |
|
passwordGenerationOptions |
PasswordGenerationOptions
|
Field |
Description |
|
lockboxPasswordGenerationOptions |
LockboxPasswordGenerationOptions Includes only one of the fields |
|
cookie |
string |
LockboxPasswordGenerationOptions
|
Field |
Description |
|
length |
string (int64) |
|
includeUppercase |
boolean |
|
includeLowercase |
boolean |
|
includeDigits |
boolean |
|
includePunctuation |
boolean |
|
includedPunctuation |
string |
|
excludedPunctuation |
string |
MySQLConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
|
|
databases[] |
string |
MySQLCluster
|
Field |
Description |
|
tlsParams |
|
|
hosts[] |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
role |
enum (Role)
|
|
health |
enum (Health)
|
MySQLAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
MongoDBConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
|
|
databases[] |
string |
MongoDBCluster
|
Field |
Description |
|
hosts[] |
|
|
tlsParams |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
role |
enum (Role)
|
|
health |
enum (Health)
|
|
type |
enum (Type)
|
MongoDBAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
|
authSource |
string |
ClickHouseConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
|
|
databases[] |
string |
ClickHouseCluster
|
Field |
Description |
|
tlsParams |
|
|
hosts[] |
|
|
shardGroups[] |
Host
|
Field |
Description |
|
host |
string |
|
httpPort |
string (int64) |
|
tcpPort |
string (int64) |
|
shardName |
string |
|
health |
enum (Health)
|
ShardGroup
|
Field |
Description |
|
name |
string |
|
shardNames[] |
string |
ClickHouseAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
KafkaConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
KafkaCluster
|
Field |
Description |
|
hosts[] |
|
|
tlsParams |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
health |
enum (Health)
|
KafkaAuth
|
Field |
Description |
|
sasl |
Includes only one of the fields |
KafkaSaslSecurity
|
Field |
Description |
|
user |
string |
|
password |
|
|
supportedMechanisms[] |
enum (Mechanism)
|
RedisConnection
|
Field |
Description |
|
cluster |
|
|
auth |
|
|
databases[] |
string (int64) |
RedisCluster
|
Field |
Description |
|
hosts[] |
|
|
sentinelPort |
string (int64) |
|
tlsParams |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
role |
enum (Role)
|
|
health |
enum (Health)
|
|
shardName |
string |
RedisAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
UserPasswordAuth
|
Field |
Description |
|
user |
string |
|
password |
OpenSearchConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
OpenSearchCluster
|
Field |
Description |
|
hosts[] |
|
|
tlsParams |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
health |
enum (Health)
|
|
roles[] |
enum (GroupRole)
|
OpenSearchAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
TrinoConnection
|
Field |
Description |
|
cluster |
|
|
auth |
TrinoCluster
|
Field |
Description |
|
coordinator |
|
|
tlsParams |
Coordinator
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
TrinoAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
ValkeyConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
|
|
databases[] |
string (int64) |
ValkeyCluster
|
Field |
Description |
|
hosts[] |
|
|
sentinelPort |
string (int64) |
|
tlsParams |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
role |
enum (Role)
|
|
health |
enum (Health)
|
|
shardName |
string |
ValkeyAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
UserPasswordAuth
|
Field |
Description |
|
user |
string |
|
password |
GreenplumConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
|
|
databases[] |
string |
GreenplumCluster
|
Field |
Description |
|
coordinatorHosts[] |
|
|
tlsParams |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
role |
enum (Role)
|
|
health |
enum (Health)
|
GreenplumAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
StoreDocConnection
|
Field |
Description |
|
cluster |
|
|
managedClusterId |
string |
|
auth |
|
|
databases[] |
string |
StoreDocCluster
|
Field |
Description |
|
hosts[] |
|
|
tlsParams |
Host
|
Field |
Description |
|
host |
string |
|
port |
string (int64) |
|
role |
enum (Role)
|
|
health |
enum (Health)
|
|
type |
enum (Type)
|
StoreDocAuth
|
Field |
Description |
|
userPassword |
Includes only one of the fields |
|
authSource |
string |