AuthConfigResponse

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

Authentication configuration properties of a server

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

If Enabled, Azure Active Directory authentication is enabled.

Link copied to clipboard
val passwordAuth: String? = null

If Enabled, Password authentication is enabled.

Link copied to clipboard
val tenantId: String? = null

Tenant id of the server.