google-apis-securitycenter_v1 0.47.0 → 0.48.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45d2bd20d06bb26f5652ee28373d1e0c8f49578aba27edb8cbd3eec1b7d4720d
|
4
|
+
data.tar.gz: 7853077688261265351979d1229ae28b99b893c122d1da919694b823d3ea8fb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8565ae9d0bfe2b0e25c31e164ba3a5a094113bac723c2bc2adc2f787a3d5aba399907f308cb47705c24172598bf41f4c922cb8ff8e2439891dd862109b38b16
|
7
|
+
data.tar.gz: 9db53d7805bd5f5b5bf2340b7e4210cc15beb197e5006eb0a77ad8f909c453c20760898ea8aaa6ca6848915ce3ca12531a8aa059786b965563057d578c9f56a0
|
data/CHANGELOG.md
CHANGED
@@ -577,11 +577,11 @@ module Google
|
|
577
577
|
end
|
578
578
|
end
|
579
579
|
|
580
|
-
#
|
580
|
+
# The email address of a contact.
|
581
581
|
class Contact
|
582
582
|
include Google::Apis::Core::Hashable
|
583
583
|
|
584
|
-
# An email address
|
584
|
+
# An email address. For example, "`person123@company.com`".
|
585
585
|
# Corresponds to the JSON property `email`
|
586
586
|
# @return [String]
|
587
587
|
attr_accessor :email
|
@@ -1201,10 +1201,11 @@ module Google
|
|
1201
1201
|
# @return [Array<Google::Apis::SecuritycenterV1::IamBinding>]
|
1202
1202
|
attr_accessor :iam_bindings
|
1203
1203
|
|
1204
|
-
# Represents what's commonly known as an
|
1204
|
+
# Represents what's commonly known as an _indicator of compromise_ (IoC) in
|
1205
1205
|
# computer forensics. This is an artifact observed on a network or in an
|
1206
1206
|
# operating system that, with high confidence, indicates a computer intrusion.
|
1207
|
-
#
|
1207
|
+
# For more information, see [Indicator of compromise](https://en.wikipedia.org/
|
1208
|
+
# wiki/Indicator_of_compromise).
|
1208
1209
|
# Corresponds to the JSON property `indicator`
|
1209
1210
|
# @return [Google::Apis::SecuritycenterV1::Indicator]
|
1210
1211
|
attr_accessor :indicator
|
@@ -1214,7 +1215,7 @@ module Google
|
|
1214
1215
|
# @return [Google::Apis::SecuritycenterV1::KernelRootkit]
|
1215
1216
|
attr_accessor :kernel_rootkit
|
1216
1217
|
|
1217
|
-
# Kubernetes
|
1218
|
+
# Kubernetes-related attributes.
|
1218
1219
|
# Corresponds to the JSON property `kubernetes`
|
1219
1220
|
# @return [Google::Apis::SecuritycenterV1::Kubernetes]
|
1220
1221
|
attr_accessor :kubernetes
|
@@ -1457,7 +1458,7 @@ module Google
|
|
1457
1458
|
class GoogleCloudSecuritycenterV1BigQueryExport
|
1458
1459
|
include Google::Apis::Core::Hashable
|
1459
1460
|
|
1460
|
-
# Output only. The time at which the
|
1461
|
+
# Output only. The time at which the BigQuery export was created. This field is
|
1461
1462
|
# set by the server and will be ignored if provided on export on creation.
|
1462
1463
|
# Corresponds to the JSON property `createTime`
|
1463
1464
|
# @return [String]
|
@@ -1489,7 +1490,7 @@ module Google
|
|
1489
1490
|
# @return [String]
|
1490
1491
|
attr_accessor :filter
|
1491
1492
|
|
1492
|
-
# Output only. Email address of the user who last edited the
|
1493
|
+
# Output only. Email address of the user who last edited the BigQuery export.
|
1493
1494
|
# This field is set by the server and will be ignored if provided on export
|
1494
1495
|
# creation or update.
|
1495
1496
|
# Corresponds to the JSON property `mostRecentEditor`
|
@@ -1506,15 +1507,15 @@ module Google
|
|
1506
1507
|
# @return [String]
|
1507
1508
|
attr_accessor :name
|
1508
1509
|
|
1509
|
-
# Output only. The service account that needs permission to create table
|
1510
|
-
# data to the
|
1510
|
+
# Output only. The service account that needs permission to create table and
|
1511
|
+
# upload data to the BigQuery dataset.
|
1511
1512
|
# Corresponds to the JSON property `principal`
|
1512
1513
|
# @return [String]
|
1513
1514
|
attr_accessor :principal
|
1514
1515
|
|
1515
|
-
# Output only. The most recent time at which the
|
1516
|
-
# field is set by the server and will be ignored if provided on export
|
1517
|
-
# or update.
|
1516
|
+
# Output only. The most recent time at which the BigQuery export was updated.
|
1517
|
+
# This field is set by the server and will be ignored if provided on export
|
1518
|
+
# creation or update.
|
1518
1519
|
# Corresponds to the JSON property `updateTime`
|
1519
1520
|
# @return [String]
|
1520
1521
|
attr_accessor :update_time
|
@@ -1555,8 +1556,8 @@ module Google
|
|
1555
1556
|
# @return [Google::Apis::SecuritycenterV1::Role]
|
1556
1557
|
attr_accessor :role
|
1557
1558
|
|
1558
|
-
# Represents
|
1559
|
-
# requests.
|
1559
|
+
# Represents one or more subjects that are bound to the role. Not always
|
1560
|
+
# available for PATCH requests.
|
1560
1561
|
# Corresponds to the JSON property `subjects`
|
1561
1562
|
# @return [Array<Google::Apis::SecuritycenterV1::Subject>]
|
1562
1563
|
attr_accessor :subjects
|
@@ -2670,10 +2671,11 @@ module Google
|
|
2670
2671
|
end
|
2671
2672
|
end
|
2672
2673
|
|
2673
|
-
# Represents what's commonly known as an
|
2674
|
+
# Represents what's commonly known as an _indicator of compromise_ (IoC) in
|
2674
2675
|
# computer forensics. This is an artifact observed on a network or in an
|
2675
2676
|
# operating system that, with high confidence, indicates a computer intrusion.
|
2676
|
-
#
|
2677
|
+
# For more information, see [Indicator of compromise](https://en.wikipedia.org/
|
2678
|
+
# wiki/Indicator_of_compromise).
|
2677
2679
|
class Indicator
|
2678
2680
|
include Google::Apis::Core::Hashable
|
2679
2681
|
|
@@ -2682,7 +2684,7 @@ module Google
|
|
2682
2684
|
# @return [Array<String>]
|
2683
2685
|
attr_accessor :domains
|
2684
2686
|
|
2685
|
-
#
|
2687
|
+
# The list of IP addresses that are associated with the finding.
|
2686
2688
|
# Corresponds to the JSON property `ipAddresses`
|
2687
2689
|
# @return [Array<String>]
|
2688
2690
|
attr_accessor :ip_addresses
|
@@ -2720,7 +2722,7 @@ module Google
|
|
2720
2722
|
# @return [String]
|
2721
2723
|
attr_accessor :name
|
2722
2724
|
|
2723
|
-
# True when unexpected modifications of kernel
|
2725
|
+
# True when unexpected modifications of kernel code memory are present.
|
2724
2726
|
# Corresponds to the JSON property `unexpectedCodeModification`
|
2725
2727
|
# @return [Boolean]
|
2726
2728
|
attr_accessor :unexpected_code_modification
|
@@ -2761,7 +2763,7 @@ module Google
|
|
2761
2763
|
attr_accessor :unexpected_processes_in_runqueue
|
2762
2764
|
alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
|
2763
2765
|
|
2764
|
-
#
|
2766
|
+
# True when unexpected modifications of kernel read-only data memory are present.
|
2765
2767
|
# Corresponds to the JSON property `unexpectedReadOnlyDataModification`
|
2766
2768
|
# @return [Boolean]
|
2767
2769
|
attr_accessor :unexpected_read_only_data_modification
|
@@ -2792,7 +2794,7 @@ module Google
|
|
2792
2794
|
end
|
2793
2795
|
end
|
2794
2796
|
|
2795
|
-
# Kubernetes
|
2797
|
+
# Kubernetes-related attributes.
|
2796
2798
|
class Kubernetes
|
2797
2799
|
include Google::Apis::Core::Hashable
|
2798
2800
|
|
@@ -3976,12 +3978,7 @@ module Google
|
|
3976
3978
|
end
|
3977
3979
|
end
|
3978
3980
|
|
3979
|
-
# Request message for updating a finding's state.
|
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
|
-
# .
|
3981
|
+
# Request message for updating a finding's state.
|
3985
3982
|
class SetFindingStateRequest
|
3986
3983
|
include Google::Apis::Core::Hashable
|
3987
3984
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221220"
|
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.
|
56
|
-
# organization_id], folders/[folder_id], or projects/[
|
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,9 @@ module Google
|
|
86
87
|
|
87
88
|
# Lists an organization's assets.
|
88
89
|
# @param [String] parent
|
89
|
-
# Required.
|
90
|
-
# organizations/[organization_id], folders/[folder_id], or projects/[
|
91
|
-
# .
|
90
|
+
# Required. The name of the parent that the listed assets belong to. Its format
|
91
|
+
# is "organizations/[organization_id], "folders/[folder_id]", or "projects/[
|
92
|
+
# project_id]".
|
92
93
|
# @param [String] compare_duration
|
93
94
|
# When compare_duration is set, the ListAssetsResult's "state_change" attribute
|
94
95
|
# is updated to indicate whether the asset was added, removed, or remained
|
@@ -250,9 +251,9 @@ module Google
|
|
250
251
|
|
251
252
|
# Creates a BigQuery export.
|
252
253
|
# @param [String] parent
|
253
|
-
# Required.
|
254
|
-
# organizations/[organization_id]", "folders/[folder_id]", or "
|
255
|
-
# project_id]".
|
254
|
+
# Required. The name of the parent resource of the new BigQuery export. Its
|
255
|
+
# format is "organizations/[organization_id]", "folders/[folder_id]", or "
|
256
|
+
# projects/[project_id]".
|
256
257
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
|
257
258
|
# @param [String] big_query_export_id
|
258
259
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -290,9 +291,9 @@ module Google
|
|
290
291
|
|
291
292
|
# Deletes an existing BigQuery export.
|
292
293
|
# @param [String] name
|
293
|
-
# Required.
|
294
|
-
# organization`/bigQueryExports/`export_id`, folders/`folder`/
|
295
|
-
# export_id`, or projects/`project`/bigQueryExports/`export_id`
|
294
|
+
# Required. The name of the BigQuery export to delete. Its format is
|
295
|
+
# organizations/`organization`/bigQueryExports/`export_id`, folders/`folder`/
|
296
|
+
# bigQueryExports/`export_id`, or projects/`project`/bigQueryExports/`export_id`
|
296
297
|
# @param [String] fields
|
297
298
|
# Selector specifying which fields to include in a partial response.
|
298
299
|
# @param [String] quota_user
|
@@ -669,8 +670,8 @@ module Google
|
|
669
670
|
# @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
|
670
671
|
# @param [String] config_id
|
671
672
|
# Required. Unique identifier provided by the client within the parent scope. It
|
672
|
-
# must be between 1 and 128 characters
|
673
|
-
# underscores or hyphens only.
|
673
|
+
# must be between 1 and 128 characters and contain alphanumeric characters,
|
674
|
+
# underscores, or hyphens only.
|
674
675
|
# @param [String] fields
|
675
676
|
# Selector specifying which fields to include in a partial response.
|
676
677
|
# @param [String] quota_user
|
@@ -769,9 +770,9 @@ module Google
|
|
769
770
|
|
770
771
|
# Lists notification configs.
|
771
772
|
# @param [String] parent
|
772
|
-
# Required.
|
773
|
-
# organizations/[organization_id]", "folders/[
|
774
|
-
# project_id]".
|
773
|
+
# Required. The name of the parent in which to list the notification
|
774
|
+
# configurations. Its format is "organizations/[organization_id]", "folders/[
|
775
|
+
# folder_id]", or "projects/[project_id]".
|
775
776
|
# @param [Fixnum] page_size
|
776
777
|
# The maximum number of results to return in a single response. Default is 10,
|
777
778
|
# minimum is 1, maximum is 1000.
|
@@ -853,8 +854,8 @@ module Google
|
|
853
854
|
# Lists all sources belonging to an organization.
|
854
855
|
# @param [String] parent
|
855
856
|
# Required. Resource name of the parent of sources to list. Its format should be
|
856
|
-
# "organizations/[organization_id], folders/[folder_id], or projects/[
|
857
|
-
# ".
|
857
|
+
# "organizations/[organization_id], "folders/[folder_id]", or "projects/[
|
858
|
+
# project_id]".
|
858
859
|
# @param [Fixnum] page_size
|
859
860
|
# The maximum number of results to return in a single response. Default is 10,
|
860
861
|
# minimum is 1, maximum is 1000.
|
@@ -1128,6 +1129,11 @@ module Google
|
|
1128
1129
|
|
1129
1130
|
# Updates the state of a finding.
|
1130
1131
|
# @param [String] name
|
1132
|
+
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
1133
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
1134
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
1135
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
1136
|
+
# sources/`source_id`/findings/`finding_id`".
|
1131
1137
|
# @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
|
1132
1138
|
# @param [String] fields
|
1133
1139
|
# Selector specifying which fields to include in a partial response.
|
@@ -1317,8 +1323,9 @@ module Google
|
|
1317
1323
|
|
1318
1324
|
# Filters an organization's assets and groups them by their specified properties.
|
1319
1325
|
# @param [String] parent
|
1320
|
-
# Required.
|
1321
|
-
# organization_id], folders/[folder_id], or projects/[
|
1326
|
+
# Required. The name of the parent to group the assets by. Its format is "
|
1327
|
+
# organizations/[organization_id]", "folders/[folder_id]", or "projects/[
|
1328
|
+
# project_id]".
|
1322
1329
|
# @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
|
1323
1330
|
# @param [String] fields
|
1324
1331
|
# Selector specifying which fields to include in a partial response.
|
@@ -1351,9 +1358,9 @@ module Google
|
|
1351
1358
|
|
1352
1359
|
# Lists an organization's assets.
|
1353
1360
|
# @param [String] parent
|
1354
|
-
# Required.
|
1355
|
-
# organizations/[organization_id], folders/[folder_id], or projects/[
|
1356
|
-
# .
|
1361
|
+
# Required. The name of the parent that the listed assets belong to. Its format
|
1362
|
+
# is "organizations/[organization_id], "folders/[folder_id]", or "projects/[
|
1363
|
+
# project_id]".
|
1357
1364
|
# @param [String] compare_duration
|
1358
1365
|
# When compare_duration is set, the ListAssetsResult's "state_change" attribute
|
1359
1366
|
# is updated to indicate whether the asset was added, removed, or remained
|
@@ -1551,9 +1558,9 @@ module Google
|
|
1551
1558
|
|
1552
1559
|
# Creates a BigQuery export.
|
1553
1560
|
# @param [String] parent
|
1554
|
-
# Required.
|
1555
|
-
# organizations/[organization_id]", "folders/[folder_id]", or "
|
1556
|
-
# project_id]".
|
1561
|
+
# Required. The name of the parent resource of the new BigQuery export. Its
|
1562
|
+
# format is "organizations/[organization_id]", "folders/[folder_id]", or "
|
1563
|
+
# projects/[project_id]".
|
1557
1564
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
|
1558
1565
|
# @param [String] big_query_export_id
|
1559
1566
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -1591,9 +1598,9 @@ module Google
|
|
1591
1598
|
|
1592
1599
|
# Deletes an existing BigQuery export.
|
1593
1600
|
# @param [String] name
|
1594
|
-
# Required.
|
1595
|
-
# organization`/bigQueryExports/`export_id`, folders/`folder`/
|
1596
|
-
# export_id`, or projects/`project`/bigQueryExports/`export_id`
|
1601
|
+
# Required. The name of the BigQuery export to delete. Its format is
|
1602
|
+
# organizations/`organization`/bigQueryExports/`export_id`, folders/`folder`/
|
1603
|
+
# bigQueryExports/`export_id`, or projects/`project`/bigQueryExports/`export_id`
|
1597
1604
|
# @param [String] fields
|
1598
1605
|
# Selector specifying which fields to include in a partial response.
|
1599
1606
|
# @param [String] quota_user
|
@@ -1970,8 +1977,8 @@ module Google
|
|
1970
1977
|
# @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
|
1971
1978
|
# @param [String] config_id
|
1972
1979
|
# Required. Unique identifier provided by the client within the parent scope. It
|
1973
|
-
# must be between 1 and 128 characters
|
1974
|
-
# underscores or hyphens only.
|
1980
|
+
# must be between 1 and 128 characters and contain alphanumeric characters,
|
1981
|
+
# underscores, or hyphens only.
|
1975
1982
|
# @param [String] fields
|
1976
1983
|
# Selector specifying which fields to include in a partial response.
|
1977
1984
|
# @param [String] quota_user
|
@@ -2070,9 +2077,9 @@ module Google
|
|
2070
2077
|
|
2071
2078
|
# Lists notification configs.
|
2072
2079
|
# @param [String] parent
|
2073
|
-
# Required.
|
2074
|
-
# organizations/[organization_id]", "folders/[
|
2075
|
-
# project_id]".
|
2080
|
+
# Required. The name of the parent in which to list the notification
|
2081
|
+
# configurations. Its format is "organizations/[organization_id]", "folders/[
|
2082
|
+
# folder_id]", or "projects/[project_id]".
|
2076
2083
|
# @param [Fixnum] page_size
|
2077
2084
|
# The maximum number of results to return in a single response. Default is 10,
|
2078
2085
|
# minimum is 1, maximum is 1000.
|
@@ -2401,8 +2408,8 @@ module Google
|
|
2401
2408
|
# Lists all sources belonging to an organization.
|
2402
2409
|
# @param [String] parent
|
2403
2410
|
# Required. Resource name of the parent of sources to list. Its format should be
|
2404
|
-
# "organizations/[organization_id], folders/[folder_id], or projects/[
|
2405
|
-
# ".
|
2411
|
+
# "organizations/[organization_id], "folders/[folder_id]", or "projects/[
|
2412
|
+
# project_id]".
|
2406
2413
|
# @param [Fixnum] page_size
|
2407
2414
|
# The maximum number of results to return in a single response. Default is 10,
|
2408
2415
|
# minimum is 1, maximum is 1000.
|
@@ -2825,6 +2832,11 @@ module Google
|
|
2825
2832
|
|
2826
2833
|
# Updates the state of a finding.
|
2827
2834
|
# @param [String] name
|
2835
|
+
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
2836
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
2837
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
2838
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
2839
|
+
# sources/`source_id`/findings/`finding_id`".
|
2828
2840
|
# @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
|
2829
2841
|
# @param [String] fields
|
2830
2842
|
# Selector specifying which fields to include in a partial response.
|
@@ -2944,8 +2956,9 @@ module Google
|
|
2944
2956
|
|
2945
2957
|
# Filters an organization's assets and groups them by their specified properties.
|
2946
2958
|
# @param [String] parent
|
2947
|
-
# Required.
|
2948
|
-
# organization_id], folders/[folder_id], or projects/[
|
2959
|
+
# Required. The name of the parent to group the assets by. Its format is "
|
2960
|
+
# organizations/[organization_id]", "folders/[folder_id]", or "projects/[
|
2961
|
+
# project_id]".
|
2949
2962
|
# @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
|
2950
2963
|
# @param [String] fields
|
2951
2964
|
# Selector specifying which fields to include in a partial response.
|
@@ -2978,9 +2991,9 @@ module Google
|
|
2978
2991
|
|
2979
2992
|
# Lists an organization's assets.
|
2980
2993
|
# @param [String] parent
|
2981
|
-
# Required.
|
2982
|
-
# organizations/[organization_id], folders/[folder_id], or projects/[
|
2983
|
-
# .
|
2994
|
+
# Required. The name of the parent that the listed assets belong to. Its format
|
2995
|
+
# is "organizations/[organization_id], "folders/[folder_id]", or "projects/[
|
2996
|
+
# project_id]".
|
2984
2997
|
# @param [String] compare_duration
|
2985
2998
|
# When compare_duration is set, the ListAssetsResult's "state_change" attribute
|
2986
2999
|
# is updated to indicate whether the asset was added, removed, or remained
|
@@ -3142,9 +3155,9 @@ module Google
|
|
3142
3155
|
|
3143
3156
|
# Creates a BigQuery export.
|
3144
3157
|
# @param [String] parent
|
3145
|
-
# Required.
|
3146
|
-
# organizations/[organization_id]", "folders/[folder_id]", or "
|
3147
|
-
# project_id]".
|
3158
|
+
# Required. The name of the parent resource of the new BigQuery export. Its
|
3159
|
+
# format is "organizations/[organization_id]", "folders/[folder_id]", or "
|
3160
|
+
# projects/[project_id]".
|
3148
3161
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
|
3149
3162
|
# @param [String] big_query_export_id
|
3150
3163
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -3182,9 +3195,9 @@ module Google
|
|
3182
3195
|
|
3183
3196
|
# Deletes an existing BigQuery export.
|
3184
3197
|
# @param [String] name
|
3185
|
-
# Required.
|
3186
|
-
# organization`/bigQueryExports/`export_id`, folders/`folder`/
|
3187
|
-
# export_id`, or projects/`project`/bigQueryExports/`export_id`
|
3198
|
+
# Required. The name of the BigQuery export to delete. Its format is
|
3199
|
+
# organizations/`organization`/bigQueryExports/`export_id`, folders/`folder`/
|
3200
|
+
# bigQueryExports/`export_id`, or projects/`project`/bigQueryExports/`export_id`
|
3188
3201
|
# @param [String] fields
|
3189
3202
|
# Selector specifying which fields to include in a partial response.
|
3190
3203
|
# @param [String] quota_user
|
@@ -3561,8 +3574,8 @@ module Google
|
|
3561
3574
|
# @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
|
3562
3575
|
# @param [String] config_id
|
3563
3576
|
# Required. Unique identifier provided by the client within the parent scope. It
|
3564
|
-
# must be between 1 and 128 characters
|
3565
|
-
# underscores or hyphens only.
|
3577
|
+
# must be between 1 and 128 characters and contain alphanumeric characters,
|
3578
|
+
# underscores, or hyphens only.
|
3566
3579
|
# @param [String] fields
|
3567
3580
|
# Selector specifying which fields to include in a partial response.
|
3568
3581
|
# @param [String] quota_user
|
@@ -3661,9 +3674,9 @@ module Google
|
|
3661
3674
|
|
3662
3675
|
# Lists notification configs.
|
3663
3676
|
# @param [String] parent
|
3664
|
-
# Required.
|
3665
|
-
# organizations/[organization_id]", "folders/[
|
3666
|
-
# project_id]".
|
3677
|
+
# Required. The name of the parent in which to list the notification
|
3678
|
+
# configurations. Its format is "organizations/[organization_id]", "folders/[
|
3679
|
+
# folder_id]", or "projects/[project_id]".
|
3667
3680
|
# @param [Fixnum] page_size
|
3668
3681
|
# The maximum number of results to return in a single response. Default is 10,
|
3669
3682
|
# minimum is 1, maximum is 1000.
|
@@ -3745,8 +3758,8 @@ module Google
|
|
3745
3758
|
# Lists all sources belonging to an organization.
|
3746
3759
|
# @param [String] parent
|
3747
3760
|
# Required. Resource name of the parent of sources to list. Its format should be
|
3748
|
-
# "organizations/[organization_id], folders/[folder_id], or projects/[
|
3749
|
-
# ".
|
3761
|
+
# "organizations/[organization_id], "folders/[folder_id]", or "projects/[
|
3762
|
+
# project_id]".
|
3750
3763
|
# @param [Fixnum] page_size
|
3751
3764
|
# The maximum number of results to return in a single response. Default is 10,
|
3752
3765
|
# minimum is 1, maximum is 1000.
|
@@ -4020,6 +4033,11 @@ module Google
|
|
4020
4033
|
|
4021
4034
|
# Updates the state of a finding.
|
4022
4035
|
# @param [String] name
|
4036
|
+
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
4037
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
4038
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
4039
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
4040
|
+
# sources/`source_id`/findings/`finding_id`".
|
4023
4041
|
# @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
|
4024
4042
|
# @param [String] fields
|
4025
4043
|
# 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.
|
4
|
+
version: 0.48.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:
|
11
|
+
date: 2023-01-04 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.48.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: []
|