Sha256: ef9a3d202dc277c248af1212f34a32cffc6f36ac4b0e7c94f0f3a4026914d0c3
Contents?: true
Size: 766 Bytes
Versions: 6
Compression:
Stored size: 766 Bytes
Contents
# DatadogAPIClient::V2::SecurityMonitoringRuntimeAgentRule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **agent_rule_id** | **String** | The Agent rule ID. Must be unique within the rule. | [optional] | | **expression** | **String** | A Runtime Security expression determines what activity should be collected by the Datadog Agent. These logical expressions can use predefined operators and attributes. Tags cannot be used in Runtime Security expressions. Instead, allow or deny based on tags under the advanced option. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityMonitoringRuntimeAgentRule.new( agent_rule_id: etc_shadow, expression: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems