Schema for an IAM API key for replication database authentication.

interface ReplicationDatabaseAuthIam {
    api_key: string;
}

Properties

Properties

api_key: string

IAM API key.

Generated using TypeDoc