Skip to content

Commit 32680d7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add field attribute to the Workload Protection hash action (#2798)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 6077707 commit 32680d7

File tree

63 files changed

+2614
-4289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2614
-4289
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10258,6 +10258,10 @@ components:
1025810258
description: Whether the policy is pinned
1025910259
example: false
1026010260
type: boolean
10261+
policyType:
10262+
description: The type of the policy
10263+
example: policy
10264+
type: string
1026110265
policyVersion:
1026210266
description: The version of the policy
1026310267
example: '1'
@@ -10436,11 +10440,11 @@ components:
1043610440
CloudWorkloadSecurityAgentPolicyVersion:
1043710441
description: The versions of the policy
1043810442
properties:
10439-
Date:
10443+
date:
1044010444
description: The date and time the version was created
1044110445
nullable: true
1044210446
type: string
10443-
Name:
10447+
name:
1044410448
description: The version of the policy
1044510449
example: 1.47.0-rc2
1044610450
type: string
@@ -10467,8 +10471,11 @@ components:
1046710471
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleActionSet'
1046810472
type: object
1046910473
CloudWorkloadSecurityAgentRuleActionHash:
10470-
additionalProperties: {}
10471-
description: An empty object indicating the hash action
10474+
description: Hash file specified by the field attribute
10475+
properties:
10476+
field:
10477+
description: The field of the hash action
10478+
type: string
1047210479
type: object
1047310480
CloudWorkloadSecurityAgentRuleActionMetadata:
1047410481
description: The metadata action applied on the scope matching the rule
@@ -10516,9 +10523,14 @@ components:
1051610523
format: int64
1051710524
type: integer
1051810525
value:
10519-
description: The value of the set action
10520-
type: string
10526+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleActionSetValue'
1052110527
type: object
10528+
CloudWorkloadSecurityAgentRuleActionSetValue:
10529+
description: The value of the set action
10530+
oneOf:
10531+
- type: string
10532+
- type: integer
10533+
- type: boolean
1052210534
CloudWorkloadSecurityAgentRuleActions:
1052310535
description: The array of actions the rule can perform if triggered
1052410536
items:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-10T15:20:39.566Z
1+
2025-12-11T16:09:12.949Z

cassettes/features/v2/csm_threats/Create-a-Workload-Protection-agent-rule-returns-Bad-Request-response.yml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-10T15:20:41.757Z
1+
2025-12-11T16:09:15.376Z

cassettes/features/v2/csm_threats/Create-a-Workload-Protection-agent-rule-returns-OK-response.yml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-10T15:20:46.004Z
1+
2025-12-11T16:09:18.588Z

cassettes/features/v2/csm_threats/Create-a-Workload-Protection-agent-rule-with-set-action-returns-OK-response.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-10T15:20:50.578Z
1+
2025-12-11T16:09:21.764Z

0 commit comments

Comments
 (0)