KeytabInformationArgs

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

Keytab used for authenticate with Active Directory.

Constructors

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

Properties

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

A base64-encoded keytab.

Functions

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