KeytabInformationArgs

data class KeytabInformationArgs(val keytab: Output<String>? = null) : ConvertibleToJava<KeytabInformationArgs>

Keytab used for authenticate with Active Directory.

Constructors

Link copied to clipboard
fun KeytabInformationArgs(keytab: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val keytab: Output<String>? = null

A base64-encoded keytab.