Flexible Server Authentication
data class FlexibleServerAuthentication(val activeDirectoryAuthEnabled: Boolean? = null, val passwordAuthEnabled: Boolean? = null, val tenantId: String? = null)
Constructors
Link copied to clipboard
fun FlexibleServerAuthentication(activeDirectoryAuthEnabled: Boolean? = null, passwordAuthEnabled: Boolean? = null, tenantId: String? = null)