GetDatabaseUserResult

data class GetDatabaseUserResult(val accessCert: String, val accessKey: String, val clusterId: String, val id: String, val mysqlAuthPlugin: String, val name: String, val password: String, val role: String, val settings: List<GetDatabaseUserSetting>)

A collection of values returned by getDatabaseUser.

Constructors

Link copied to clipboard
constructor(accessCert: String, accessKey: String, clusterId: String, id: String, mysqlAuthPlugin: String, name: String, password: String, role: String, settings: List<GetDatabaseUserSetting>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access certificate for TLS client authentication. (Kafka only)

Link copied to clipboard

Access key for TLS client authentication. (Kafka only)

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The authentication method of the MySQL user. The value will be mysql_native_password or caching_sha2_password.

Link copied to clipboard
Link copied to clipboard

The password of the database user. This will not be set for MongoDB users.

Link copied to clipboard

The role of the database user. The value will be either primary or normal.

Link copied to clipboard