Security Profile Response
data class SecurityProfileResponse(val aaddsResourceId: String? = null, val clusterUsersGroupDNs: List<String>? = null, val directoryType: String? = null, val domain: String? = null, val domainUserPassword: String? = null, val domainUsername: String? = null, val ldapsUrls: List<String>? = null, val msiResourceId: String? = null, val organizationalUnitDN: String? = null)
The security profile which contains Ssh public key for the HDInsight cluster.
Constructors
Link copied to clipboard
fun SecurityProfileResponse(aaddsResourceId: String? = null, clusterUsersGroupDNs: List<String>? = null, directoryType: String? = null, domain: String? = null, domainUserPassword: String? = null, domainUsername: String? = null, ldapsUrls: List<String>? = null, msiResourceId: String? = null, organizationalUnitDN: String? = null)