Server Azuread Administrator
data class ServerAzureadAdministrator(val azureadAuthenticationOnly: Boolean? = null, val loginUsername: String, val objectId: String, val tenantId: String? = null)
Properties
Link copied to clipboard
Specifies whether only AD Users and administrators (e.g. azuread_administrator[0].login_username) can be used to login, or also local database users (e.g. administrator_login). When true, the administrator_login and administrator_login_password properties can be omitted.
Link copied to clipboard
The login username of the Azure AD Administrator of this SQL Server.