Connection Manager API, gRPC: ConnectionService.List
- gRPC request
- ListConnectionRequest
- ListConnectionResponse
- Connection
- ConnectionParams
- PostgreSQLConnection
- PostgreSQLCluster
- Host
- TLSParams
- TLSConfig
- 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
- LockboxSecret
List connections in specified folder.
gRPC request
rpc List (ListConnectionRequest) returns (ListConnectionResponse)
ListConnectionRequest
{
"folder_id": "string",
"mdb_cluster_id": "string",
"page_size": "int64",
"page_token": "string",
"name_pattern_or_id": "string",
"author_id": "string",
"with_can_use": "bool",
"is_onpremise": "google.protobuf.BoolValue",
"is_manual": "google.protobuf.BoolValue",
"db_type": "DBType"
}
|
Field |
Description |
|
folder_id |
string |
|
mdb_cluster_id |
string |
|
page_size |
int64 |
|
page_token |
string |
|
name_pattern_or_id |
string |
|
author_id |
string |
|
with_can_use |
bool |
|
is_onpremise |
|
|
is_manual |
|
|
db_type |
enum DBType
|
ListConnectionResponse
{
"connection": [
{
"id": "string",
"folder_id": "string",
"created_at": "google.protobuf.Timestamp",
"updated_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "map<string, string>",
"created_by": "string",
"params": {
// Includes only one of the fields `postgresql`, `mysql`, `mongodb`, `clickhouse`, `kafka`, `redis`, `opensearch`, `trino`, `valkey`, `greenplum`, `storedoc`
"postgresql": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"role": "Role",
"replica_type": "ReplicaType",
"health": "Health"
}
],
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"mysql": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"role": "Role",
"health": "Health"
}
],
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"mongodb": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"role": "Role",
"health": "Health",
"type": "Type"
}
],
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
},
// end of the list of possible fields
"auth_source": "string"
},
"databases": [
"string"
]
},
"clickhouse": {
"cluster": {
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
},
"hosts": [
{
"host": "string",
"http_port": "int64",
"tcp_port": "int64",
"shard_name": "string",
"health": "Health"
}
],
"shard_groups": [
{
"name": "string",
"shard_names": [
"string"
]
}
]
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"kafka": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"health": "Health"
}
],
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `sasl`, `disabled`
"sasl": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
},
"supported_mechanisms": [
"Mechanism"
]
},
"disabled": "google.protobuf.Empty"
// end of the list of possible fields
}
},
"redis": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"role": "Role",
"health": "Health",
"shard_name": "string"
}
],
"sentinel_port": "int64",
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
},
"databases": [
"int64"
]
},
"opensearch": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"health": "Health",
"roles": [
"GroupRole"
]
}
],
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
}
},
"trino": {
"cluster": {
"coordinator": {
"host": "string",
"port": "int64"
},
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
}
},
"valkey": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"role": "Role",
"health": "Health",
"shard_name": "string"
}
],
"sentinel_port": "int64",
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
},
"databases": [
"int64"
]
},
"greenplum": {
"cluster": {
"coordinator_hosts": [
{
"host": "string",
"port": "int64",
"role": "Role",
"health": "Health"
}
],
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
},
"databases": [
"string"
]
},
"storedoc": {
"cluster": {
"hosts": [
{
"host": "string",
"port": "int64",
"role": "Role",
"health": "Health",
"type": "Type"
}
],
"tls_params": {
// Includes only one of the fields `disabled`, `tls`
"disabled": "google.protobuf.Empty",
"tls": {
"ca_certificate": "string"
}
// end of the list of possible fields
}
},
"managed_cluster_id": "string",
"auth": {
// Includes only one of the fields `user_password`
"user_password": {
"user": "string",
"password": {
"raw": "string",
"password_generation_options": {
"cookie": "string",
// Includes only one of the fields `lockbox_password_generation_options`
"lockbox_password_generation_options": {
"length": "int64",
"include_uppercase": "google.protobuf.BoolValue",
"include_lowercase": "google.protobuf.BoolValue",
"include_digits": "google.protobuf.BoolValue",
"include_punctuation": "google.protobuf.BoolValue",
"included_punctuation": "string",
"excluded_punctuation": "string"
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret_key`
"lockbox_secret_key": "string"
// end of the list of possible fields
}
},
// end of the list of possible fields
"auth_source": "string"
},
"databases": [
"string"
]
}
// end of the list of possible fields
},
// Includes only one of the fields `lockbox_secret`
"lockbox_secret": {
"id": "string",
"version": "string",
"newest_version": "string"
},
// end of the list of possible fields
"is_managed": "bool",
"can_use": "google.protobuf.BoolValue"
}
],
"next_page_token": "string"
}
|
Field |
Description |
|
connection[] |
|
|
next_page_token |
string |
Connection
|
Field |
Description |
|
id |
string |
|
folder_id |
string |
|
created_at |
|
|
updated_at |
|
|
name |
string |
|
description |
string |
|
labels |
object (map<string, string>) |
|
created_by |
string |
|
params |
|
|
lockbox_secret |
Includes only one of the fields |
|
is_managed |
bool |
|
can_use |
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 |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
|
|
databases[] |
string |
PostgreSQLCluster
|
Field |
Description |
|
hosts[] |
|
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
role |
enum Role
|
|
replica_type |
enum ReplicaType
|
|
health |
enum Health
|
TLSParams
|
Field |
Description |
|
disabled |
Includes only one of the fields |
|
tls |
Includes only one of the fields |
TLSConfig
|
Field |
Description |
|
ca_certificate |
string |
PostgreSQLAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
UserPasswordAuth
|
Field |
Description |
|
user |
string |
|
password |
Password
|
Field |
Description |
|
raw |
string When creating/updating Password, the field "raw" is mutually exclusive |
|
password_generation_options |
When creating/updating Password, the field "password_generation_options" |
|
lockbox_secret_key |
string Read-only. Do not fill this field in create/update requests. Includes only one of the fields |
PasswordGenerationOptions
|
Field |
Description |
|
cookie |
string Cookie is an arbitrary non-sensitive string that is saved with the |
|
lockbox_password_generation_options |
LockboxPasswordGenerationOptions Includes only one of the fields |
LockboxPasswordGenerationOptions
|
Field |
Description |
|
length |
int64 password length; by default, a reasonable length will be decided |
|
include_uppercase |
whether at least one A..Z character is included in the password, true by default |
|
include_lowercase |
whether at least one a..z character is included in the password, true by default |
|
include_digits |
whether at least one 0..9 character is included in the password, true by default |
|
include_punctuation |
whether at least one punctuation character is included in the password, true by default |
|
included_punctuation |
string If include_punctuation is true, one of these two fields (not both) may be used optionally to customize the punctuation: |
|
excluded_punctuation |
string a string of punctuation characters to exclude from the default |
MySQLConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
|
|
databases[] |
string |
MySQLCluster
|
Field |
Description |
|
hosts[] |
|
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
role |
enum Role
|
|
health |
enum Health
|
MySQLAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
MongoDBConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
|
|
databases[] |
string |
MongoDBCluster
|
Field |
Description |
|
hosts[] |
|
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
role |
enum Role
|
|
health |
enum Health
|
|
type |
enum Type
|
MongoDBAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
|
auth_source |
string |
ClickHouseConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
|
|
databases[] |
string |
ClickHouseCluster
|
Field |
Description |
|
tls_params |
|
|
hosts[] |
|
|
shard_groups[] |
Host
|
Field |
Description |
|
host |
string |
|
http_port |
int64 depends on tls params may vary as http or https |
|
tcp_port |
int64 |
|
shard_name |
string |
|
health |
enum Health
|
ShardGroup
|
Field |
Description |
|
name |
string |
|
shard_names[] |
string |
ClickHouseAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
KafkaConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
KafkaCluster
|
Field |
Description |
|
hosts[] |
|
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
health |
enum Health
|
KafkaAuth
|
Field |
Description |
|
sasl |
Includes only one of the fields |
|
disabled |
Includes only one of the fields |
KafkaSaslSecurity
|
Field |
Description |
|
user |
string |
|
password |
|
|
supported_mechanisms[] |
enum Mechanism
|
RedisConnection
|
Field |
Description |
|
cluster |
|
|
auth |
|
|
databases[] |
int64 |
RedisCluster
|
Field |
Description |
|
hosts[] |
|
|
sentinel_port |
int64 |
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
role |
enum Role
|
|
health |
enum Health
|
|
shard_name |
string |
RedisAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
UserPasswordAuth
|
Field |
Description |
|
user |
string |
|
password |
OpenSearchConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
OpenSearchCluster
|
Field |
Description |
|
hosts[] |
|
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
health |
enum Health
|
|
roles[] |
enum GroupRole
|
OpenSearchAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
TrinoConnection
|
Field |
Description |
|
cluster |
|
|
auth |
TrinoCluster
|
Field |
Description |
|
coordinator |
|
|
tls_params |
Coordinator
|
Field |
Description |
|
host |
string |
|
port |
int64 |
TrinoAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
ValkeyConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
|
|
databases[] |
int64 |
ValkeyCluster
|
Field |
Description |
|
hosts[] |
|
|
sentinel_port |
int64 |
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
role |
enum Role
|
|
health |
enum Health
|
|
shard_name |
string |
ValkeyAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
UserPasswordAuth
|
Field |
Description |
|
user |
string |
|
password |
GreenplumConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is |
|
auth |
|
|
databases[] |
string |
GreenplumCluster
|
Field |
Description |
|
coordinator_hosts[] |
|
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
role |
enum Role
|
|
health |
enum Health
|
GreenplumAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
StoreDocConnection
|
Field |
Description |
|
cluster |
When creating/updating Connection, the field "cluster" is mutually |
|
managed_cluster_id |
string When creating/updating Connection, the field "managed_cluster_id" is mutually |
|
auth |
|
|
databases[] |
string |
StoreDocCluster
|
Field |
Description |
|
hosts[] |
|
|
tls_params |
Host
|
Field |
Description |
|
host |
string |
|
port |
int64 |
|
role |
enum Role
|
|
health |
enum Health
|
|
type |
enum Type
|
StoreDocAuth
|
Field |
Description |
|
user_password |
Includes only one of the fields |
|
auth_source |
string |
LockboxSecret
|
Field |
Description |
|
id |
string |
|
version |
string |
|
newest_version |
string |