|
1 | 1 | package sysdig |
2 | 2 |
|
3 | 3 | const ( |
4 | | - SchemaIDKey = "id" |
5 | | - SchemaTeamIDKey = "team_id" |
6 | | - SchemaPoliciesKey = "policies" |
7 | | - SchemaPolicyIDsKey = "policy_ids" |
8 | | - SchemaAuthorsKey = "authors" |
9 | | - SchemaAuthorKey = "author" |
10 | | - SchemaNameKey = "name" |
11 | | - SchemaEnabledKey = "enabled" |
12 | | - SchemaStatusKey = "status" |
13 | | - SchemaTypeKey = "type" |
14 | | - SchemaKindKey = "kind" |
15 | | - SchemaDescriptionKey = "description" |
16 | | - SchemaVersionKey = "version" |
17 | | - SchemaLinkKey = "link" |
18 | | - SchemaGroupKey = "group" |
19 | | - SchemaLastModifiedBy = "last_modified_by" |
20 | | - SchemaLastUpdated = "last_updated" |
21 | | - SchemaExpirationDateKey = "expiration_date" |
22 | | - SchemaPublishedDateKey = "published_date" |
23 | | - SchemaCreatedDateKey = "date_created" |
24 | | - SchemaMinKubeVersionKey = "min_kube_version" |
25 | | - SchemaMaxKubeVersionKey = "max_kube_version" |
26 | | - SchemaIsCustomKey = "is_custom" |
27 | | - SchemaIsActiveKey = "is_active" |
28 | | - SchemaPlatformKey = "platform" |
29 | | - SchemaZonesKey = "zones" |
30 | | - SchemaZonesIDsKey = "zone_ids" |
31 | | - SchemaAllZones = "all_zones" |
32 | | - SchemaScopeKey = "scope" |
33 | | - SchemaScopesKey = "scopes" |
34 | | - SchemaTargetTypeKey = "target_type" |
35 | | - SchemaRoleKey = "role" |
36 | | - SchemaSystemRoleKey = "system_role" |
37 | | - SchemaRulesKey = "rules" |
38 | | - SchemaApiKeyKey = "api_key" |
39 | | - SchemaPermissionsKey = "permissions" |
40 | | - SchemaMonitorPermKey = "monitor_permissions" |
41 | | - SchemaSecurePermKey = "secure_permissions" |
42 | | - SchemaRequestedPermKey = "requested_permissions" |
43 | | - SchemaEnrichedPermKey = "enriched_permissions" |
44 | | - SchemaSecureThreatDetection = "secure_threat_detection" |
45 | | - SchemaSecureConfigPosture = "secure_config_posture" |
46 | | - SchemaSecureIdentityEntitlement = "secure_identity_entitlement" |
47 | | - SchemaSecureAgentlessScanning = "secure_agentless_scanning" |
48 | | - SchemaMonitorCloudMetrics = "monitor_cloud_metrics" |
49 | | - SchemaType = "type" |
50 | | - SchemaInstance = "instance" |
51 | | - SchemaVersion = "version" |
52 | | - SchemaCloudConnectorMetadata = "cloud_connector_metadata" |
53 | | - SchemaTrustedRoleMetadata = "trusted_role_metadata" |
54 | | - SchemaEventBridgeMetadata = "event_bridge_metadata" |
55 | | - SchemaServicePrincipalMetadata = "service_principal_metadata" |
56 | | - SchemaWebhookDatasourceMetadata = "webhook_datasource_metadata" |
57 | | - SchemaCryptoKeyMetadata = "crypto_key_metadata" |
58 | | - SchemaCloudLogsMetadata = "cloud_logs_metadata" |
59 | | - SchemaEnabled = "enabled" |
60 | | - SchemaComponents = "components" |
61 | | - SchemaComponent = "component" |
62 | | - SchemaCloudProviderId = "provider_id" |
63 | | - SchemaCloudProviderType = "provider_type" |
64 | | - SchemaFeature = "feature" |
65 | | - SchemaManagementAccountId = "management_account_id" |
66 | | - SchemaOrganizationIDKey = "organization_id" |
67 | | - SchemaOrganizationalUnitIds = "organizational_unit_ids" |
68 | | - SchemaCloudProviderTenantId = "provider_tenant_id" |
69 | | - SchemaCloudProviderAlias = "provider_alias" |
70 | | - SchemaAccountId = "account_id" |
71 | | - SchemaFeatureFlags = "flags" |
| 4 | + SchemaIDKey = "id" |
| 5 | + SchemaTeamIDKey = "team_id" |
| 6 | + SchemaPoliciesKey = "policies" |
| 7 | + SchemaPolicyIDsKey = "policy_ids" |
| 8 | + SchemaAuthorsKey = "authors" |
| 9 | + SchemaAuthorKey = "author" |
| 10 | + SchemaNameKey = "name" |
| 11 | + SchemaEnabledKey = "enabled" |
| 12 | + SchemaStatusKey = "status" |
| 13 | + SchemaTypeKey = "type" |
| 14 | + SchemaResourceKindKey = "resource_kind" |
| 15 | + SchemaResourceRegoKey = "rego" |
| 16 | + SchemaResourceSeverityKey = "severity" |
| 17 | + SchemaResourceRemediationDetailsKey = "remediation_details" |
| 18 | + SchemaKindKey = "kind" |
| 19 | + SchemaDescriptionKey = "description" |
| 20 | + SchemaVersionKey = "version" |
| 21 | + SchemaLinkKey = "link" |
| 22 | + SchemaGroupKey = "group" |
| 23 | + SchemaLastModifiedBy = "last_modified_by" |
| 24 | + SchemaLastUpdated = "last_updated" |
| 25 | + SchemaExpirationDateKey = "expiration_date" |
| 26 | + SchemaPublishedDateKey = "published_date" |
| 27 | + SchemaCreatedDateKey = "date_created" |
| 28 | + SchemaMinKubeVersionKey = "min_kube_version" |
| 29 | + SchemaMaxKubeVersionKey = "max_kube_version" |
| 30 | + SchemaIsCustomKey = "is_custom" |
| 31 | + SchemaIsActiveKey = "is_active" |
| 32 | + SchemaPlatformKey = "platform" |
| 33 | + SchemaZonesKey = "zones" |
| 34 | + SchemaZonesIDsKey = "zone_ids" |
| 35 | + SchemaAllZones = "all_zones" |
| 36 | + SchemaScopeKey = "scope" |
| 37 | + SchemaScopesKey = "scopes" |
| 38 | + SchemaTargetTypeKey = "target_type" |
| 39 | + SchemaRoleKey = "role" |
| 40 | + SchemaSystemRoleKey = "system_role" |
| 41 | + SchemaRulesKey = "rules" |
| 42 | + SchemaApiKeyKey = "api_key" |
| 43 | + SchemaPermissionsKey = "permissions" |
| 44 | + SchemaMonitorPermKey = "monitor_permissions" |
| 45 | + SchemaSecurePermKey = "secure_permissions" |
| 46 | + SchemaRequestedPermKey = "requested_permissions" |
| 47 | + SchemaEnrichedPermKey = "enriched_permissions" |
| 48 | + SchemaSecureThreatDetection = "secure_threat_detection" |
| 49 | + SchemaSecureConfigPosture = "secure_config_posture" |
| 50 | + SchemaSecureIdentityEntitlement = "secure_identity_entitlement" |
| 51 | + SchemaSecureAgentlessScanning = "secure_agentless_scanning" |
| 52 | + SchemaMonitorCloudMetrics = "monitor_cloud_metrics" |
| 53 | + SchemaType = "type" |
| 54 | + SchemaInstance = "instance" |
| 55 | + SchemaVersion = "version" |
| 56 | + SchemaCloudConnectorMetadata = "cloud_connector_metadata" |
| 57 | + SchemaTrustedRoleMetadata = "trusted_role_metadata" |
| 58 | + SchemaEventBridgeMetadata = "event_bridge_metadata" |
| 59 | + SchemaServicePrincipalMetadata = "service_principal_metadata" |
| 60 | + SchemaWebhookDatasourceMetadata = "webhook_datasource_metadata" |
| 61 | + SchemaCryptoKeyMetadata = "crypto_key_metadata" |
| 62 | + SchemaCloudLogsMetadata = "cloud_logs_metadata" |
| 63 | + SchemaEnabled = "enabled" |
| 64 | + SchemaComponents = "components" |
| 65 | + SchemaComponent = "component" |
| 66 | + SchemaCloudProviderId = "provider_id" |
| 67 | + SchemaCloudProviderType = "provider_type" |
| 68 | + SchemaFeature = "feature" |
| 69 | + SchemaManagementAccountId = "management_account_id" |
| 70 | + SchemaOrganizationIDKey = "organization_id" |
| 71 | + SchemaOrganizationalUnitIds = "organizational_unit_ids" |
| 72 | + SchemaCloudProviderTenantId = "provider_tenant_id" |
| 73 | + SchemaCloudProviderAlias = "provider_alias" |
| 74 | + SchemaAccountId = "account_id" |
| 75 | + SchemaFeatureFlags = "flags" |
72 | 76 | ) |
0 commit comments