Enum Class DefenderCloudBlockLevelType

java.lang.Object
java.lang.Enum<DefenderCloudBlockLevelType>
com.microsoft.graph.models.DefenderCloudBlockLevelType
All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum, Serializable, Comparable<DefenderCloudBlockLevelType>, Constable

@Generated("com.microsoft.kiota") public enum DefenderCloudBlockLevelType extends Enum<DefenderCloudBlockLevelType> implements com.microsoft.kiota.serialization.ValuedEnum
Possible values of Cloud Block Level
  • Enum Constant Details

    • NotConfigured

      public static final DefenderCloudBlockLevelType NotConfigured
      Default value, uses the default Windows Defender Antivirus blocking level and provides strong detection without increasing the risk of detecting legitimate files
    • High

      public static final DefenderCloudBlockLevelType High
      High applies a strong level of detection.
    • HighPlus

      public static final DefenderCloudBlockLevelType HighPlus
      High + uses the High level and applies addition protection measures
    • ZeroTolerance

      public static final DefenderCloudBlockLevelType ZeroTolerance
      Zero tolerance blocks all unknown executables
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static DefenderCloudBlockLevelType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DefenderCloudBlockLevelType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      @Nonnull public String getValue()
      Specified by:
      getValue in interface com.microsoft.kiota.serialization.ValuedEnum
    • forValue

      @Nullable public static DefenderCloudBlockLevelType forValue(@Nonnull String searchValue)