GetCredentialsPlainArgs

data class GetCredentialsPlainArgs(val dbName: String? = null, val durationSeconds: Int? = null, val workgroupName: String) : ConvertibleToJava<GetCredentialsPlainArgs>

A collection of arguments for invoking getCredentials.

Constructors

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

Properties

Link copied to clipboard
val dbName: String? = null

The name of the database to get temporary authorization to log on to.

Link copied to clipboard
val durationSeconds: Int? = null

The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.

Link copied to clipboard

The name of the workgroup associated with the database.

Functions

Link copied to clipboard
open override fun toJava(): GetCredentialsPlainArgs