google-apis-securitycenter_v1 0.47.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3997cb26577df51df1c19103f6c3f07810d90eb3f967dfd6b950fecc26db4ba
4
- data.tar.gz: 167a8aeb7b4fdbcbcda80884f7d4d65717bce9735f951e884a6613f7f8d7f0e1
3
+ metadata.gz: 88ec17d1e8e89f3859ee1b2f1c4a15f6065fea6c021745579ada83c7c2b2b055
4
+ data.tar.gz: 40ae8e094dc24c4a31cc81deee204edef78830cf9c36137d9e6c85c5953e2cd1
5
5
  SHA512:
6
- metadata.gz: 1ac6481ddab1b9a1fa9abf40a2b8a2f259cd93b0e8ae5adfa71360fd4c1ed2af7bc0cdc3ae4ad005dde664bd626cd6ac23dedb361c084a16a98a0a4249e45236
7
- data.tar.gz: a0434438fed59cc3cba92203f397600809929f50317e042f8c9d5b1ae97a1a37f0df0d35a308e836672ae43d05a401a1b6cfbe3bbc105f60e7e4e16cd86f9dbe
6
+ metadata.gz: 1d4d4bfbe748fc959ca435d1afa9f1efcb45bfed755546b47d6a83edd2dd6e6c5025132f716fe83ee27ada89647965e3bbc375255ed384cea899caa0c354f1c9
7
+ data.tar.gz: fe72ab4700fbaf8dfcdc905f5d137f6be58211ffbcfb800b72d4e16395b9042b339076660b58af78f83aad524e62e621467eb744f16e12dae52d11d30e6a7cf5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.49.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230112
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.48.0 (2023-01-04)
9
+
10
+ * Regenerated from discovery document revision 20221220
11
+
3
12
  ### v0.47.0 (2022-12-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20221205
@@ -85,16 +85,18 @@ module Google
85
85
  # @return [String]
86
86
  attr_accessor :service_name
87
87
 
88
- # What kind of user agent is associated, e.g. operating system shells, embedded
89
- # or stand-alone applications, etc.
88
+ # What kind of user agent is associated, for example operating system shells,
89
+ # embedded or stand-alone applications, etc.
90
90
  # Corresponds to the JSON property `userAgentFamily`
91
91
  # @return [String]
92
92
  attr_accessor :user_agent_family
93
93
 
94
- # A string representing a username. This is likely not an IAM principal. For
95
- # instance, this may be the system user name if the finding is VM-related, or
96
- # this may be some type of application login user name, depending on the type of
97
- # finding.
94
+ # A string that represents the username of a user, user account, or other entity
95
+ # involved in the access event. What the entity is and what its role in the
96
+ # access event is depends on the finding that this field appears in. The entity
97
+ # is likely not an IAM principal, but could be a user that is logged into an
98
+ # operating system, if the finding is VM-related, or a user that is logged into
99
+ # some type of application that is involved in the access event.
98
100
  # Corresponds to the JSON property `userName`
99
101
  # @return [String]
100
102
  attr_accessor :user_name
@@ -577,11 +579,11 @@ module Google
577
579
  end
578
580
  end
579
581
 
580
- # Representa a single contact's email address
582
+ # The email address of a contact.
581
583
  class Contact
582
584
  include Google::Apis::Core::Hashable
583
585
 
584
- # An email address e.g. "person123@company.com"
586
+ # An email address. For example, "`person123@company.com`".
585
587
  # Corresponds to the JSON property `email`
586
588
  # @return [String]
587
589
  attr_accessor :email
@@ -1201,10 +1203,11 @@ module Google
1201
1203
  # @return [Array<Google::Apis::SecuritycenterV1::IamBinding>]
1202
1204
  attr_accessor :iam_bindings
1203
1205
 
1204
- # Represents what's commonly known as an Indicator of compromise (IoC) in
1206
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
1205
1207
  # computer forensics. This is an artifact observed on a network or in an
1206
1208
  # operating system that, with high confidence, indicates a computer intrusion.
1207
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
1209
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
1210
+ # wiki/Indicator_of_compromise).
1208
1211
  # Corresponds to the JSON property `indicator`
1209
1212
  # @return [Google::Apis::SecuritycenterV1::Indicator]
1210
1213
  attr_accessor :indicator
@@ -1214,7 +1217,7 @@ module Google
1214
1217
  # @return [Google::Apis::SecuritycenterV1::KernelRootkit]
1215
1218
  attr_accessor :kernel_rootkit
1216
1219
 
1217
- # Kubernetes related attributes.
1220
+ # Kubernetes-related attributes.
1218
1221
  # Corresponds to the JSON property `kubernetes`
1219
1222
  # @return [Google::Apis::SecuritycenterV1::Kubernetes]
1220
1223
  attr_accessor :kubernetes
@@ -1457,7 +1460,7 @@ module Google
1457
1460
  class GoogleCloudSecuritycenterV1BigQueryExport
1458
1461
  include Google::Apis::Core::Hashable
1459
1462
 
1460
- # Output only. The time at which the big query export was created. This field is
1463
+ # Output only. The time at which the BigQuery export was created. This field is
1461
1464
  # set by the server and will be ignored if provided on export on creation.
1462
1465
  # Corresponds to the JSON property `createTime`
1463
1466
  # @return [String]
@@ -1489,7 +1492,7 @@ module Google
1489
1492
  # @return [String]
1490
1493
  attr_accessor :filter
1491
1494
 
1492
- # Output only. Email address of the user who last edited the big query export.
1495
+ # Output only. Email address of the user who last edited the BigQuery export.
1493
1496
  # This field is set by the server and will be ignored if provided on export
1494
1497
  # creation or update.
1495
1498
  # Corresponds to the JSON property `mostRecentEditor`
@@ -1506,15 +1509,15 @@ module Google
1506
1509
  # @return [String]
1507
1510
  attr_accessor :name
1508
1511
 
1509
- # Output only. The service account that needs permission to create table, upload
1510
- # data to the big query dataset.
1512
+ # Output only. The service account that needs permission to create table and
1513
+ # upload data to the BigQuery dataset.
1511
1514
  # Corresponds to the JSON property `principal`
1512
1515
  # @return [String]
1513
1516
  attr_accessor :principal
1514
1517
 
1515
- # Output only. The most recent time at which the big export was updated. This
1516
- # field is set by the server and will be ignored if provided on export creation
1517
- # or update.
1518
+ # Output only. The most recent time at which the BigQuery export was updated.
1519
+ # This field is set by the server and will be ignored if provided on export
1520
+ # creation or update.
1518
1521
  # Corresponds to the JSON property `updateTime`
1519
1522
  # @return [String]
1520
1523
  attr_accessor :update_time
@@ -1555,8 +1558,8 @@ module Google
1555
1558
  # @return [Google::Apis::SecuritycenterV1::Role]
1556
1559
  attr_accessor :role
1557
1560
 
1558
- # Represents the subjects(s) bound to the role. Not always available for PATCH
1559
- # requests.
1561
+ # Represents one or more subjects that are bound to the role. Not always
1562
+ # available for PATCH requests.
1560
1563
  # Corresponds to the JSON property `subjects`
1561
1564
  # @return [Array<Google::Apis::SecuritycenterV1::Subject>]
1562
1565
  attr_accessor :subjects
@@ -2670,10 +2673,11 @@ module Google
2670
2673
  end
2671
2674
  end
2672
2675
 
2673
- # Represents what's commonly known as an Indicator of compromise (IoC) in
2676
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
2674
2677
  # computer forensics. This is an artifact observed on a network or in an
2675
2678
  # operating system that, with high confidence, indicates a computer intrusion.
2676
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
2679
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
2680
+ # wiki/Indicator_of_compromise).
2677
2681
  class Indicator
2678
2682
  include Google::Apis::Core::Hashable
2679
2683
 
@@ -2682,7 +2686,7 @@ module Google
2682
2686
  # @return [Array<String>]
2683
2687
  attr_accessor :domains
2684
2688
 
2685
- # List of ip addresses associated to the Finding.
2689
+ # The list of IP addresses that are associated with the finding.
2686
2690
  # Corresponds to the JSON property `ipAddresses`
2687
2691
  # @return [Array<String>]
2688
2692
  attr_accessor :ip_addresses
@@ -2720,7 +2724,7 @@ module Google
2720
2724
  # @return [String]
2721
2725
  attr_accessor :name
2722
2726
 
2723
- # True when unexpected modifications of kernel read-only data memory are present.
2727
+ # True when unexpected modifications of kernel code memory are present.
2724
2728
  # Corresponds to the JSON property `unexpectedCodeModification`
2725
2729
  # @return [Boolean]
2726
2730
  attr_accessor :unexpected_code_modification
@@ -2761,7 +2765,7 @@ module Google
2761
2765
  attr_accessor :unexpected_processes_in_runqueue
2762
2766
  alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
2763
2767
 
2764
- # Flag indicating unexpected modifications of kernel read-only data memory.
2768
+ # True when unexpected modifications of kernel read-only data memory are present.
2765
2769
  # Corresponds to the JSON property `unexpectedReadOnlyDataModification`
2766
2770
  # @return [Boolean]
2767
2771
  attr_accessor :unexpected_read_only_data_modification
@@ -2792,7 +2796,7 @@ module Google
2792
2796
  end
2793
2797
  end
2794
2798
 
2795
- # Kubernetes related attributes.
2799
+ # Kubernetes-related attributes.
2796
2800
  class Kubernetes
2797
2801
  include Google::Apis::Core::Hashable
2798
2802
 
@@ -3976,12 +3980,7 @@ module Google
3976
3980
  end
3977
3981
  end
3978
3982
 
3979
- # Request message for updating a finding's state. The [relative resource name](
3980
- # https://cloud.google.com/apis/design/resource_names#relative_resource_name) of
3981
- # the finding. Example: "organizations/`organization_id`/sources/`source_id`/
3982
- # findings/`finding_id`", "folders/`folder_id`/sources/`source_id`/findings/`
3983
- # finding_id`", "projects/`project_id`/sources/`source_id`/findings/`finding_id`"
3984
- # .
3983
+ # Request message for updating a finding's state.
3985
3984
  class SetFindingStateRequest
3986
3985
  include Google::Apis::Core::Hashable
3987
3986
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221205"
25
+ REVISION = "20230112"
26
26
  end
27
27
  end
28
28
  end
@@ -52,8 +52,9 @@ module Google
52
52
 
53
53
  # Filters an organization's assets and groups them by their specified properties.
54
54
  # @param [String] parent
55
- # Required. Name of the parent to groupBy. Its format is "organizations/[
56
- # organization_id], folders/[folder_id], or projects/[project_id]".
55
+ # Required. The name of the parent to group the assets by. Its format is "
56
+ # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
57
+ # project_id]".
57
58
  # @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
58
59
  # @param [String] fields
59
60
  # Selector specifying which fields to include in a partial response.
@@ -86,9 +87,10 @@ module Google
86
87
 
87
88
  # Lists an organization's assets.
88
89
  # @param [String] parent
89
- # Required. Name of the parent assets should belong to. Its format is "
90
- # organizations/[organization_id], folders/[folder_id], or projects/[project_id]"
91
- # .
90
+ # Required. The name of the parent resource that contains the assets. The value
91
+ # that you can specify on parent depends on the method in which you specify
92
+ # parent. You can specify one of the following values: "organizations/[
93
+ # organization_id]", "folders/[folder_id]", or "projects/[project_id]".
92
94
  # @param [String] compare_duration
93
95
  # When compare_duration is set, the ListAssetsResult's "state_change" attribute
94
96
  # is updated to indicate whether the asset was added, removed, or remained
@@ -250,9 +252,9 @@ module Google
250
252
 
251
253
  # Creates a BigQuery export.
252
254
  # @param [String] parent
253
- # Required. Resource name of the new BigQuery export's parent. Its format is "
254
- # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
255
- # project_id]".
255
+ # Required. The name of the parent resource of the new BigQuery export. Its
256
+ # format is "organizations/[organization_id]", "folders/[folder_id]", or "
257
+ # projects/[project_id]".
256
258
  # @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
257
259
  # @param [String] big_query_export_id
258
260
  # Required. Unique identifier provided by the client within the parent scope. It
@@ -290,9 +292,9 @@ module Google
290
292
 
291
293
  # Deletes an existing BigQuery export.
292
294
  # @param [String] name
293
- # Required. Name of the BigQuery export to delete. Its format is organizations/`
294
- # organization`/bigQueryExports/`export_id`, folders/`folder`/bigQueryExports/`
295
- # export_id`, or projects/`project`/bigQueryExports/`export_id`
295
+ # Required. The name of the BigQuery export to delete. Its format is
296
+ # organizations/`organization`/bigQueryExports/`export_id`, folders/`folder`/
297
+ # bigQueryExports/`export_id`, or projects/`project`/bigQueryExports/`export_id`
296
298
  # @param [String] fields
297
299
  # Selector specifying which fields to include in a partial response.
298
300
  # @param [String] quota_user
@@ -669,8 +671,8 @@ module Google
669
671
  # @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
670
672
  # @param [String] config_id
671
673
  # Required. Unique identifier provided by the client within the parent scope. It
672
- # must be between 1 and 128 characters, and contain alphanumeric characters,
673
- # underscores or hyphens only.
674
+ # must be between 1 and 128 characters and contain alphanumeric characters,
675
+ # underscores, or hyphens only.
674
676
  # @param [String] fields
675
677
  # Selector specifying which fields to include in a partial response.
676
678
  # @param [String] quota_user
@@ -769,9 +771,9 @@ module Google
769
771
 
770
772
  # Lists notification configs.
771
773
  # @param [String] parent
772
- # Required. Name of the parent to list notification configs. Its format is "
773
- # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
774
- # project_id]".
774
+ # Required. The name of the parent in which to list the notification
775
+ # configurations. Its format is "organizations/[organization_id]", "folders/[
776
+ # folder_id]", or "projects/[project_id]".
775
777
  # @param [Fixnum] page_size
776
778
  # The maximum number of results to return in a single response. Default is 10,
777
779
  # minimum is 1, maximum is 1000.
@@ -853,8 +855,8 @@ module Google
853
855
  # Lists all sources belonging to an organization.
854
856
  # @param [String] parent
855
857
  # Required. Resource name of the parent of sources to list. Its format should be
856
- # "organizations/[organization_id], folders/[folder_id], or projects/[project_id]
857
- # ".
858
+ # "organizations/[organization_id]", "folders/[folder_id]", or "projects/[
859
+ # project_id]".
858
860
  # @param [Fixnum] page_size
859
861
  # The maximum number of results to return in a single response. Default is 10,
860
862
  # minimum is 1, maximum is 1000.
@@ -1128,6 +1130,11 @@ module Google
1128
1130
 
1129
1131
  # Updates the state of a finding.
1130
1132
  # @param [String] name
1133
+ # Required. The [relative resource name](https://cloud.google.com/apis/design/
1134
+ # resource_names#relative_resource_name) of the finding. Example: "organizations/
1135
+ # `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
1136
+ # folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
1137
+ # sources/`source_id`/findings/`finding_id`".
1131
1138
  # @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
1132
1139
  # @param [String] fields
1133
1140
  # Selector specifying which fields to include in a partial response.
@@ -1317,8 +1324,9 @@ module Google
1317
1324
 
1318
1325
  # Filters an organization's assets and groups them by their specified properties.
1319
1326
  # @param [String] parent
1320
- # Required. Name of the parent to groupBy. Its format is "organizations/[
1321
- # organization_id], folders/[folder_id], or projects/[project_id]".
1327
+ # Required. The name of the parent to group the assets by. Its format is "
1328
+ # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
1329
+ # project_id]".
1322
1330
  # @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
1323
1331
  # @param [String] fields
1324
1332
  # Selector specifying which fields to include in a partial response.
@@ -1351,9 +1359,10 @@ module Google
1351
1359
 
1352
1360
  # Lists an organization's assets.
1353
1361
  # @param [String] parent
1354
- # Required. Name of the parent assets should belong to. Its format is "
1355
- # organizations/[organization_id], folders/[folder_id], or projects/[project_id]"
1356
- # .
1362
+ # Required. The name of the parent resource that contains the assets. The value
1363
+ # that you can specify on parent depends on the method in which you specify
1364
+ # parent. You can specify one of the following values: "organizations/[
1365
+ # organization_id]", "folders/[folder_id]", or "projects/[project_id]".
1357
1366
  # @param [String] compare_duration
1358
1367
  # When compare_duration is set, the ListAssetsResult's "state_change" attribute
1359
1368
  # is updated to indicate whether the asset was added, removed, or remained
@@ -1551,9 +1560,9 @@ module Google
1551
1560
 
1552
1561
  # Creates a BigQuery export.
1553
1562
  # @param [String] parent
1554
- # Required. Resource name of the new BigQuery export's parent. Its format is "
1555
- # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
1556
- # project_id]".
1563
+ # Required. The name of the parent resource of the new BigQuery export. Its
1564
+ # format is "organizations/[organization_id]", "folders/[folder_id]", or "
1565
+ # projects/[project_id]".
1557
1566
  # @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
1558
1567
  # @param [String] big_query_export_id
1559
1568
  # Required. Unique identifier provided by the client within the parent scope. It
@@ -1591,9 +1600,9 @@ module Google
1591
1600
 
1592
1601
  # Deletes an existing BigQuery export.
1593
1602
  # @param [String] name
1594
- # Required. Name of the BigQuery export to delete. Its format is organizations/`
1595
- # organization`/bigQueryExports/`export_id`, folders/`folder`/bigQueryExports/`
1596
- # export_id`, or projects/`project`/bigQueryExports/`export_id`
1603
+ # Required. The name of the BigQuery export to delete. Its format is
1604
+ # organizations/`organization`/bigQueryExports/`export_id`, folders/`folder`/
1605
+ # bigQueryExports/`export_id`, or projects/`project`/bigQueryExports/`export_id`
1597
1606
  # @param [String] fields
1598
1607
  # Selector specifying which fields to include in a partial response.
1599
1608
  # @param [String] quota_user
@@ -1970,8 +1979,8 @@ module Google
1970
1979
  # @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
1971
1980
  # @param [String] config_id
1972
1981
  # Required. Unique identifier provided by the client within the parent scope. It
1973
- # must be between 1 and 128 characters, and contain alphanumeric characters,
1974
- # underscores or hyphens only.
1982
+ # must be between 1 and 128 characters and contain alphanumeric characters,
1983
+ # underscores, or hyphens only.
1975
1984
  # @param [String] fields
1976
1985
  # Selector specifying which fields to include in a partial response.
1977
1986
  # @param [String] quota_user
@@ -2070,9 +2079,9 @@ module Google
2070
2079
 
2071
2080
  # Lists notification configs.
2072
2081
  # @param [String] parent
2073
- # Required. Name of the parent to list notification configs. Its format is "
2074
- # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
2075
- # project_id]".
2082
+ # Required. The name of the parent in which to list the notification
2083
+ # configurations. Its format is "organizations/[organization_id]", "folders/[
2084
+ # folder_id]", or "projects/[project_id]".
2076
2085
  # @param [Fixnum] page_size
2077
2086
  # The maximum number of results to return in a single response. Default is 10,
2078
2087
  # minimum is 1, maximum is 1000.
@@ -2401,8 +2410,8 @@ module Google
2401
2410
  # Lists all sources belonging to an organization.
2402
2411
  # @param [String] parent
2403
2412
  # Required. Resource name of the parent of sources to list. Its format should be
2404
- # "organizations/[organization_id], folders/[folder_id], or projects/[project_id]
2405
- # ".
2413
+ # "organizations/[organization_id]", "folders/[folder_id]", or "projects/[
2414
+ # project_id]".
2406
2415
  # @param [Fixnum] page_size
2407
2416
  # The maximum number of results to return in a single response. Default is 10,
2408
2417
  # minimum is 1, maximum is 1000.
@@ -2825,6 +2834,11 @@ module Google
2825
2834
 
2826
2835
  # Updates the state of a finding.
2827
2836
  # @param [String] name
2837
+ # Required. The [relative resource name](https://cloud.google.com/apis/design/
2838
+ # resource_names#relative_resource_name) of the finding. Example: "organizations/
2839
+ # `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
2840
+ # folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
2841
+ # sources/`source_id`/findings/`finding_id`".
2828
2842
  # @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
2829
2843
  # @param [String] fields
2830
2844
  # Selector specifying which fields to include in a partial response.
@@ -2944,8 +2958,9 @@ module Google
2944
2958
 
2945
2959
  # Filters an organization's assets and groups them by their specified properties.
2946
2960
  # @param [String] parent
2947
- # Required. Name of the parent to groupBy. Its format is "organizations/[
2948
- # organization_id], folders/[folder_id], or projects/[project_id]".
2961
+ # Required. The name of the parent to group the assets by. Its format is "
2962
+ # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
2963
+ # project_id]".
2949
2964
  # @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
2950
2965
  # @param [String] fields
2951
2966
  # Selector specifying which fields to include in a partial response.
@@ -2978,9 +2993,10 @@ module Google
2978
2993
 
2979
2994
  # Lists an organization's assets.
2980
2995
  # @param [String] parent
2981
- # Required. Name of the parent assets should belong to. Its format is "
2982
- # organizations/[organization_id], folders/[folder_id], or projects/[project_id]"
2983
- # .
2996
+ # Required. The name of the parent resource that contains the assets. The value
2997
+ # that you can specify on parent depends on the method in which you specify
2998
+ # parent. You can specify one of the following values: "organizations/[
2999
+ # organization_id]", "folders/[folder_id]", or "projects/[project_id]".
2984
3000
  # @param [String] compare_duration
2985
3001
  # When compare_duration is set, the ListAssetsResult's "state_change" attribute
2986
3002
  # is updated to indicate whether the asset was added, removed, or remained
@@ -3142,9 +3158,9 @@ module Google
3142
3158
 
3143
3159
  # Creates a BigQuery export.
3144
3160
  # @param [String] parent
3145
- # Required. Resource name of the new BigQuery export's parent. Its format is "
3146
- # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
3147
- # project_id]".
3161
+ # Required. The name of the parent resource of the new BigQuery export. Its
3162
+ # format is "organizations/[organization_id]", "folders/[folder_id]", or "
3163
+ # projects/[project_id]".
3148
3164
  # @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
3149
3165
  # @param [String] big_query_export_id
3150
3166
  # Required. Unique identifier provided by the client within the parent scope. It
@@ -3182,9 +3198,9 @@ module Google
3182
3198
 
3183
3199
  # Deletes an existing BigQuery export.
3184
3200
  # @param [String] name
3185
- # Required. Name of the BigQuery export to delete. Its format is organizations/`
3186
- # organization`/bigQueryExports/`export_id`, folders/`folder`/bigQueryExports/`
3187
- # export_id`, or projects/`project`/bigQueryExports/`export_id`
3201
+ # Required. The name of the BigQuery export to delete. Its format is
3202
+ # organizations/`organization`/bigQueryExports/`export_id`, folders/`folder`/
3203
+ # bigQueryExports/`export_id`, or projects/`project`/bigQueryExports/`export_id`
3188
3204
  # @param [String] fields
3189
3205
  # Selector specifying which fields to include in a partial response.
3190
3206
  # @param [String] quota_user
@@ -3561,8 +3577,8 @@ module Google
3561
3577
  # @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
3562
3578
  # @param [String] config_id
3563
3579
  # Required. Unique identifier provided by the client within the parent scope. It
3564
- # must be between 1 and 128 characters, and contain alphanumeric characters,
3565
- # underscores or hyphens only.
3580
+ # must be between 1 and 128 characters and contain alphanumeric characters,
3581
+ # underscores, or hyphens only.
3566
3582
  # @param [String] fields
3567
3583
  # Selector specifying which fields to include in a partial response.
3568
3584
  # @param [String] quota_user
@@ -3661,9 +3677,9 @@ module Google
3661
3677
 
3662
3678
  # Lists notification configs.
3663
3679
  # @param [String] parent
3664
- # Required. Name of the parent to list notification configs. Its format is "
3665
- # organizations/[organization_id]", "folders/[folder_id]", or "projects/[
3666
- # project_id]".
3680
+ # Required. The name of the parent in which to list the notification
3681
+ # configurations. Its format is "organizations/[organization_id]", "folders/[
3682
+ # folder_id]", or "projects/[project_id]".
3667
3683
  # @param [Fixnum] page_size
3668
3684
  # The maximum number of results to return in a single response. Default is 10,
3669
3685
  # minimum is 1, maximum is 1000.
@@ -3745,8 +3761,8 @@ module Google
3745
3761
  # Lists all sources belonging to an organization.
3746
3762
  # @param [String] parent
3747
3763
  # Required. Resource name of the parent of sources to list. Its format should be
3748
- # "organizations/[organization_id], folders/[folder_id], or projects/[project_id]
3749
- # ".
3764
+ # "organizations/[organization_id]", "folders/[folder_id]", or "projects/[
3765
+ # project_id]".
3750
3766
  # @param [Fixnum] page_size
3751
3767
  # The maximum number of results to return in a single response. Default is 10,
3752
3768
  # minimum is 1, maximum is 1000.
@@ -4020,6 +4036,11 @@ module Google
4020
4036
 
4021
4037
  # Updates the state of a finding.
4022
4038
  # @param [String] name
4039
+ # Required. The [relative resource name](https://cloud.google.com/apis/design/
4040
+ # resource_names#relative_resource_name) of the finding. Example: "organizations/
4041
+ # `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
4042
+ # folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
4043
+ # sources/`source_id`/findings/`finding_id`".
4023
4044
  # @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
4024
4045
  # @param [String] fields
4025
4046
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Security Command Center API V1