SecurityProfile Class

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

Constructor

SecurityProfile(*, directory_type: str | _models.DirectoryType | None = None, domain: str | None = None, organizational_unit_dn: str | None = None, ldaps_urls: list[str] | None = None, domain_username: str | None = None, domain_user_password: str | None = None, cluster_users_group_d_ns: list[str] | None = None, aadds_resource_id: str | None = None, msi_resource_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
directory_type

The directory type. "ActiveDirectory"

Default value: None
domain
str

The organization's active directory domain.

Default value: None
organizational_unit_dn
str

The organizational unit within the Active Directory to place the cluster and service accounts.

Default value: None
ldaps_urls

The LDAPS protocol URLs to communicate with the Active Directory.

Default value: None
domain_username
str

The domain user account that will have admin privileges on the cluster.

Default value: None
domain_user_password
str

The domain admin password.

Default value: None
cluster_users_group_d_ns

Optional. The Distinguished Names for cluster user groups.

Default value: None
aadds_resource_id
str

The resource ID of the user's Azure Active Directory Domain Service.

Default value: None
msi_resource_id
str

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

Default value: None

Variables

Name Description
directory_type

The directory type. "ActiveDirectory"

domain
str

The organization's active directory domain.

organizational_unit_dn
str

The organizational unit within the Active Directory to place the cluster and service accounts.

ldaps_urls

The LDAPS protocol URLs to communicate with the Active Directory.

domain_username
str

The domain user account that will have admin privileges on the cluster.

domain_user_password
str

The domain admin password.

cluster_users_group_d_ns

Optional. The Distinguished Names for cluster user groups.

aadds_resource_id
str

The resource ID of the user's Azure Active Directory Domain Service.

msi_resource_id
str

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