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.
    • attackSimulation

      @SerializedName(value="attackSimulation", alternate="AttackSimulation") @Expose @Nullable public AttackSimulationRoot attackSimulation
      The Attack Simulation.
    • 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.
  • 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