Security Profile Args
data class SecurityProfileArgs(val aaddsResourceId: Output<String>? = null, val clusterUsersGroupDNs: Output<List<String>>? = null, val directoryType: Output<Either<String, DirectoryType>>? = null, val domain: Output<String>? = null, val domainUserPassword: Output<String>? = null, val domainUsername: Output<String>? = null, val ldapsUrls: Output<List<String>>? = null, val msiResourceId: Output<String>? = null, val organizationalUnitDN: Output<String>? = null) : ConvertibleToJava<SecurityProfileArgs>
The security profile which contains Ssh public key for the HDInsight cluster.
Constructors
Link copied to clipboard
fun SecurityProfileArgs(aaddsResourceId: Output<String>? = null, clusterUsersGroupDNs: Output<List<String>>? = null, directoryType: Output<Either<String, DirectoryType>>? = null, domain: Output<String>? = null, domainUserPassword: Output<String>? = null, domainUsername: Output<String>? = null, ldapsUrls: Output<List<String>>? = null, msiResourceId: Output<String>? = null, organizationalUnitDN: Output<String>? = null)