Finding constructor

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

Implementation

Finding({
  this.access,
  this.application,
  this.attackExposure,
  this.backupDisasterRecovery,
  this.canonicalName,
  this.category,
  this.cloudArmor,
  this.cloudDlpDataProfile,
  this.cloudDlpInspection,
  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.vulnerability,
});