Skip to content

Commit 79f3748

Browse files
SSPROD-55868: Add flag for automatic onboarding in Organization resource (#630)
* SSPROD-55868: Add flag for automatic onboarding in Organization resource Change summary: --------------- 1. Adding a new field in organization resource for automatic_onboarding 2. Updated unit test and docs * Make default for new schema field as false
1 parent 6d0b647 commit 79f3748

File tree

5 files changed

+1577
-836
lines changed

5 files changed

+1577
-836
lines changed

sysdig/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const (
9090
SchemaIncludedCloudAccounts = "included_cloud_accounts"
9191
SchemaExcludedCloudAccounts = "excluded_cloud_accounts"
9292
SchemaOrganizationRootID = "organization_root_id"
93+
SchemaAutomaticOnboarding = "automatic_onboarding"
9394
SchemaCloudProviderTenantId = "provider_tenant_id"
9495
SchemaCloudProviderAlias = "provider_alias"
9596
SchemaAccountId = "account_id"

0 commit comments

Comments
 (0)