Class ContainerEvidence

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

public class ContainerEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Container Evidence.
  • Field Details

    • args

      @SerializedName(value="args", alternate="Args") @Expose @Nullable public List<String> args
      The Args. The list of arguments.
    • command

      @SerializedName(value="command", alternate="Command") @Expose @Nullable public List<String> command
      The Command. The list of commands.
    • containerId

      @SerializedName(value="containerId", alternate="ContainerId") @Expose @Nullable public String containerId
      The Container Id. The container ID.
    • image

      @SerializedName(value="image", alternate="Image") @Expose @Nullable public ContainerImageEvidence image
      The Image. The image used to run the container.
    • isPrivileged

      @SerializedName(value="isPrivileged", alternate="IsPrivileged") @Expose @Nullable public Boolean isPrivileged
      The Is Privileged. The privileged status.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The container name.
    • pod

      @SerializedName(value="pod", alternate="Pod") @Expose @Nullable public KubernetesPodEvidence pod
      The Pod. The pod this container belongs to.
  • Constructor Details

    • ContainerEvidence

      public ContainerEvidence()
  • 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