Finding constructor

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

Implementation

Finding({
  this.access,
  this.affectedResources,
  this.aiModel,
  this.application,
  this.artifactGuardPolicies,
  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.secret,
  this.securityMarks,
  this.securityPosture,
  this.severity,
  this.sourceProperties,
  this.state,
  this.toxicCombination,
  this.vertexAi,
  this.vulnerability,
});