Sha256: a33e694661535959d5b9e255b0d5af017c103c4ee07bb86ade4ad95c396ab146

Contents?: true

Size: 889 Bytes

Versions: 1

Compression:

Stored size: 889 Bytes

Contents

# DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleCreateAttributes

## 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. |            |
| **name**        | **String**  | The name of the Agent rule.            |            |

## Example

```ruby
require 'datadog_api_client/v2'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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