SecurityProfile Class

Definition

The security profile which contains Ssh public key for the HDInsight cluster.

public class SecurityProfile
type SecurityProfile = class
Public Class SecurityProfile
Inheritance
SecurityProfile

Constructors

SecurityProfile()

Initializes a new instance of the SecurityProfile class.

SecurityProfile(String, String, String, IList<String>, String, String, IList<String>, String, String)

Initializes a new instance of the SecurityProfile class.

Properties

AaddsResourceId

Gets or sets the resource ID of the user's Azure Active Directory Domain Service.

ClusterUsersGroupDNs

Gets or sets optional. The Distinguished Names for cluster user groups

DirectoryType

Gets or sets the directory type. Possible values include: 'ActiveDirectory'

Domain

Gets or sets the organization's active directory domain.

DomainUsername

Gets or sets the domain user account that will have admin privileges on the cluster.

DomainUserPassword

Gets or sets the domain admin password.

LdapsUrls

Gets or sets the LDAPS protocol URLs to communicate with the Active Directory.

MsiResourceId

Gets or sets user assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS.

OrganizationalUnitDN

Gets or sets the organizational unit within the Active Directory to place the cluster and service accounts.

Applies to