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 Summary
FieldsModifier and TypeFieldDescriptionThe Location.The Location Type.The Project Id.The Project Number.The Resource Name.The Resource Type.Fields inherited from class com.microsoft.graph.security.models.AlertEvidence
createdDateTime, detailedRoles, oDataType, remediationStatus, remediationStatusDetails, roles, tags, verdict -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.security.models.AlertEvidence
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
location
The Location. The zone or region where the resource is located. -
locationType
@SerializedName(value="locationType", alternate="LocationType") @Expose @Nullable public GoogleCloudLocationType locationTypeThe Location Type. The type of location. Possible values are: unknown, regional, zonal, global, unknownFutureValue. -
projectId
The Project Id. The Google project ID as defined by the user. -
projectNumber
@SerializedName(value="projectNumber", alternate="ProjectNumber") @Expose @Nullable public Long projectNumberThe Project Number. The project number assigned by Google. -
resourceName
@SerializedName(value="resourceName", alternate="ResourceName") @Expose @Nullable public String resourceNameThe Resource Name. The name of the resource. -
resourceType
@SerializedName(value="resourceType", alternate="ResourceType") @Expose @Nullable public String resourceTypeThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAlertEvidence- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-