Active Directory Args
data class ActiveDirectoryArgs(val activeDirectoryId: Output<String>? = null, val adName: Output<String>? = null, val administrators: Output<List<String>>? = null, val aesEncryption: Output<Boolean>? = null, val allowLocalNfsUsersWithLdap: Output<Boolean>? = null, val backupOperators: Output<List<String>>? = null, val dns: Output<String>? = null, val domain: Output<String>? = null, val encryptDCConnections: Output<Boolean>? = null, val kdcIP: Output<String>? = null, val ldapOverTLS: Output<Boolean>? = null, val ldapSearchScope: Output<LdapSearchScopeOptArgs>? = null, val ldapSigning: Output<Boolean>? = null, val organizationalUnit: Output<String>? = null, val password: Output<String>? = null, val preferredServersForLdapClient: Output<String>? = null, val securityOperators: Output<List<String>>? = null, val serverRootCACertificate: Output<String>? = null, val site: Output<String>? = null, val smbServerName: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ActiveDirectoryArgs>
Active Directory
Constructors
Link copied to clipboard
fun ActiveDirectoryArgs(activeDirectoryId: Output<String>? = null, adName: Output<String>? = null, administrators: Output<List<String>>? = null, aesEncryption: Output<Boolean>? = null, allowLocalNfsUsersWithLdap: Output<Boolean>? = null, backupOperators: Output<List<String>>? = null, dns: Output<String>? = null, domain: Output<String>? = null, encryptDCConnections: Output<Boolean>? = null, kdcIP: Output<String>? = null, ldapOverTLS: Output<Boolean>? = null, ldapSearchScope: Output<LdapSearchScopeOptArgs>? = null, ldapSigning: Output<Boolean>? = null, organizationalUnit: Output<String>? = null, password: Output<String>? = null, preferredServersForLdapClient: Output<String>? = null, securityOperators: Output<List<String>>? = null, serverRootCACertificate: Output<String>? = null, site: Output<String>? = null, smbServerName: Output<String>? = null, username: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard