InteractiveQueryClusterSecurityProfile

data class InteractiveQueryClusterSecurityProfile(val aaddsResourceId: String, val clusterUsersGroupDns: List<String>? = null, val domainName: String, val domainUserPassword: String, val domainUsername: String, val ldapsUrls: List<String>, val msiResourceId: String)

Constructors

Link copied to clipboard
constructor(aaddsResourceId: String, clusterUsersGroupDns: List<String>? = null, domainName: String, domainUserPassword: String, domainUsername: String, ldapsUrls: List<String>, msiResourceId: String)

Types

Link copied to clipboard
object Companion

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

A list of the LDAPS URLs to communicate with the Azure Active Directory. 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.