Class WindowsDefenderAdvancedThreatProtectionConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.WindowsDefenderAdvancedThreatProtectionConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsDefenderAdvancedThreatProtectionConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Defender Advanced Threat Protection Configuration.
  • Field Details

    • allowSampleSharing

      @SerializedName(value="allowSampleSharing", alternate="AllowSampleSharing") @Expose @Nullable public Boolean allowSampleSharing
      The Allow Sample Sharing. Windows Defender AdvancedThreatProtection 'Allow Sample Sharing' Rule
    • enableExpeditedTelemetryReporting

      @SerializedName(value="enableExpeditedTelemetryReporting", alternate="EnableExpeditedTelemetryReporting") @Expose @Nullable public Boolean enableExpeditedTelemetryReporting
      The Enable Expedited Telemetry Reporting. Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.
  • Constructor Details

    • WindowsDefenderAdvancedThreatProtectionConfiguration

      public WindowsDefenderAdvancedThreatProtectionConfiguration()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DeviceConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to