2626| id | str | None ||
2727| remediation | Optional[ str] | None ||
2828
29+ # ** CVESubscription**
30+ ## Required:
31+ id
32+ ## Properties
33+ | Property | Type | Description | Example |
34+ | ----------| ------| -------------| ---------|
35+ | id | str | CVE ID ||
36+
2937# ** HTTPValidationError**
3038## Properties
3139| Property | Type | Description | Example |
@@ -45,7 +53,7 @@ name, entity_type, output_format
4553
4654# ** IntegrationCreateResponse**
4755## Required:
48- id, name, organization_id, created_at, updated_at, entity_type, output_format, blocklists, endpoint, credentials
56+ id, name, organization_id, created_at, updated_at, entity_type, output_format, blocklists, cves, endpoint, credentials
4957## Properties
5058| Property | Type | Description | Example |
5159| ----------| ------| -------------| ---------|
@@ -59,14 +67,15 @@ id, name, organization_id, created_at, updated_at, entity_type, output_format, b
5967| output_format | str | None ||
6068| last_pull | Optional[ str] | Last time the integration pulled blocklists ||
6169| blocklists | list[ BlocklistSubscription] | Blocklists that are subscribed by the integration ||
70+ | cves | list[ CVESubscription] | CVEs that are subscribed by the integration ||
6271| endpoint | str | Url that should be used by the firewall or the remediation component to fetch the integration's content ||
6372| stats | Stats | None ||
6473| tags | list[ str] | Tags associated with the integration ||
6574| credentials | Union[ ApiKeyCredentials, BasicAuthCredentials] | Credentials that were generated for the integration ||
6675
6776# ** IntegrationGetResponse**
6877## Required:
69- id, name, organization_id, created_at, updated_at, entity_type, output_format, blocklists, endpoint
78+ id, name, organization_id, created_at, updated_at, entity_type, output_format, blocklists, cves, endpoint
7079## Properties
7180| Property | Type | Description | Example |
7281| ----------| ------| -------------| ---------|
@@ -80,6 +89,7 @@ id, name, organization_id, created_at, updated_at, entity_type, output_format, b
8089| output_format | str | None ||
8190| last_pull | Optional[ str] | Last time the integration pulled blocklists ||
8291| blocklists | list[ BlocklistSubscription] | Blocklists that are subscribed by the integration ||
92+ | cves | list[ CVESubscription] | CVEs that are subscribed by the integration ||
8393| endpoint | str | Url that should be used by the firewall or the remediation component to fetch the integration's content ||
8494| stats | Stats | None ||
8595| tags | list[ str] | Tags associated with the integration ||
@@ -112,7 +122,7 @@ FIREWALL_INTEGRATION, REMEDIATION_COMPONENT_INTEGRATION
112122
113123# ** IntegrationUpdateResponse**
114124## Required:
115- id, name, organization_id, created_at, updated_at, entity_type, output_format, blocklists, endpoint
125+ id, name, organization_id, created_at, updated_at, entity_type, output_format, blocklists, cves, endpoint
116126## Properties
117127| Property | Type | Description | Example |
118128| ----------| ------| -------------| ---------|
@@ -126,6 +136,7 @@ id, name, organization_id, created_at, updated_at, entity_type, output_format, b
126136| output_format | str | None ||
127137| last_pull | Optional[ str] | Last time the integration pulled blocklists ||
128138| blocklists | list[ BlocklistSubscription] | Blocklists that are subscribed by the integration ||
139+ | cves | list[ CVESubscription] | CVEs that are subscribed by the integration ||
129140| endpoint | str | Url that should be used by the firewall or the remediation component to fetch the integration's content ||
130141| stats | Stats | None ||
131142| tags | list[ str] | Tags associated with the integration ||
0 commit comments