Class GoogleCloudResourceEvidence

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

public class GoogleCloudResourceEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Google Cloud Resource Evidence.
  • Field Details

    • location

      @SerializedName(value="location", alternate="Location") @Expose @Nullable public String location
      The Location. The zone or region where the resource is located.
    • locationType

      @SerializedName(value="locationType", alternate="LocationType") @Expose @Nullable public GoogleCloudLocationType locationType
      The Location Type. The type of location. Possible values are: unknown, regional, zonal, global, unknownFutureValue.
    • projectId

      @SerializedName(value="projectId", alternate="ProjectId") @Expose @Nullable public String projectId
      The Project Id. The Google project ID as defined by the user.
    • projectNumber

      @SerializedName(value="projectNumber", alternate="ProjectNumber") @Expose @Nullable public Long projectNumber
      The Project Number. The project number assigned by Google.
    • 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

    • GoogleCloudResourceEvidence

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