Class KubernetesServiceAccountEvidence

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

public class KubernetesServiceAccountEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Kubernetes Service Account Evidence.
  • Field Details

    • name

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

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

    • KubernetesServiceAccountEvidence

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