Sha256: bc87495c7d0f427cba50eb947fc540361babc7f078c7c08b12cbd283be02a981

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

Contents

# DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleUpdateAttributes

## Properties

| Name            | Type        | Description                            | Notes      |
| --------------- | ----------- | -------------------------------------- | ---------- |
| **description** | **String**  | The description of the Agent rule.     | [optional] |
| **enabled**     | **Boolean** | Whether the Agent rule is enabled.     | [optional] |
| **expression**  | **String**  | The SECL expression of the Agent rule. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleUpdateAttributes.new(
  description: My Agent rule,
  enabled: true,
  expression: exec.file.name == \"sh\"
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/CloudWorkloadSecurityAgentRuleUpdateAttributes.md