Teams Account Antivirus Args
data class TeamsAccountAntivirusArgs(val enabledDownloadPhase: Output<Boolean>, val enabledUploadPhase: Output<Boolean>, val failClosed: Output<Boolean>, val notificationSettings: Output<TeamsAccountAntivirusNotificationSettingsArgs>? = null) : ConvertibleToJava<TeamsAccountAntivirusArgs>
Constructors
Link copied to clipboard
constructor(enabledDownloadPhase: Output<Boolean>, enabledUploadPhase: Output<Boolean>, failClosed: Output<Boolean>, notificationSettings: Output<TeamsAccountAntivirusNotificationSettingsArgs>? = null)