Class KubernetesControllerEvidence

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

public class KubernetesControllerEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Kubernetes Controller Evidence.
  • Field Details

    • labels

      @SerializedName(value="labels", alternate="Labels") @Expose @Nullable public Dictionary labels
      The Labels. The labels for the Kubernetes pod.
    • name

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

      @SerializedName(value="namespace", alternate="Namespace") @Expose @Nullable public KubernetesNamespaceEvidence namespace
      The Namespace. The service account namespace.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String type
      The Type. The controller type.
  • Constructor Details

    • KubernetesControllerEvidence

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