Class GetMicrosoftSecurityIncidentCreationAlertRuleResult
- java.lang.Object
-
- com.pulumi.azurenative.securityinsights.outputs.GetMicrosoftSecurityIncidentCreationAlertRuleResult
-
public final class GetMicrosoftSecurityIncidentCreationAlertRuleResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetMicrosoftSecurityIncidentCreationAlertRuleResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
alertRuleTemplateName()
static GetMicrosoftSecurityIncidentCreationAlertRuleResult.Builder
builder()
static GetMicrosoftSecurityIncidentCreationAlertRuleResult.Builder
builder(GetMicrosoftSecurityIncidentCreationAlertRuleResult defaults)
java.util.Optional<java.lang.String>
description()
java.lang.String
displayName()
java.util.List<java.lang.String>
displayNamesExcludeFilter()
java.util.List<java.lang.String>
displayNamesFilter()
java.lang.Boolean
enabled()
java.util.Optional<java.lang.String>
etag()
java.lang.String
id()
java.lang.String
kind()
java.lang.String
lastModifiedUtc()
java.lang.String
name()
java.lang.String
productFilter()
java.util.List<java.lang.String>
severitiesFilter()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
alertRuleTemplateName
public java.util.Optional<java.lang.String> alertRuleTemplateName()
- Returns:
- The Name of the alert rule template used to create this rule.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- The description of the alert rule.
-
displayName
public java.lang.String displayName()
- Returns:
- The display name for alerts created by this alert rule.
-
displayNamesExcludeFilter
public java.util.List<java.lang.String> displayNamesExcludeFilter()
- Returns:
- the alerts' displayNames on which the cases will not be generated
-
displayNamesFilter
public java.util.List<java.lang.String> displayNamesFilter()
- Returns:
- the alerts' displayNames on which the cases will be generated
-
enabled
public java.lang.Boolean enabled()
- Returns:
- Determines whether this alert rule is enabled or disabled.
-
etag
public java.util.Optional<java.lang.String> etag()
- Returns:
- Etag of the azure resource
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
kind
public java.lang.String kind()
- Returns:
- The kind of the alert rule Expected value is 'MicrosoftSecurityIncidentCreation'.
-
lastModifiedUtc
public java.lang.String lastModifiedUtc()
- Returns:
- The last time that this alert has been modified.
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
productFilter
public java.lang.String productFilter()
- Returns:
- The alerts' productName on which the cases will be generated
-
severitiesFilter
public java.util.List<java.lang.String> severitiesFilter()
- Returns:
- the alerts' severities on which the cases will be generated
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetMicrosoftSecurityIncidentCreationAlertRuleResult.Builder builder()
-
builder
public static GetMicrosoftSecurityIncidentCreationAlertRuleResult.Builder builder(GetMicrosoftSecurityIncidentCreationAlertRuleResult defaults)
-
-