Gmsa Authentication Properties Args
data class GmsaAuthenticationPropertiesArgs(val adDomainControllerDns: Output<String>? = null, val adDomainFqdn: Output<String>? = null, val akvProperties: Output<KeyVaultSecretStorePropertiesArgs>? = null, val domainAdminPassword: Output<String>? = null, val domainAdminUsername: Output<String>? = null, val domainControllerAddress: Output<String>? = null, val gmsaAccountName: Output<String>? = null, val gmsaUserPassword: Output<String>? = null, val gmsaUsername: Output<String>? = null) : ConvertibleToJava<GmsaAuthenticationPropertiesArgs>
Class for GMSA authentication details to configure Active Directory connectivity.
Constructors
Link copied to clipboard
fun GmsaAuthenticationPropertiesArgs(adDomainControllerDns: Output<String>? = null, adDomainFqdn: Output<String>? = null, akvProperties: Output<KeyVaultSecretStorePropertiesArgs>? = null, domainAdminPassword: Output<String>? = null, domainAdminUsername: Output<String>? = null, domainControllerAddress: Output<String>? = null, gmsaAccountName: Output<String>? = null, gmsaUserPassword: Output<String>? = null, gmsaUsername: Output<String>? = null)