Server Azuread Administrator Args
data class ServerAzureadAdministratorArgs(val azureadAuthenticationOnly: Output<Boolean>? = null, val loginUsername: Output<String>, val objectId: Output<String>, val tenantId: Output<String>? = null) : ConvertibleToJava<ServerAzureadAdministratorArgs>
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.