Class Security

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

public class Security extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Security.
  • Field Details

    • cases

      @SerializedName(value="cases", alternate="Cases") @Expose @Nullable public CasesRoot cases
      The Cases.
    • alerts_v2

      @SerializedName(value="alerts_v2", alternate="Alerts_v2") @Expose @Nullable public AlertCollectionPage alerts_v2
      The Alerts_v2. A collection of alerts in Microsoft 365 Defender.
    • incidents

      @SerializedName(value="incidents", alternate="Incidents") @Expose @Nullable public IncidentCollectionPage incidents
      The Incidents. A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.
    • attackSimulation

      @SerializedName(value="attackSimulation", alternate="AttackSimulation") @Expose @Nullable public AttackSimulationRoot attackSimulation
      The Attack Simulation.
    • triggers

      @SerializedName(value="triggers", alternate="Triggers") @Expose @Nullable public TriggersRoot triggers
      The Triggers.
    • triggerTypes

      @SerializedName(value="triggerTypes", alternate="TriggerTypes") @Expose @Nullable public TriggerTypesRoot triggerTypes
      The Trigger Types.
    • alerts

      @SerializedName(value="alerts", alternate="Alerts") @Expose @Nullable public AlertCollectionPage alerts
      The Alerts.
    • secureScoreControlProfiles

      @SerializedName(value="secureScoreControlProfiles", alternate="SecureScoreControlProfiles") @Expose @Nullable public SecureScoreControlProfileCollectionPage secureScoreControlProfiles
      The Secure Score Control Profiles.
    • secureScores

      @SerializedName(value="secureScores", alternate="SecureScores") @Expose @Nullable public SecureScoreCollectionPage secureScores
      The Secure Scores.
    • threatIntelligence

      @SerializedName(value="threatIntelligence", alternate="ThreatIntelligence") @Expose @Nullable public ThreatIntelligence threatIntelligence
      The Threat Intelligence.
  • Constructor Details

    • Security

      public Security()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to