Hadoop Cluster Security Profile Args
data class HadoopClusterSecurityProfileArgs(val aaddsResourceId: Output<String>, val clusterUsersGroupDns: Output<List<String>>? = null, val domainName: Output<String>, val domainUserPassword: Output<String>, val domainUsername: Output<String>, val ldapsUrls: Output<List<String>>, val msiResourceId: Output<String>) : ConvertibleToJava<HadoopClusterSecurityProfileArgs>
Properties
Link copied to clipboard
The resource ID of the Azure Active Directory Domain Service. Changing this forces a new resource to be created.
Link copied to clipboard
A list of the distinguished names for the cluster user groups. Changing this forces a new resource to be created.
Link copied to clipboard
The name of the Azure Active Directory Domain. Changing this forces a new resource to be created.
Link copied to clipboard
The username of the Azure Active Directory Domain. Changing this forces a new resource to be created.
Link copied to clipboard
The user password of the Azure Active Directory Domain. Changing this forces a new resource to be created.
Link copied to clipboard
The User Assigned Identity for the HDInsight Cluster. Changing this forces a new resource to be created.