ServerAzureadAdministrator

data class ServerAzureadAdministrator(val azureadAuthenticationOnly: Boolean? = null, val loginUsername: String, val objectId: String, val tenantId: String? = null)

Constructors

Link copied to clipboard
constructor(azureadAuthenticationOnly: Boolean? = null, loginUsername: String, objectId: String, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The object id of the Azure AD Administrator of this SQL Server.

Link copied to clipboard
val tenantId: String? = null

The tenant id of the Azure AD Administrator of this SQL Server.