Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-07 14:32:01.074771",
"spec_repo_commit": "ef7c2778"
"regenerated": "2024-10-07 20:44:59.845946",
"spec_repo_commit": "5b4f9ebe"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-07 14:32:01.095482",
"spec_repo_commit": "ef7c2778"
"regenerated": "2024-10-07 20:44:59.860582",
"spec_repo_commit": "5b4f9ebe"
}
}
}
6 changes: 6 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3314,6 +3314,12 @@ components:
to be set to true.'
example: true
type: boolean
is_resource_change_collection_enabled:
default: false
description: When enabled, Datadog scans for all resource change data in
your Google Cloud environment.
example: true
type: boolean
is_security_command_center_enabled:
default: false
description: 'When enabled, Datadog will attempt to collect Security Command
Expand Down
6 changes: 6 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9566,6 +9566,12 @@ components:
product for this service account. Note: This requires resource_collection_enabled
to be set to true.'
type: boolean
is_resource_change_collection_enabled:
default: false
description: When enabled, Datadog scans for all resource change data in
your Google Cloud environment.
example: true
type: boolean
is_security_command_center_enabled:
default: false
description: 'When enabled, Datadog will attempt to collect Security Command
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-01-31T21:16:03.254Z
2024-10-07T20:24:57.651Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-12-20T13:20:18.421Z
2024-10-07T20:30:09.400Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-01-31T21:16:03.829Z
2024-10-07T20:30:10.415Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-12-20T13:43:40.420Z
2024-10-07T20:30:11.373Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-03-11T19:47:25.315Z
2024-10-07T20:25:02.725Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/v1/gcp-integration/CreateGCPIntegration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
is_cspm_enabled: true,
is_security_command_center_enabled: true,
is_resource_change_collection_enabled: true,
private_key: "private_key",
private_key_id: "123456789abcdefghi123456789abcdefghijklm",
project_id: "datadog-apitest",
Expand Down
1 change: 1 addition & 0 deletions examples/v1/gcp-integration/UpdateGCPIntegration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
host_filters: "key:value,filter:example",
is_cspm_enabled: true,
is_security_command_center_enabled: true,
is_resource_change_collection_enabled: true,
private_key: "private_key",
private_key_id: "123456789abcdefghi123456789abcdefghijklm",
project_id: "datadog-apitest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
is_cspm_enabled: true,
is_security_command_center_enabled: true,
is_resource_change_collection_enabled: true,
private_key: "private_key",
private_key_id: "123456789abcdefghi123456789abcdefghijklm",
project_id: "datadog-apitest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
data: DatadogAPIClient::V2::GCPSTSServiceAccountData.new({
attributes: DatadogAPIClient::V2::GCPSTSServiceAccountAttributes.new({
is_security_command_center_enabled: true,
is_resource_change_collection_enabled: true,
client_email: "Test-252bf553ef04b351@test-project.iam.gserviceaccount.com",
host_filters: [],
}),
Expand Down
Loading