Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelResponseDefinitionAlertSourceItem

The alert sources. They identify the providers and their finding types which makes the findings available to Security Advisor.

Hierarchy

  • ChannelResponseDefinitionAlertSourceItem

Index

Properties

Optional finding_types

finding_types: string[]

An array of the finding types of the provider_name or "ALL" to specify all finding types under that provider Below is a list of supported finding types for each built in providers | provider_name | Supported finding types | |-----|-----| | VA | "image_with_vulnerabilities", "image_with_config_issues"| | NA | "anonym_server", "malware_server", "bot_server", "miner_server", "server_suspected_ratio", "server_response", "data_extrusion", "server_weaponized_total"| | ATA | "appid", "cos", "iks", "iam", "kms", "cert", "account", "app"| | CERT | "expired_cert", "expiring_1day_cert", "expiring_10day_cert", "expiring_30day_cert", "expiring_60day_cert", "expiring_90day_cert"| | config-advisor | "appprotection-dns_not_proxied", "appprotection-dnssec_off", "appprotection-ssl_not_strict", "appprotection-tls_min_version", "appprotection-waf_off", "appprotection-waf_rules", "calico-deny_all_rule", "calico-nonstandard_ports", "calico-update_cis_whitelist", "datacos-cos_managers", "datacos-not_encrypted_via_kp", "datacos-not_in_private_network", "datacos-public_bucket_acl", "datacos-public_bucket_iam", "datacos-public_object_acl", "iam-account_admins", "iam-all_resource_managers", "iam-all_resource_readers", "iam-identity_admins", "iam-kms_managers", "iam-out_of_group"| | ALL | "ALL"|.

Optional provider_name

provider_name: string

Below is a list of builtin providers that you can select in addition to the ones you obtain by calling Findings API /v1/{account_id}/providers : | provider_name | The source they represent | |-----|-----| | VA | Vulnerable image findings| | NA | Network Insights findings| | ATA | Activity Insights findings| | CERT | Certificate Manager findings| | ALL | Special provider name to represent all the providers. Its mutually exclusive with other providers meaning either you choose ALL or you don't|.

Generated using TypeDoc