You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/osconfig_v1.projects.locations.instances.vulnerabilityReports.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,14 @@ <h3>Method Details</h3>
143
143
"installedInventoryItemIds": [ # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.
144
144
"A String",
145
145
],
146
+
"items": [ # List of items affected by the vulnerability.
147
+
{ # OS inventory item that is affected by a vulnerability or fixed as a result of a vulnerability.
148
+
"availableInventoryItemId": "A String", # Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
149
+
"fixedCpeUri": "A String", # The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
150
+
"installedInventoryItemId": "A String", # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
151
+
"upstreamFix": "A String", # The upstream OS patch, packages or KB that fixes the vulnerability.
152
+
},
153
+
],
146
154
"updateTime": "A String", # The timestamp for when the vulnerability was last modified.
147
155
},
148
156
],
@@ -206,6 +214,14 @@ <h3>Method Details</h3>
206
214
"installedInventoryItemIds": [ # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.
207
215
"A String",
208
216
],
217
+
"items": [ # List of items affected by the vulnerability.
218
+
{ # OS inventory item that is affected by a vulnerability or fixed as a result of a vulnerability.
219
+
"availableInventoryItemId": "A String", # Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
220
+
"fixedCpeUri": "A String", # The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
221
+
"installedInventoryItemId": "A String", # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
222
+
"upstreamFix": "A String", # The upstream OS patch, packages or KB that fixes the vulnerability.
223
+
},
224
+
],
209
225
"updateTime": "A String", # The timestamp for when the vulnerability was last modified.
Copy file name to clipboardExpand all lines: docs/dyn/osconfig_v1.projects.patchDeployments.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,7 @@ <h3>Method Details</h3>
249
249
"monthDay": 42, # Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
250
250
"weekDayOfMonth": { # Represents one week day in a month. An example is "the 4th Sunday". # Required. Week day in a month.
251
251
"dayOfWeek": "A String", # Required. A day of the week.
252
+
"dayOffset": 42, # Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to the second day of the month and this `day_offset` value is set to `3`, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
252
253
"weekOrdinal": 42, # Required. Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
253
254
},
254
255
},
@@ -426,6 +427,7 @@ <h3>Method Details</h3>
426
427
"monthDay": 42, # Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
427
428
"weekDayOfMonth": { # Represents one week day in a month. An example is "the 4th Sunday". # Required. Week day in a month.
428
429
"dayOfWeek": "A String", # Required. A day of the week.
430
+
"dayOffset": 42, # Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to the second day of the month and this `day_offset` value is set to `3`, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
429
431
"weekOrdinal": 42, # Required. Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
430
432
},
431
433
},
@@ -627,6 +629,7 @@ <h3>Method Details</h3>
627
629
"monthDay": 42, # Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
628
630
"weekDayOfMonth": { # Represents one week day in a month. An example is "the 4th Sunday". # Required. Week day in a month.
629
631
"dayOfWeek": "A String", # Required. A day of the week.
632
+
"dayOffset": 42, # Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to the second day of the month and this `day_offset` value is set to `3`, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
630
633
"weekOrdinal": 42, # Required. Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
631
634
},
632
635
},
@@ -815,6 +818,7 @@ <h3>Method Details</h3>
815
818
"monthDay": 42, # Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
816
819
"weekDayOfMonth": { # Represents one week day in a month. An example is "the 4th Sunday". # Required. Week day in a month.
817
820
"dayOfWeek": "A String", # Required. A day of the week.
821
+
"dayOffset": 42, # Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to the second day of the month and this `day_offset` value is set to `3`, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
818
822
"weekOrdinal": 42, # Required. Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
819
823
},
820
824
},
@@ -1009,6 +1013,7 @@ <h3>Method Details</h3>
1009
1013
"monthDay": 42, # Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
1010
1014
"weekDayOfMonth": { # Represents one week day in a month. An example is "the 4th Sunday". # Required. Week day in a month.
1011
1015
"dayOfWeek": "A String", # Required. A day of the week.
1016
+
"dayOffset": 42, # Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to the second day of the month and this `day_offset` value is set to `3`, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
1012
1017
"weekOrdinal": 42, # Required. Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
1013
1018
},
1014
1019
},
@@ -1186,6 +1191,7 @@ <h3>Method Details</h3>
1186
1191
"monthDay": 42, # Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
1187
1192
"weekDayOfMonth": { # Represents one week day in a month. An example is "the 4th Sunday". # Required. Week day in a month.
1188
1193
"dayOfWeek": "A String", # Required. A day of the week.
1194
+
"dayOffset": 42, # Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to the second day of the month and this `day_offset` value is set to `3`, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
1189
1195
"weekOrdinal": 42, # Required. Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
Copy file name to clipboardExpand all lines: docs/dyn/osconfig_v1alpha.projects.locations.instances.vulnerabilityReports.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,14 @@ <h3>Method Details</h3>
143
143
"installedInventoryItemIds": [ # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.
144
144
"A String",
145
145
],
146
+
"items": [ # List of items affected by the vulnerability.
147
+
{ # OS inventory item that is affected by a vulnerability or fixed as a result of a vulnerability.
148
+
"availableInventoryItemId": "A String", # Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
149
+
"fixedCpeUri": "A String", # The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
150
+
"installedInventoryItemId": "A String", # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
151
+
"upstreamFix": "A String", # The upstream OS patch, packages or KB that fixes the vulnerability.
152
+
},
153
+
],
146
154
"updateTime": "A String", # The timestamp for when the vulnerability was last modified.
147
155
},
148
156
],
@@ -206,6 +214,14 @@ <h3>Method Details</h3>
206
214
"installedInventoryItemIds": [ # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.
207
215
"A String",
208
216
],
217
+
"items": [ # List of items affected by the vulnerability.
218
+
{ # OS inventory item that is affected by a vulnerability or fixed as a result of a vulnerability.
219
+
"availableInventoryItemId": "A String", # Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
220
+
"fixedCpeUri": "A String", # The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
221
+
"installedInventoryItemId": "A String", # Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
222
+
"upstreamFix": "A String", # The upstream OS patch, packages or KB that fixes the vulnerability.
223
+
},
224
+
],
209
225
"updateTime": "A String", # The timestamp for when the vulnerability was last modified.
0 commit comments