Auth Config Response
data class AuthConfigResponse(val activeDirectoryAuth: String? = null, val passwordAuth: String? = null, val tenantId: String? = null)
Authentication configuration of a cluster.
Authentication configuration of a cluster.