Class AnomalyTimelineItemResponse
- java.lang.Object
-
- com.pulumi.azurenative.securityinsights.outputs.AnomalyTimelineItemResponse
-
public final class AnomalyTimelineItemResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnomalyTimelineItemResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
azureResourceId()
static AnomalyTimelineItemResponse.Builder
builder()
static AnomalyTimelineItemResponse.Builder
builder(AnomalyTimelineItemResponse defaults)
java.util.Optional<java.lang.String>
description()
java.lang.String
displayName()
java.lang.String
endTimeUtc()
java.util.Optional<java.lang.String>
intent()
java.lang.String
kind()
java.util.Optional<java.lang.String>
productName()
java.util.List<java.lang.String>
reasons()
java.lang.String
startTimeUtc()
java.util.List<java.lang.String>
techniques()
java.lang.String
timeGenerated()
java.util.Optional<java.lang.String>
vendor()
-
-
-
Method Detail
-
azureResourceId
public java.lang.String azureResourceId()
- Returns:
- The anomaly azure resource id.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- The anomaly description.
-
displayName
public java.lang.String displayName()
- Returns:
- The anomaly name.
-
endTimeUtc
public java.lang.String endTimeUtc()
- Returns:
- The anomaly end time.
-
intent
public java.util.Optional<java.lang.String> intent()
- Returns:
- The intent of the anomaly.
-
kind
public java.lang.String kind()
- Returns:
- The entity query kind Expected value is 'Anomaly'.
-
productName
public java.util.Optional<java.lang.String> productName()
- Returns:
- The anomaly product name.
-
reasons
public java.util.List<java.lang.String> reasons()
- Returns:
- The reasons that cause the anomaly.
-
startTimeUtc
public java.lang.String startTimeUtc()
- Returns:
- The anomaly start time.
-
techniques
public java.util.List<java.lang.String> techniques()
- Returns:
- The techniques of the anomaly.
-
timeGenerated
public java.lang.String timeGenerated()
- Returns:
- The anomaly generated time.
-
vendor
public java.util.Optional<java.lang.String> vendor()
- Returns:
- The name of the anomaly vendor.
-
builder
public static AnomalyTimelineItemResponse.Builder builder()
-
builder
public static AnomalyTimelineItemResponse.Builder builder(AnomalyTimelineItemResponse defaults)
-
-