Managed Instance Azure Active Directory Administrator Args
data class ManagedInstanceAzureActiveDirectoryAdministratorArgs(val azureadAuthenticationOnlyEnabled: Output<Boolean>? = null, val loginUsername: Output<String>, val objectId: Output<String>, val principalType: Output<String>, val tenantId: Output<String>? = null) : ConvertibleToJava<ManagedInstanceAzureActiveDirectoryAdministratorArgs>
Constructors
Properties
Link copied to clipboard
Specifies whether only Azure AD authentication can be used to log in to this SQL Managed Instance. When true
, the administrator_login
and administrator_login_password
properties can be omitted. Defaults to false
.
Link copied to clipboard
The login username of the Azure AD Administrator of this SQL Managed Instance.
Link copied to clipboard
The principal type of the Azure AD Administrator of this SQL Managed Instance. Possible values are Application
, Group
, User
.