AzureHDInsightSecurityProfile Class

Definition

Represents and AzureHDInsightSecurityProfile which contans the parameters to create secure cluster.

public class AzureHDInsightSecurityProfile
type AzureHDInsightSecurityProfile = class
Public Class AzureHDInsightSecurityProfile
Inheritance
AzureHDInsightSecurityProfile

Constructors

AzureHDInsightSecurityProfile()

Properties

ClusterUsersGroupDNs

Gets or sets the distinguished names of the Active Directory groups that will be available in Ambari and Ranger.

Domain
DomainResourceId

Gets or sets Active Directory Domain Service resource id for the cluster.

DomainUserCredential

Gets or sets the domain user account credential with sufficient permissions for creating the cluster. Username should be in user@domain format.

LdapsUrls

Gets or sets the Urls of one or multiple LDAPS servers for the Active Directory.

OrganizationalUnitDN

Gets or sets distinguished name of the organizational unit in the Active directory where user and computer accounts will be created.

Applies to