Finding constructor

Finding({
  1. Access? access,
  2. AffectedResources? affectedResources,
  3. AiModel? aiModel,
  4. Application? application,
  5. AttackExposure? attackExposure,
  6. BackupDisasterRecovery? backupDisasterRecovery,
  7. String? canonicalName,
  8. String? category,
  9. Chokepoint? chokepoint,
  10. CloudArmor? cloudArmor,
  11. CloudDlpDataProfile? cloudDlpDataProfile,
  12. CloudDlpInspection? cloudDlpInspection,
  13. ComplianceDetails? complianceDetails,
  14. List<Compliance>? compliances,
  15. List<Connection>? connections,
  16. Map<String, ContactDetails>? contacts,
  17. List<Container>? containers,
  18. String? createTime,
  19. List<DataAccessEvent>? dataAccessEvents,
  20. List<DataFlowEvent>? dataFlowEvents,
  21. List<DataRetentionDeletionEvent>? dataRetentionDeletionEvents,
  22. Database? database,
  23. String? description,
  24. Disk? disk,
  25. String? eventTime,
  26. Exfiltration? exfiltration,
  27. Map<String, GoogleCloudSecuritycenterV1ExternalSystem>? externalSystems,
  28. String? externalUri,
  29. List<File>? files,
  30. String? findingClass,
  31. List<GroupMembership>? groupMemberships,
  32. List<IamBinding>? iamBindings,
  33. Indicator? indicator,
  34. IpRules? ipRules,
  35. Job? job,
  36. KernelRootkit? kernelRootkit,
  37. Kubernetes? kubernetes,
  38. List<LoadBalancer>? loadBalancers,
  39. List<LogEntry>? logEntries,
  40. MitreAttack? mitreAttack,
  41. String? moduleName,
  42. String? mute,
  43. MuteInfo? muteInfo,
  44. String? muteInitiator,
  45. String? muteUpdateTime,
  46. String? name,
  47. List<Network>? networks,
  48. String? nextSteps,
  49. Notebook? notebook,
  50. List<OrgPolicy>? orgPolicies,
  51. String? parent,
  52. String? parentDisplayName,
  53. List<Process>? processes,
  54. String? resourceName,
  55. SecurityMarks? securityMarks,
  56. SecurityPosture? securityPosture,
  57. String? severity,
  58. Map<String, Object?>? sourceProperties,
  59. String? state,
  60. ToxicCombination? toxicCombination,
  61. VertexAi? vertexAi,
  62. Vulnerability? vulnerability,
})

Implementation

Finding({
  this.access,
  this.affectedResources,
  this.aiModel,
  this.application,
  this.attackExposure,
  this.backupDisasterRecovery,
  this.canonicalName,
  this.category,
  this.chokepoint,
  this.cloudArmor,
  this.cloudDlpDataProfile,
  this.cloudDlpInspection,
  this.complianceDetails,
  this.compliances,
  this.connections,
  this.contacts,
  this.containers,
  this.createTime,
  this.dataAccessEvents,
  this.dataFlowEvents,
  this.dataRetentionDeletionEvents,
  this.database,
  this.description,
  this.disk,
  this.eventTime,
  this.exfiltration,
  this.externalSystems,
  this.externalUri,
  this.files,
  this.findingClass,
  this.groupMemberships,
  this.iamBindings,
  this.indicator,
  this.ipRules,
  this.job,
  this.kernelRootkit,
  this.kubernetes,
  this.loadBalancers,
  this.logEntries,
  this.mitreAttack,
  this.moduleName,
  this.mute,
  this.muteInfo,
  this.muteInitiator,
  this.muteUpdateTime,
  this.name,
  this.networks,
  this.nextSteps,
  this.notebook,
  this.orgPolicies,
  this.parent,
  this.parentDisplayName,
  this.processes,
  this.resourceName,
  this.securityMarks,
  this.securityPosture,
  this.severity,
  this.sourceProperties,
  this.state,
  this.toxicCombination,
  this.vertexAi,
  this.vulnerability,
});