Class AmazonResourceEvidence

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

public class AmazonResourceEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Amazon Resource Evidence.
  • Field Details

    • amazonAccountId

      @SerializedName(value="amazonAccountId", alternate="AmazonAccountId") @Expose @Nullable public String amazonAccountId
      The Amazon Account Id. The unique identifier for the Amazon account.
    • amazonResourceId

      @SerializedName(value="amazonResourceId", alternate="AmazonResourceId") @Expose @Nullable public String amazonResourceId
      The Amazon Resource Id. The Amazon resource identifier (ARN) for the cloud resource.
    • resourceName

      @SerializedName(value="resourceName", alternate="ResourceName") @Expose @Nullable public String resourceName
      The Resource Name. The name of the resource.
    • resourceType

      @SerializedName(value="resourceType", alternate="ResourceType") @Expose @Nullable public String resourceType
      The Resource Type. The type of the resource.
  • Constructor Details

    • AmazonResourceEvidence

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