ServerAzureadAdministratorArgs

data class ServerAzureadAdministratorArgs(val azureadAuthenticationOnly: Output<Boolean>? = null, val loginUsername: Output<String>, val objectId: Output<String>, val tenantId: Output<String>? = null) : ConvertibleToJava<ServerAzureadAdministratorArgs>

Constructors

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

Properties

Link copied to clipboard
val azureadAuthenticationOnly: Output<Boolean>? = null

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
val loginUsername: Output<String>

The login username of the Azure AD Administrator of this SQL Server.

Link copied to clipboard
val objectId: Output<String>

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

Link copied to clipboard
val tenantId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ServerAzureadAdministratorArgs