Sha256: ffa88ebe853c80e05e8ab264c90c2714a913eb38124bfa68d8c8e6ac92420a8b
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/utils/object_share' module Contrast module Agent module Reporting module Settings # Settings for each protect rule class ProtectRule # @return [Symbol] the configured mode of the rule; OFF, MONITOR, BLOCK attr_accessor :mode end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contrast-agent-6.11.0 | lib/contrast/agent/reporting/settings/protect_rule.rb |
contrast-agent-6.10.0 | lib/contrast/agent/reporting/settings/protect_rule.rb |