Skip to content

Commit

Permalink
SSPROD-48663 - resource(organization): add include/exclude optional f…
Browse files Browse the repository at this point in the history
…ields (#598)

* resource(organization): add include/exclude optional fields

* update(org): include/exclude optional fields

* resource(organization): add include/exclude optional fields
  • Loading branch information
jose-pablo-camacho authored Feb 21, 2025
1 parent e60877e commit 2669264
Show file tree
Hide file tree
Showing 4 changed files with 1,632 additions and 808 deletions.
4 changes: 4 additions & 0 deletions sysdig/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ const (
SchemaManagementAccountId = "management_account_id"
SchemaOrganizationIDKey = "organization_id"
SchemaOrganizationalUnitIds = "organizational_unit_ids"
SchemaIncludedOrganizationalGroups = "included_organizational_groups"
SchemaExcludedOrganizationalGroups = "excluded_organizational_groups"
SchemaIncludedCloudAccounts = "included_cloud_accounts"
SchemaExcludedCloudAccounts = "excluded_cloud_accounts"
SchemaCloudProviderTenantId = "provider_tenant_id"
SchemaCloudProviderAlias = "provider_alias"
SchemaAccountId = "account_id"
Expand Down
Loading

0 comments on commit 2669264

Please sign in to comment.