Class ContainerEvidence
java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.ContainerEvidence
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ContainerEvidence
extends AlertEvidence
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Container Evidence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Args.The Command.The Container Id.The Image.The Is Privileged.The Name.The Pod.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
-
args
The Args. The list of arguments. -
command
The Command. The list of commands. -
containerId
@SerializedName(value="containerId", alternate="ContainerId") @Expose @Nullable public String containerIdThe Container Id. The container ID. -
image
@SerializedName(value="image", alternate="Image") @Expose @Nullable public ContainerImageEvidence imageThe Image. The image used to run the container. -
isPrivileged
@SerializedName(value="isPrivileged", alternate="IsPrivileged") @Expose @Nullable public Boolean isPrivilegedThe Is Privileged. The privileged status. -
name
The Name. The container name. -
pod
The Pod. The pod this container belongs to.
-
-
Constructor Details
-
ContainerEvidence
public ContainerEvidence()
-
-
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
-