Class SasTokenEvidence

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

public class SasTokenEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sas Token Evidence.
  • Field Details

    • allowedIpAddresses

      @SerializedName(value="allowedIpAddresses", alternate="AllowedIpAddresses") @Expose @Nullable public String allowedIpAddresses
      The Allowed Ip Addresses.
    • allowedResourceTypes

      @SerializedName(value="allowedResourceTypes", alternate="AllowedResourceTypes") @Expose @Nullable public List<String> allowedResourceTypes
      The Allowed Resource Types.
    • allowedServices

      @SerializedName(value="allowedServices", alternate="AllowedServices") @Expose @Nullable public List<String> allowedServices
      The Allowed Services.
    • expiryDateTime

      @SerializedName(value="expiryDateTime", alternate="ExpiryDateTime") @Expose @Nullable public OffsetDateTime expiryDateTime
      The Expiry Date Time.
    • permissions

      @SerializedName(value="permissions", alternate="Permissions") @Expose @Nullable public List<String> permissions
      The Permissions.
    • protocol

      @SerializedName(value="protocol", alternate="Protocol") @Expose @Nullable public String protocol
      The Protocol.
    • signatureHash

      @SerializedName(value="signatureHash", alternate="SignatureHash") @Expose @Nullable public String signatureHash
      The Signature Hash.
    • signedWith

      @SerializedName(value="signedWith", alternate="SignedWith") @Expose @Nullable public String signedWith
      The Signed With.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTime
      The Start Date Time.
    • storageResource

      @SerializedName(value="storageResource", alternate="StorageResource") @Expose @Nullable public AzureResourceEvidence storageResource
      The Storage Resource.
  • Constructor Details

    • SasTokenEvidence

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