Get Credentials Plain Args
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
fun GetCredentialsPlainArgs(dbName: String? = null, durationSeconds: Int? = null, workgroupName: String)