Skip to content

Commit 8c6c5ae

Browse files
feat(securitycenter): update the api
#### securitycenter:v1 The following keys were added: - schemas.Attack.properties.volumeBps.deprecated (Total Keys: 1) - schemas.Attack.properties.volumeBpsLong (Total Keys: 2) - schemas.Attack.properties.volumePps.deprecated (Total Keys: 1) - schemas.Attack.properties.volumePpsLong (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.deprecated (Total Keys: 1) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBpsLong (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.deprecated (Total Keys: 1) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePpsLong (Total Keys: 2) #### securitycenter:v1beta1 The following keys were added: - schemas.Attack.properties.volumeBps.deprecated (Total Keys: 1) - schemas.Attack.properties.volumeBpsLong (Total Keys: 2) - schemas.Attack.properties.volumePps.deprecated (Total Keys: 1) - schemas.Attack.properties.volumePpsLong (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.deprecated (Total Keys: 1) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBpsLong (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.deprecated (Total Keys: 1) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePpsLong (Total Keys: 2) #### securitycenter:v1beta2 The following keys were added: - schemas.Attack.properties.volumeBps.deprecated (Total Keys: 1) - schemas.Attack.properties.volumeBpsLong (Total Keys: 2) - schemas.Attack.properties.volumePps.deprecated (Total Keys: 1) - schemas.Attack.properties.volumePpsLong (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.deprecated (Total Keys: 1) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBpsLong (Total Keys: 2) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.deprecated (Total Keys: 1) - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePpsLong (Total Keys: 2)
1 parent 0812aa4 commit 8c6c5ae

9 files changed

+167
-55
lines changed

docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.customModules.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,10 @@ <h3>Method Details</h3>
682682
},
683683
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
684684
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
685-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
686-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
685+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
686+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
687+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
688+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
687689
},
688690
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
689691
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).

docs/dyn/securitycenter_v1.folders.sources.findings.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,10 @@ <h3>Method Details</h3>
251251
},
252252
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
253253
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
254-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
255-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
254+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
255+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
256+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
257+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
256258
},
257259
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
258260
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -925,8 +927,10 @@ <h3>Method Details</h3>
925927
},
926928
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
927929
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
928-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
929-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
930+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
931+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
932+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
933+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
930934
},
931935
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
932936
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -1513,8 +1517,10 @@ <h3>Method Details</h3>
15131517
},
15141518
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
15151519
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
1516-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
1517-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
1520+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
1521+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
1522+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
1523+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
15181524
},
15191525
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
15201526
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -2114,8 +2120,10 @@ <h3>Method Details</h3>
21142120
},
21152121
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
21162122
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
2117-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
2118-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
2123+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
2124+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
2125+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
2126+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
21192127
},
21202128
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
21212129
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -2716,8 +2724,10 @@ <h3>Method Details</h3>
27162724
},
27172725
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
27182726
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
2719-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
2720-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
2727+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
2728+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
2729+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
2730+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
27212731
},
27222732
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
27232733
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).

docs/dyn/securitycenter_v1.organizations.securityHealthAnalyticsSettings.customModules.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,10 @@ <h3>Method Details</h3>
682682
},
683683
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
684684
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
685-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
686-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
685+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
686+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
687+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
688+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
687689
},
688690
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
689691
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).

docs/dyn/securitycenter_v1.organizations.sources.findings.html

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,10 @@ <h3>Method Details</h3>
184184
},
185185
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
186186
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
187-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
188-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
187+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
188+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
189+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
190+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
189191
},
190192
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
191193
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -772,8 +774,10 @@ <h3>Method Details</h3>
772774
},
773775
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
774776
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
775-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
776-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
777+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
778+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
779+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
780+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
777781
},
778782
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
779783
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -1431,8 +1435,10 @@ <h3>Method Details</h3>
14311435
},
14321436
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
14331437
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
1434-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
1435-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
1438+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
1439+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
1440+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
1441+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
14361442
},
14371443
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
14381444
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -2105,8 +2111,10 @@ <h3>Method Details</h3>
21052111
},
21062112
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
21072113
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
2108-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
2109-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
2114+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
2115+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
2116+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
2117+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
21102118
},
21112119
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
21122120
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -2693,8 +2701,10 @@ <h3>Method Details</h3>
26932701
},
26942702
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
26952703
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
2696-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
2697-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
2704+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
2705+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
2706+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
2707+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
26982708
},
26992709
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
27002710
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -3294,8 +3304,10 @@ <h3>Method Details</h3>
32943304
},
32953305
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
32963306
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
3297-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
3298-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
3307+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
3308+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
3309+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
3310+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
32993311
},
33003312
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
33013313
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).
@@ -3896,8 +3908,10 @@ <h3>Method Details</h3>
38963908
},
38973909
&quot;attack&quot;: { # Information about DDoS attack volume and classification. # Information about DDoS attack volume and classification.
38983910
&quot;classification&quot;: &quot;A String&quot;, # Type of attack, for example, &#x27;SYN-flood&#x27;, &#x27;NTP-udp&#x27;, or &#x27;CHARGEN-udp&#x27;.
3899-
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack.
3900-
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack.
3911+
&quot;volumeBps&quot;: 42, # Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
3912+
&quot;volumeBpsLong&quot;: &quot;A String&quot;, # Total BPS (bytes per second) volume of attack.
3913+
&quot;volumePps&quot;: 42, # Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
3914+
&quot;volumePpsLong&quot;: &quot;A String&quot;, # Total PPS (packets per second) volume of attack.
39013915
},
39023916
&quot;duration&quot;: &quot;A String&quot;, # Duration of attack from the start until the current moment (updated every 5 minutes).
39033917
&quot;requests&quot;: { # Information about the requests relevant to the finding. # Information about incoming requests evaluated by [Google Cloud Armor security policies](https://cloud.google.com/armor/docs/security-policy-overview).

0 commit comments

Comments
 (0)