Class GetMicrosoftSecurityIncidentCreationAlertRuleResult


  • public final class GetMicrosoftSecurityIncidentCreationAlertRuleResult
    extends java.lang.Object
    • 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"