GetCredentialsResult

data class GetCredentialsResult(val dbName: String? = null, val dbPassword: String, val dbUser: String, val durationSeconds: Int? = null, val expiration: String, val id: String, val workgroupName: String)

A collection of values returned by getCredentials.

Constructors

Link copied to clipboard
constructor(dbName: String? = null, dbPassword: String, dbUser: String, durationSeconds: Int? = null, expiration: String, id: String, workgroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dbName: String? = null
Link copied to clipboard

Temporary password that authorizes the user name returned by db_user to log on to the database db_name.

Link copied to clipboard

A database user name that is authorized to log on to the database db_name using the password db_password . If the specified db_user exists in the database, the new user name has the same database privileges as the user named in db_user . By default, the user is added to PUBLIC. the user doesn't exist in the database.

Link copied to clipboard
val durationSeconds: Int? = null
Link copied to clipboard

Date and time the password in db_password expires.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard