Class SecurityGroupEvidence

java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.SecurityGroupEvidence
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SecurityGroupEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Security Group Evidence.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the security group.
    • securityGroupId

      @SerializedName(value="securityGroupId", alternate="SecurityGroupId") @Expose @Nullable public String securityGroupId
      The Security Group Id. Unique identifier of the security group.
  • Constructor Details

    • SecurityGroupEvidence

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