Class SasTokenEvidence
java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.SasTokenEvidence
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SasTokenEvidence
extends AlertEvidence
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sas Token Evidence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allowed Ip Addresses.The Allowed Resource Types.The Allowed Services.The Expiry Date Time.The Permissions.The Protocol.The Signature Hash.The Signed With.The Start Date Time.The Storage Resource.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
-
allowedIpAddresses
@SerializedName(value="allowedIpAddresses", alternate="AllowedIpAddresses") @Expose @Nullable public String allowedIpAddressesThe Allowed Ip Addresses. -
allowedResourceTypes
@SerializedName(value="allowedResourceTypes", alternate="AllowedResourceTypes") @Expose @Nullable public List<String> allowedResourceTypesThe Allowed Resource Types. -
allowedServices
@SerializedName(value="allowedServices", alternate="AllowedServices") @Expose @Nullable public List<String> allowedServicesThe Allowed Services. -
expiryDateTime
@SerializedName(value="expiryDateTime", alternate="ExpiryDateTime") @Expose @Nullable public OffsetDateTime expiryDateTimeThe Expiry Date Time. -
permissions
@SerializedName(value="permissions", alternate="Permissions") @Expose @Nullable public List<String> permissionsThe Permissions. -
protocol
The Protocol. -
signatureHash
@SerializedName(value="signatureHash", alternate="SignatureHash") @Expose @Nullable public String signatureHashThe Signature Hash. -
signedWith
@SerializedName(value="signedWith", alternate="SignedWith") @Expose @Nullable public String signedWithThe Signed With. -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTimeThe Start Date Time. -
storageResource
@SerializedName(value="storageResource", alternate="StorageResource") @Expose @Nullable public AzureResourceEvidence storageResourceThe Storage Resource.
-
-
Constructor Details
-
SasTokenEvidence
public SasTokenEvidence()
-
-
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
-