Azure Active Directory Response
data class AzureActiveDirectoryResponse(val clientApplication: String? = null, val clusterApplication: String? = null, val tenantId: String? = null)
The settings to enable AAD authentication on the cluster.
Constructors
Link copied to clipboard
fun AzureActiveDirectoryResponse(clientApplication: String? = null, clusterApplication: String? = null, tenantId: String? = null)