SecurityProfile interface
The security profile which contains Ssh public key for the HDInsight cluster.
Properties
| aadds |
The resource ID of the user's Azure Active Directory Domain Service. |
| cluster |
Optional. The Distinguished Names for cluster user groups |
| directory |
The directory type. |
| domain | The organization's active directory domain. |
| domain |
The domain user account that will have admin privileges on the cluster. |
| domain |
The domain admin password. This value contains a credential. Consider obscuring before showing to users |
| ldaps |
The LDAPS protocol URLs to communicate with the Active Directory. |
| msi |
User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. |
| organizational |
The organizational unit within the Active Directory to place the cluster and service accounts. |
Property Details
aaddsResourceId
The resource ID of the user's Azure Active Directory Domain Service.
aaddsResourceId?: string
Property Value
string
clusterUsersGroupDNs
Optional. The Distinguished Names for cluster user groups
clusterUsersGroupDNs?: string[]
Property Value
string[]
directoryType
The directory type.
directoryType?: string
Property Value
string
domain
The organization's active directory domain.
domain?: string
Property Value
string
domainUsername
The domain user account that will have admin privileges on the cluster.
domainUsername?: string
Property Value
string
domainUserPassword
The domain admin password. This value contains a credential. Consider obscuring before showing to users
domainUserPassword?: string
Property Value
string
ldapsUrls
The LDAPS protocol URLs to communicate with the Active Directory.
ldapsUrls?: string[]
Property Value
string[]
msiResourceId
User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS.
msiResourceId?: string
Property Value
string
organizationalUnitDN
The organizational unit within the Active Directory to place the cluster and service accounts.
organizationalUnitDN?: string
Property Value
string