Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph.security
Represents a storage blob container.
Inherits from alertEvidence.
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | The date and time when the evidence was created and added to the alert. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from alertEvidence. |
name | String | The name of the blob container. |
remediationStatus | microsoft.graph.security.evidenceRemediationStatus | The status of the remediation action taken. The possible values are: none , remediated , prevented , blocked , notFound , unknownFutureValue . Inherited from alertEvidence. |
remediationStatusDetails | String | Details about the remediation status. Inherited from alertEvidence. |
roles | microsoft.graph.security.evidenceRole collection | One or more roles that an evidence entity represents in an alert. For example, an IP address that is associated with an attacker has the evidence role Attacker . Possible values are: unknown , contextual , scanned , source , destination , created , added , compromised , edited , attacked , attacker , commandAndControl , loaded , suspicious , policyViolator , unknownFutureValue . Inherited from alertEvidence. |
storageResource | microsoft.graph.security.azureResourceEvidence | The storage which the blob container belongs to. |
tags | String collection | Array of custom tags associated with an evidence instance. For example, to denote a group of devices or high value assets. Inherited from alertEvidence. |
url | String | The full URL representation of the blob container. |
verdict | microsoft.graph.security.evidenceVerdict | The decision reached by automated investigation. The possible values are: unknown , suspicious , malicious , noThreatsFound , unknownFutureValue . Inherited from alertEvidence. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.blobContainerEvidence",
"createdDateTime": "String (timestamp)",
"name": "String",
"remediationStatus": "String",
"remediationStatusDetails": "String",
"roles": ["String"],
"storageResource": {
"@odata.type": "microsoft.graph.security.azureResourceEvidence"
},
"tags": ["String"],
"url": "String",
"verdict": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now