AwsSecurityFinding
import type { AwsSecurityFinding } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsSecurityFinding {
Action?: Action | null;
AwsAccountId: string;
CompanyName?: string | null;
Compliance?: Compliance | null;
Confidence?: number | null;
CreatedAt: string;
Criticality?: number | null;
Description: string;
FindingProviderFields?: FindingProviderFields | null;
FirstObservedAt?: string | null;
GeneratorId: string;
Id: string;
LastObservedAt?: string | null;
Malware?: Malware[] | null;
Network?: Network | null;
NetworkPath?: NetworkPathComponent[] | null;
Note?: Note | null;
PatchSummary?: PatchSummary | null;
Process?: ProcessDetails | null;
ProductArn: string;
ProductFields?: {} | null;
[key: string]: string | null | undefined;
ProductName?: string | null;
RecordState?: RecordState | null;
Region?: string | null;
RelatedFindings?: RelatedFinding[] | null;
Remediation?: Remediation | null;
Resources: Resource[];
SchemaVersion: string;
Severity?: Severity | null;
SourceUrl?: string | null;
ThreatIntelIndicators?: ThreatIntelIndicator[] | null;
Title: string;
Types?: string[] | null;
UpdatedAt: string;
UserDefinedFields?: {} | null;
[key: string]: string | null | undefined;
VerificationState?: VerificationState | null;
Vulnerabilities?: Vulnerability[] | null;
Workflow?: Workflow | null;
WorkflowState?: WorkflowState | null;
}§Properties
§
Compliance?: Compliance | null
[src]§
FindingProviderFields?: FindingProviderFields | null
[src]§
NetworkPath?: NetworkPathComponent[] | null
[src]§
PatchSummary?: PatchSummary | null
[src]§
Process?: ProcessDetails | null
[src]§
RecordState?: RecordState | null
[src]§
RelatedFindings?: RelatedFinding[] | null
[src]§
Remediation?: Remediation | null
[src]§
ThreatIntelIndicators?: ThreatIntelIndicator[] | null
[src]§
VerificationState?: VerificationState | null
[src]§
Vulnerabilities?: Vulnerability[] | null
[src]§
WorkflowState?: WorkflowState | null
[src]