Class KubernetesSecretEvidence

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

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

    • name

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

      @SerializedName(value="namespace", alternate="Namespace") @Expose @Nullable public KubernetesNamespaceEvidence namespace
      The Namespace. The secret namespace.
    • secretType

      @SerializedName(value="secretType", alternate="SecretType") @Expose @Nullable public String secretType
      The Secret Type. The secret type can include both built-in types and custom ones. Examples of built-in types are: Opaque, kubernetes.io/service-account-token, kubernetes.io/dockercfg, kubernetes.io/dockerconfigjson, kubernetes.io/basic-auth, kubernetes.io/ssh-auth, kubernetes.io/tls, bootstrap.kubernetes.io/token.
  • Constructor Details

    • KubernetesSecretEvidence

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