Class BlobContainerEvidence

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

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

    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The name of the blob container.
    • storageResource

      @SerializedName(value="storageResource", alternate="StorageResource") @Expose @Nullable public AzureResourceEvidence storageResource
      The Storage Resource. The storage which the blob container belongs to.
    • url

      @SerializedName(value="url", alternate="Url") @Expose @Nullable public String url
      The Url. The full URL representation of the blob container.
  • Constructor Details

    • BlobContainerEvidence

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