AuthConfigResponse

data class AuthConfigResponse(val activeDirectoryAuth: String? = null, val passwordAuth: String? = null, val tenantId: String? = null)

Authentication configuration of a cluster.

Constructors

Link copied to clipboard
constructor(activeDirectoryAuth: String? = null, passwordAuth: String? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val passwordAuth: String? = null
Link copied to clipboard
val tenantId: String? = null

Tenant id of the server.