|
31 | 31 | )
|
32 | 32 | from google.cloud.securitycenter_v1.types.application import Application
|
33 | 33 | from google.cloud.securitycenter_v1.types.asset import Asset
|
| 34 | +from google.cloud.securitycenter_v1.types.attack_exposure import AttackExposure |
| 35 | +from google.cloud.securitycenter_v1.types.attack_path import AttackPath |
34 | 36 | from google.cloud.securitycenter_v1.types.backup_disaster_recovery import (
|
35 | 37 | BackupDisasterRecovery,
|
36 | 38 | )
|
|
51 | 53 | from google.cloud.securitycenter_v1.types.contact_details import Contact, ContactDetails
|
52 | 54 | from google.cloud.securitycenter_v1.types.container import Container
|
53 | 55 | from google.cloud.securitycenter_v1.types.database import Database
|
| 56 | +from google.cloud.securitycenter_v1.types.effective_event_threat_detection_custom_module import ( |
| 57 | + EffectiveEventThreatDetectionCustomModule, |
| 58 | +) |
54 | 59 | from google.cloud.securitycenter_v1.types.effective_security_health_analytics_custom_module import (
|
55 | 60 | EffectiveSecurityHealthAnalyticsCustomModule,
|
56 | 61 | )
|
| 62 | +from google.cloud.securitycenter_v1.types.event_threat_detection_custom_module import ( |
| 63 | + EventThreatDetectionCustomModule, |
| 64 | +) |
| 65 | +from google.cloud.securitycenter_v1.types.event_threat_detection_custom_module_validation_errors import ( |
| 66 | + CustomModuleValidationError, |
| 67 | + CustomModuleValidationErrors, |
| 68 | + Position, |
| 69 | +) |
57 | 70 | from google.cloud.securitycenter_v1.types.exfiltration import (
|
58 | 71 | ExfilResource,
|
59 | 72 | Exfiltration,
|
|
82 | 95 | OrganizationSettings,
|
83 | 96 | )
|
84 | 97 | from google.cloud.securitycenter_v1.types.process import EnvironmentVariable, Process
|
85 |
| -from google.cloud.securitycenter_v1.types.resource import Resource |
| 98 | +from google.cloud.securitycenter_v1.types.resource import ( |
| 99 | + AwsMetadata, |
| 100 | + AzureMetadata, |
| 101 | + CloudProvider, |
| 102 | + Resource, |
| 103 | + ResourcePath, |
| 104 | +) |
| 105 | +from google.cloud.securitycenter_v1.types.resource_value_config import ( |
| 106 | + ResourceValue, |
| 107 | + ResourceValueConfig, |
| 108 | +) |
86 | 109 | from google.cloud.securitycenter_v1.types.run_asset_discovery_response import (
|
87 | 110 | RunAssetDiscoveryResponse,
|
88 | 111 | )
|
|
95 | 118 | from google.cloud.securitycenter_v1.types.security_marks import SecurityMarks
|
96 | 119 | from google.cloud.securitycenter_v1.types.security_posture import SecurityPosture
|
97 | 120 | from google.cloud.securitycenter_v1.types.securitycenter_service import (
|
| 121 | + BatchCreateResourceValueConfigsRequest, |
| 122 | + BatchCreateResourceValueConfigsResponse, |
98 | 123 | BulkMuteFindingsRequest,
|
99 | 124 | BulkMuteFindingsResponse,
|
100 | 125 | CreateBigQueryExportRequest,
|
| 126 | + CreateEventThreatDetectionCustomModuleRequest, |
101 | 127 | CreateFindingRequest,
|
102 | 128 | CreateMuteConfigRequest,
|
103 | 129 | CreateNotificationConfigRequest,
|
| 130 | + CreateResourceValueConfigRequest, |
104 | 131 | CreateSecurityHealthAnalyticsCustomModuleRequest,
|
105 | 132 | CreateSourceRequest,
|
106 | 133 | DeleteBigQueryExportRequest,
|
| 134 | + DeleteEventThreatDetectionCustomModuleRequest, |
107 | 135 | DeleteMuteConfigRequest,
|
108 | 136 | DeleteNotificationConfigRequest,
|
| 137 | + DeleteResourceValueConfigRequest, |
109 | 138 | DeleteSecurityHealthAnalyticsCustomModuleRequest,
|
110 | 139 | GetBigQueryExportRequest,
|
| 140 | + GetEffectiveEventThreatDetectionCustomModuleRequest, |
111 | 141 | GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,
|
| 142 | + GetEventThreatDetectionCustomModuleRequest, |
112 | 143 | GetMuteConfigRequest,
|
113 | 144 | GetNotificationConfigRequest,
|
114 | 145 | GetOrganizationSettingsRequest,
|
| 146 | + GetResourceValueConfigRequest, |
115 | 147 | GetSecurityHealthAnalyticsCustomModuleRequest,
|
| 148 | + GetSimulationRequest, |
116 | 149 | GetSourceRequest,
|
| 150 | + GetValuedResourceRequest, |
117 | 151 | GroupAssetsRequest,
|
118 | 152 | GroupAssetsResponse,
|
119 | 153 | GroupFindingsRequest,
|
120 | 154 | GroupFindingsResponse,
|
121 | 155 | GroupResult,
|
122 | 156 | ListAssetsRequest,
|
123 | 157 | ListAssetsResponse,
|
| 158 | + ListAttackPathsRequest, |
| 159 | + ListAttackPathsResponse, |
124 | 160 | ListBigQueryExportsRequest,
|
125 | 161 | ListBigQueryExportsResponse,
|
| 162 | + ListDescendantEventThreatDetectionCustomModulesRequest, |
| 163 | + ListDescendantEventThreatDetectionCustomModulesResponse, |
126 | 164 | ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
|
127 | 165 | ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
|
| 166 | + ListEffectiveEventThreatDetectionCustomModulesRequest, |
| 167 | + ListEffectiveEventThreatDetectionCustomModulesResponse, |
128 | 168 | ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
|
129 | 169 | ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
|
| 170 | + ListEventThreatDetectionCustomModulesRequest, |
| 171 | + ListEventThreatDetectionCustomModulesResponse, |
130 | 172 | ListFindingsRequest,
|
131 | 173 | ListFindingsResponse,
|
132 | 174 | ListMuteConfigsRequest,
|
133 | 175 | ListMuteConfigsResponse,
|
134 | 176 | ListNotificationConfigsRequest,
|
135 | 177 | ListNotificationConfigsResponse,
|
| 178 | + ListResourceValueConfigsRequest, |
| 179 | + ListResourceValueConfigsResponse, |
136 | 180 | ListSecurityHealthAnalyticsCustomModulesRequest,
|
137 | 181 | ListSecurityHealthAnalyticsCustomModulesResponse,
|
138 | 182 | ListSourcesRequest,
|
139 | 183 | ListSourcesResponse,
|
| 184 | + ListValuedResourcesRequest, |
| 185 | + ListValuedResourcesResponse, |
140 | 186 | RunAssetDiscoveryRequest,
|
141 | 187 | SetFindingStateRequest,
|
142 | 188 | SetMuteRequest,
|
143 | 189 | SimulateSecurityHealthAnalyticsCustomModuleRequest,
|
144 | 190 | SimulateSecurityHealthAnalyticsCustomModuleResponse,
|
145 | 191 | UpdateBigQueryExportRequest,
|
| 192 | + UpdateEventThreatDetectionCustomModuleRequest, |
146 | 193 | UpdateExternalSystemRequest,
|
147 | 194 | UpdateFindingRequest,
|
148 | 195 | UpdateMuteConfigRequest,
|
149 | 196 | UpdateNotificationConfigRequest,
|
150 | 197 | UpdateOrganizationSettingsRequest,
|
| 198 | + UpdateResourceValueConfigRequest, |
151 | 199 | UpdateSecurityHealthAnalyticsCustomModuleRequest,
|
152 | 200 | UpdateSecurityMarksRequest,
|
153 | 201 | UpdateSourceRequest,
|
| 202 | + ValidateEventThreatDetectionCustomModuleRequest, |
| 203 | + ValidateEventThreatDetectionCustomModuleResponse, |
154 | 204 | )
|
| 205 | +from google.cloud.securitycenter_v1.types.simulation import Simulation |
155 | 206 | from google.cloud.securitycenter_v1.types.source import Source
|
156 | 207 | from google.cloud.securitycenter_v1.types.toxic_combination import ToxicCombination
|
| 208 | +from google.cloud.securitycenter_v1.types.valued_resource import ( |
| 209 | + ResourceValueConfigMetadata, |
| 210 | + ValuedResource, |
| 211 | +) |
157 | 212 | from google.cloud.securitycenter_v1.types.vulnerability import (
|
158 | 213 | Cve,
|
159 | 214 | Cvssv3,
|
|
171 | 226 | "ServiceAccountDelegationInfo",
|
172 | 227 | "Application",
|
173 | 228 | "Asset",
|
| 229 | + "AttackExposure", |
| 230 | + "AttackPath", |
174 | 231 | "BackupDisasterRecovery",
|
175 | 232 | "BigQueryExport",
|
176 | 233 | "AdaptiveProtection",
|
|
186 | 243 | "ContactDetails",
|
187 | 244 | "Container",
|
188 | 245 | "Database",
|
| 246 | + "EffectiveEventThreatDetectionCustomModule", |
189 | 247 | "EffectiveSecurityHealthAnalyticsCustomModule",
|
| 248 | + "EventThreatDetectionCustomModule", |
| 249 | + "CustomModuleValidationError", |
| 250 | + "CustomModuleValidationErrors", |
| 251 | + "Position", |
190 | 252 | "ExfilResource",
|
191 | 253 | "Exfiltration",
|
192 | 254 | "ExternalSystem",
|
|
211 | 273 | "OrganizationSettings",
|
212 | 274 | "EnvironmentVariable",
|
213 | 275 | "Process",
|
| 276 | + "AwsMetadata", |
| 277 | + "AzureMetadata", |
214 | 278 | "Resource",
|
| 279 | + "ResourcePath", |
| 280 | + "CloudProvider", |
| 281 | + "ResourceValueConfig", |
| 282 | + "ResourceValue", |
215 | 283 | "RunAssetDiscoveryResponse",
|
216 | 284 | "CustomConfig",
|
217 | 285 | "SecurityHealthAnalyticsCustomModule",
|
218 | 286 | "SecurityMarks",
|
219 | 287 | "SecurityPosture",
|
| 288 | + "BatchCreateResourceValueConfigsRequest", |
| 289 | + "BatchCreateResourceValueConfigsResponse", |
220 | 290 | "BulkMuteFindingsRequest",
|
221 | 291 | "BulkMuteFindingsResponse",
|
222 | 292 | "CreateBigQueryExportRequest",
|
| 293 | + "CreateEventThreatDetectionCustomModuleRequest", |
223 | 294 | "CreateFindingRequest",
|
224 | 295 | "CreateMuteConfigRequest",
|
225 | 296 | "CreateNotificationConfigRequest",
|
| 297 | + "CreateResourceValueConfigRequest", |
226 | 298 | "CreateSecurityHealthAnalyticsCustomModuleRequest",
|
227 | 299 | "CreateSourceRequest",
|
228 | 300 | "DeleteBigQueryExportRequest",
|
| 301 | + "DeleteEventThreatDetectionCustomModuleRequest", |
229 | 302 | "DeleteMuteConfigRequest",
|
230 | 303 | "DeleteNotificationConfigRequest",
|
| 304 | + "DeleteResourceValueConfigRequest", |
231 | 305 | "DeleteSecurityHealthAnalyticsCustomModuleRequest",
|
232 | 306 | "GetBigQueryExportRequest",
|
| 307 | + "GetEffectiveEventThreatDetectionCustomModuleRequest", |
233 | 308 | "GetEffectiveSecurityHealthAnalyticsCustomModuleRequest",
|
| 309 | + "GetEventThreatDetectionCustomModuleRequest", |
234 | 310 | "GetMuteConfigRequest",
|
235 | 311 | "GetNotificationConfigRequest",
|
236 | 312 | "GetOrganizationSettingsRequest",
|
| 313 | + "GetResourceValueConfigRequest", |
237 | 314 | "GetSecurityHealthAnalyticsCustomModuleRequest",
|
| 315 | + "GetSimulationRequest", |
238 | 316 | "GetSourceRequest",
|
| 317 | + "GetValuedResourceRequest", |
239 | 318 | "GroupAssetsRequest",
|
240 | 319 | "GroupAssetsResponse",
|
241 | 320 | "GroupFindingsRequest",
|
242 | 321 | "GroupFindingsResponse",
|
243 | 322 | "GroupResult",
|
244 | 323 | "ListAssetsRequest",
|
245 | 324 | "ListAssetsResponse",
|
| 325 | + "ListAttackPathsRequest", |
| 326 | + "ListAttackPathsResponse", |
246 | 327 | "ListBigQueryExportsRequest",
|
247 | 328 | "ListBigQueryExportsResponse",
|
| 329 | + "ListDescendantEventThreatDetectionCustomModulesRequest", |
| 330 | + "ListDescendantEventThreatDetectionCustomModulesResponse", |
248 | 331 | "ListDescendantSecurityHealthAnalyticsCustomModulesRequest",
|
249 | 332 | "ListDescendantSecurityHealthAnalyticsCustomModulesResponse",
|
| 333 | + "ListEffectiveEventThreatDetectionCustomModulesRequest", |
| 334 | + "ListEffectiveEventThreatDetectionCustomModulesResponse", |
250 | 335 | "ListEffectiveSecurityHealthAnalyticsCustomModulesRequest",
|
251 | 336 | "ListEffectiveSecurityHealthAnalyticsCustomModulesResponse",
|
| 337 | + "ListEventThreatDetectionCustomModulesRequest", |
| 338 | + "ListEventThreatDetectionCustomModulesResponse", |
252 | 339 | "ListFindingsRequest",
|
253 | 340 | "ListFindingsResponse",
|
254 | 341 | "ListMuteConfigsRequest",
|
255 | 342 | "ListMuteConfigsResponse",
|
256 | 343 | "ListNotificationConfigsRequest",
|
257 | 344 | "ListNotificationConfigsResponse",
|
| 345 | + "ListResourceValueConfigsRequest", |
| 346 | + "ListResourceValueConfigsResponse", |
258 | 347 | "ListSecurityHealthAnalyticsCustomModulesRequest",
|
259 | 348 | "ListSecurityHealthAnalyticsCustomModulesResponse",
|
260 | 349 | "ListSourcesRequest",
|
261 | 350 | "ListSourcesResponse",
|
| 351 | + "ListValuedResourcesRequest", |
| 352 | + "ListValuedResourcesResponse", |
262 | 353 | "RunAssetDiscoveryRequest",
|
263 | 354 | "SetFindingStateRequest",
|
264 | 355 | "SetMuteRequest",
|
265 | 356 | "SimulateSecurityHealthAnalyticsCustomModuleRequest",
|
266 | 357 | "SimulateSecurityHealthAnalyticsCustomModuleResponse",
|
267 | 358 | "UpdateBigQueryExportRequest",
|
| 359 | + "UpdateEventThreatDetectionCustomModuleRequest", |
268 | 360 | "UpdateExternalSystemRequest",
|
269 | 361 | "UpdateFindingRequest",
|
270 | 362 | "UpdateMuteConfigRequest",
|
271 | 363 | "UpdateNotificationConfigRequest",
|
272 | 364 | "UpdateOrganizationSettingsRequest",
|
| 365 | + "UpdateResourceValueConfigRequest", |
273 | 366 | "UpdateSecurityHealthAnalyticsCustomModuleRequest",
|
274 | 367 | "UpdateSecurityMarksRequest",
|
275 | 368 | "UpdateSourceRequest",
|
| 369 | + "ValidateEventThreatDetectionCustomModuleRequest", |
| 370 | + "ValidateEventThreatDetectionCustomModuleResponse", |
| 371 | + "Simulation", |
276 | 372 | "Source",
|
277 | 373 | "ToxicCombination",
|
| 374 | + "ResourceValueConfigMetadata", |
| 375 | + "ValuedResource", |
278 | 376 | "Cve",
|
279 | 377 | "Cvssv3",
|
280 | 378 | "Package",
|
|
0 commit comments