Class AzureResourceEvidence
java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.AzureResourceEvidence
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AzureResourceEvidence
extends AlertEvidence
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Azure Resource Evidence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Resource Id.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 TypeMethodDescriptionvoid
setRawObject
(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
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
resourceId
@SerializedName(value="resourceId", alternate="ResourceId") @Expose @Nullable public String resourceIdThe Resource Id. The unique identifier for the Azure resource. -
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
-
AzureResourceEvidence
public AzureResourceEvidence()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classAlertEvidence
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-