google-apis-securitycenter_v1beta2 0.95.0 → 0.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b6e41c7e4b03f9a74de0090baf022328cf745f631425e11e27d15a622cab626
|
|
4
|
+
data.tar.gz: fb83154a5aecca2f2d39dd5b0173e8dc685b2bc60ccf9a48756777f28ae910d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0acf7b0aa3033bbf42ddfda768e83e2686eca401f4ac40593ec451f4b3ab2fe0ba0c8c36c919141067517beaf87134c562ca2bf4f0d24e4f2976b46266a40543
|
|
7
|
+
data.tar.gz: c3a5f833eefbfe832ede8ec717345b989c87891008cef7e8062b1d206c552ae918e57de7b734cbd56c8c36d7149c7ea4018c3cf4d5e127f2f31c37da35c82e1d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-securitycenter_v1beta2
|
|
2
2
|
|
|
3
|
+
### v0.97.0 (2026-03-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260223
|
|
6
|
+
|
|
7
|
+
### v0.96.0 (2026-02-22)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260219
|
|
10
|
+
|
|
3
11
|
### v0.95.0 (2026-02-01)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260123
|
|
@@ -1781,6 +1781,12 @@ module Google
|
|
|
1781
1781
|
# @return [String]
|
|
1782
1782
|
attr_accessor :max_retention_allowed
|
|
1783
1783
|
|
|
1784
|
+
# Min duration of retention allowed from the DSPM retention control. This field
|
|
1785
|
+
# is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.
|
|
1786
|
+
# Corresponds to the JSON property `minRetentionAllowed`
|
|
1787
|
+
# @return [String]
|
|
1788
|
+
attr_accessor :min_retention_allowed
|
|
1789
|
+
|
|
1784
1790
|
def initialize(**args)
|
|
1785
1791
|
update!(**args)
|
|
1786
1792
|
end
|
|
@@ -1791,6 +1797,7 @@ module Google
|
|
|
1791
1797
|
@event_detection_time = args[:event_detection_time] if args.key?(:event_detection_time)
|
|
1792
1798
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
1793
1799
|
@max_retention_allowed = args[:max_retention_allowed] if args.key?(:max_retention_allowed)
|
|
1800
|
+
@min_retention_allowed = args[:min_retention_allowed] if args.key?(:min_retention_allowed)
|
|
1794
1801
|
end
|
|
1795
1802
|
end
|
|
1796
1803
|
|
|
@@ -2265,6 +2272,101 @@ module Google
|
|
|
2265
2272
|
end
|
|
2266
2273
|
end
|
|
2267
2274
|
|
|
2275
|
+
# Details about the externally exposed resource associated with the finding.
|
|
2276
|
+
class ExternalExposure
|
|
2277
|
+
include Google::Apis::Core::Hashable
|
|
2278
|
+
|
|
2279
|
+
# The full resource name of load balancer backend service, for example, "//
|
|
2280
|
+
# compute.googleapis.com/projects/`project-id`/global/backendServices/`name`".
|
|
2281
|
+
# Corresponds to the JSON property `backendService`
|
|
2282
|
+
# @return [String]
|
|
2283
|
+
attr_accessor :backend_service
|
|
2284
|
+
|
|
2285
|
+
# The resource which is running the exposed service, for example, "//compute.
|
|
2286
|
+
# googleapis.com/projects/`project-id`/zones/`zone`/instances/`instance`.”
|
|
2287
|
+
# Corresponds to the JSON property `exposedEndpoint`
|
|
2288
|
+
# @return [String]
|
|
2289
|
+
attr_accessor :exposed_endpoint
|
|
2290
|
+
|
|
2291
|
+
# The name and version of the service, for example, "Jupyter Notebook 6.14.0".
|
|
2292
|
+
# Corresponds to the JSON property `exposedService`
|
|
2293
|
+
# @return [String]
|
|
2294
|
+
attr_accessor :exposed_service
|
|
2295
|
+
|
|
2296
|
+
# The full resource name of the forwarding rule, for example, "//compute.
|
|
2297
|
+
# googleapis.com/projects/`project-id`/global/forwardingRules/`forwarding-rule-
|
|
2298
|
+
# name`".
|
|
2299
|
+
# Corresponds to the JSON property `forwardingRule`
|
|
2300
|
+
# @return [String]
|
|
2301
|
+
attr_accessor :forwarding_rule
|
|
2302
|
+
|
|
2303
|
+
# The full resource name of the instance group, for example, "//compute.
|
|
2304
|
+
# googleapis.com/projects/`project-id`/global/instanceGroups/`name`".
|
|
2305
|
+
# Corresponds to the JSON property `instanceGroup`
|
|
2306
|
+
# @return [String]
|
|
2307
|
+
attr_accessor :instance_group
|
|
2308
|
+
|
|
2309
|
+
# The full resource name of the load balancer firewall policy, for example, "//
|
|
2310
|
+
# compute.googleapis.com/projects/`project-id`/global/firewallPolicies/`policy-
|
|
2311
|
+
# name`".
|
|
2312
|
+
# Corresponds to the JSON property `loadBalancerFirewallPolicy`
|
|
2313
|
+
# @return [String]
|
|
2314
|
+
attr_accessor :load_balancer_firewall_policy
|
|
2315
|
+
|
|
2316
|
+
# The full resource name of the network endpoint group, for example, "//compute.
|
|
2317
|
+
# googleapis.com/projects/`project-id`/global/networkEndpointGroups/`name`".
|
|
2318
|
+
# Corresponds to the JSON property `networkEndpointGroup`
|
|
2319
|
+
# @return [String]
|
|
2320
|
+
attr_accessor :network_endpoint_group
|
|
2321
|
+
|
|
2322
|
+
# Private IP address of the exposed endpoint.
|
|
2323
|
+
# Corresponds to the JSON property `privateIpAddress`
|
|
2324
|
+
# @return [String]
|
|
2325
|
+
attr_accessor :private_ip_address
|
|
2326
|
+
|
|
2327
|
+
# Port number associated with private IP address.
|
|
2328
|
+
# Corresponds to the JSON property `privatePort`
|
|
2329
|
+
# @return [String]
|
|
2330
|
+
attr_accessor :private_port
|
|
2331
|
+
|
|
2332
|
+
# Public IP address of the exposed endpoint.
|
|
2333
|
+
# Corresponds to the JSON property `publicIpAddress`
|
|
2334
|
+
# @return [String]
|
|
2335
|
+
attr_accessor :public_ip_address
|
|
2336
|
+
|
|
2337
|
+
# Public port number of the exposed endpoint.
|
|
2338
|
+
# Corresponds to the JSON property `publicPort`
|
|
2339
|
+
# @return [String]
|
|
2340
|
+
attr_accessor :public_port
|
|
2341
|
+
|
|
2342
|
+
# The full resource name of the firewall policy of the exposed service, for
|
|
2343
|
+
# example, "//compute.googleapis.com/projects/`project-id`/global/
|
|
2344
|
+
# firewallPolicies/`policy-name`".
|
|
2345
|
+
# Corresponds to the JSON property `serviceFirewallPolicy`
|
|
2346
|
+
# @return [String]
|
|
2347
|
+
attr_accessor :service_firewall_policy
|
|
2348
|
+
|
|
2349
|
+
def initialize(**args)
|
|
2350
|
+
update!(**args)
|
|
2351
|
+
end
|
|
2352
|
+
|
|
2353
|
+
# Update properties of this object
|
|
2354
|
+
def update!(**args)
|
|
2355
|
+
@backend_service = args[:backend_service] if args.key?(:backend_service)
|
|
2356
|
+
@exposed_endpoint = args[:exposed_endpoint] if args.key?(:exposed_endpoint)
|
|
2357
|
+
@exposed_service = args[:exposed_service] if args.key?(:exposed_service)
|
|
2358
|
+
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
|
2359
|
+
@instance_group = args[:instance_group] if args.key?(:instance_group)
|
|
2360
|
+
@load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
|
|
2361
|
+
@network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
|
|
2362
|
+
@private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
|
|
2363
|
+
@private_port = args[:private_port] if args.key?(:private_port)
|
|
2364
|
+
@public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
|
|
2365
|
+
@public_port = args[:public_port] if args.key?(:public_port)
|
|
2366
|
+
@service_firewall_policy = args[:service_firewall_policy] if args.key?(:service_firewall_policy)
|
|
2367
|
+
end
|
|
2368
|
+
end
|
|
2369
|
+
|
|
2268
2370
|
# File information about the related binary/library used by an executable, or
|
|
2269
2371
|
# the script used by a script interpreter
|
|
2270
2372
|
class File
|
|
@@ -2530,6 +2632,11 @@ module Google
|
|
|
2530
2632
|
# @return [Google::Apis::SecuritycenterV1beta2::Exfiltration]
|
|
2531
2633
|
attr_accessor :exfiltration
|
|
2532
2634
|
|
|
2635
|
+
# Details about the externally exposed resource associated with the finding.
|
|
2636
|
+
# Corresponds to the JSON property `externalExposure`
|
|
2637
|
+
# @return [Google::Apis::SecuritycenterV1beta2::ExternalExposure]
|
|
2638
|
+
attr_accessor :external_exposure
|
|
2639
|
+
|
|
2533
2640
|
# Output only. Third party SIEM/SOAR fields within SCC, contains external system
|
|
2534
2641
|
# information and external system finding fields.
|
|
2535
2642
|
# Corresponds to the JSON property `externalSystems`
|
|
@@ -2790,6 +2897,7 @@ module Google
|
|
|
2790
2897
|
@disk = args[:disk] if args.key?(:disk)
|
|
2791
2898
|
@event_time = args[:event_time] if args.key?(:event_time)
|
|
2792
2899
|
@exfiltration = args[:exfiltration] if args.key?(:exfiltration)
|
|
2900
|
+
@external_exposure = args[:external_exposure] if args.key?(:external_exposure)
|
|
2793
2901
|
@external_systems = args[:external_systems] if args.key?(:external_systems)
|
|
2794
2902
|
@external_uri = args[:external_uri] if args.key?(:external_uri)
|
|
2795
2903
|
@files = args[:files] if args.key?(:files)
|
|
@@ -6164,6 +6272,12 @@ module Google
|
|
|
6164
6272
|
# @return [String]
|
|
6165
6273
|
attr_accessor :max_retention_allowed
|
|
6166
6274
|
|
|
6275
|
+
# Min duration of retention allowed from the DSPM retention control. This field
|
|
6276
|
+
# is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.
|
|
6277
|
+
# Corresponds to the JSON property `minRetentionAllowed`
|
|
6278
|
+
# @return [String]
|
|
6279
|
+
attr_accessor :min_retention_allowed
|
|
6280
|
+
|
|
6167
6281
|
def initialize(**args)
|
|
6168
6282
|
update!(**args)
|
|
6169
6283
|
end
|
|
@@ -6174,6 +6288,7 @@ module Google
|
|
|
6174
6288
|
@event_detection_time = args[:event_detection_time] if args.key?(:event_detection_time)
|
|
6175
6289
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
6176
6290
|
@max_retention_allowed = args[:max_retention_allowed] if args.key?(:max_retention_allowed)
|
|
6291
|
+
@min_retention_allowed = args[:min_retention_allowed] if args.key?(:min_retention_allowed)
|
|
6177
6292
|
end
|
|
6178
6293
|
end
|
|
6179
6294
|
|
|
@@ -6483,6 +6598,101 @@ module Google
|
|
|
6483
6598
|
end
|
|
6484
6599
|
end
|
|
6485
6600
|
|
|
6601
|
+
# Details about the externally exposed resource associated with the finding.
|
|
6602
|
+
class GoogleCloudSecuritycenterV2ExternalExposure
|
|
6603
|
+
include Google::Apis::Core::Hashable
|
|
6604
|
+
|
|
6605
|
+
# The full resource name of load balancer backend service, for example, "//
|
|
6606
|
+
# compute.googleapis.com/projects/`project-id`/global/backendServices/`name`".
|
|
6607
|
+
# Corresponds to the JSON property `backendService`
|
|
6608
|
+
# @return [String]
|
|
6609
|
+
attr_accessor :backend_service
|
|
6610
|
+
|
|
6611
|
+
# The resource which is running the exposed service, for example, "//compute.
|
|
6612
|
+
# googleapis.com/projects/`project-id`/zones/`zone`/instances/`instance`.”
|
|
6613
|
+
# Corresponds to the JSON property `exposedEndpoint`
|
|
6614
|
+
# @return [String]
|
|
6615
|
+
attr_accessor :exposed_endpoint
|
|
6616
|
+
|
|
6617
|
+
# The name and version of the service, for example, "Jupyter Notebook 6.14.0".
|
|
6618
|
+
# Corresponds to the JSON property `exposedService`
|
|
6619
|
+
# @return [String]
|
|
6620
|
+
attr_accessor :exposed_service
|
|
6621
|
+
|
|
6622
|
+
# The full resource name of the forwarding rule, for example, "//compute.
|
|
6623
|
+
# googleapis.com/projects/`project-id`/global/forwardingRules/`forwarding-rule-
|
|
6624
|
+
# name`".
|
|
6625
|
+
# Corresponds to the JSON property `forwardingRule`
|
|
6626
|
+
# @return [String]
|
|
6627
|
+
attr_accessor :forwarding_rule
|
|
6628
|
+
|
|
6629
|
+
# The full resource name of the instance group, for example, "//compute.
|
|
6630
|
+
# googleapis.com/projects/`project-id`/global/instanceGroups/`name`".
|
|
6631
|
+
# Corresponds to the JSON property `instanceGroup`
|
|
6632
|
+
# @return [String]
|
|
6633
|
+
attr_accessor :instance_group
|
|
6634
|
+
|
|
6635
|
+
# The full resource name of the load balancer firewall policy, for example, "//
|
|
6636
|
+
# compute.googleapis.com/projects/`project-id`/global/firewallPolicies/`policy-
|
|
6637
|
+
# name`".
|
|
6638
|
+
# Corresponds to the JSON property `loadBalancerFirewallPolicy`
|
|
6639
|
+
# @return [String]
|
|
6640
|
+
attr_accessor :load_balancer_firewall_policy
|
|
6641
|
+
|
|
6642
|
+
# The full resource name of the network endpoint group, for example, "//compute.
|
|
6643
|
+
# googleapis.com/projects/`project-id`/global/networkEndpointGroups/`name`".
|
|
6644
|
+
# Corresponds to the JSON property `networkEndpointGroup`
|
|
6645
|
+
# @return [String]
|
|
6646
|
+
attr_accessor :network_endpoint_group
|
|
6647
|
+
|
|
6648
|
+
# Private IP address of the exposed endpoint.
|
|
6649
|
+
# Corresponds to the JSON property `privateIpAddress`
|
|
6650
|
+
# @return [String]
|
|
6651
|
+
attr_accessor :private_ip_address
|
|
6652
|
+
|
|
6653
|
+
# Port number associated with private IP address.
|
|
6654
|
+
# Corresponds to the JSON property `privatePort`
|
|
6655
|
+
# @return [String]
|
|
6656
|
+
attr_accessor :private_port
|
|
6657
|
+
|
|
6658
|
+
# Public IP address of the exposed endpoint.
|
|
6659
|
+
# Corresponds to the JSON property `publicIpAddress`
|
|
6660
|
+
# @return [String]
|
|
6661
|
+
attr_accessor :public_ip_address
|
|
6662
|
+
|
|
6663
|
+
# Public port number of the exposed endpoint.
|
|
6664
|
+
# Corresponds to the JSON property `publicPort`
|
|
6665
|
+
# @return [String]
|
|
6666
|
+
attr_accessor :public_port
|
|
6667
|
+
|
|
6668
|
+
# The full resource name of the firewall policy of the exposed service, for
|
|
6669
|
+
# example, "//compute.googleapis.com/projects/`project-id`/global/
|
|
6670
|
+
# firewallPolicies/`policy-name`".
|
|
6671
|
+
# Corresponds to the JSON property `serviceFirewallPolicy`
|
|
6672
|
+
# @return [String]
|
|
6673
|
+
attr_accessor :service_firewall_policy
|
|
6674
|
+
|
|
6675
|
+
def initialize(**args)
|
|
6676
|
+
update!(**args)
|
|
6677
|
+
end
|
|
6678
|
+
|
|
6679
|
+
# Update properties of this object
|
|
6680
|
+
def update!(**args)
|
|
6681
|
+
@backend_service = args[:backend_service] if args.key?(:backend_service)
|
|
6682
|
+
@exposed_endpoint = args[:exposed_endpoint] if args.key?(:exposed_endpoint)
|
|
6683
|
+
@exposed_service = args[:exposed_service] if args.key?(:exposed_service)
|
|
6684
|
+
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
|
6685
|
+
@instance_group = args[:instance_group] if args.key?(:instance_group)
|
|
6686
|
+
@load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
|
|
6687
|
+
@network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
|
|
6688
|
+
@private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
|
|
6689
|
+
@private_port = args[:private_port] if args.key?(:private_port)
|
|
6690
|
+
@public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
|
|
6691
|
+
@public_port = args[:public_port] if args.key?(:public_port)
|
|
6692
|
+
@service_firewall_policy = args[:service_firewall_policy] if args.key?(:service_firewall_policy)
|
|
6693
|
+
end
|
|
6694
|
+
end
|
|
6695
|
+
|
|
6486
6696
|
# Representation of third party SIEM/SOAR fields within SCC.
|
|
6487
6697
|
class GoogleCloudSecuritycenterV2ExternalSystem
|
|
6488
6698
|
include Google::Apis::Core::Hashable
|
|
@@ -6845,6 +7055,11 @@ module Google
|
|
|
6845
7055
|
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Exfiltration]
|
|
6846
7056
|
attr_accessor :exfiltration
|
|
6847
7057
|
|
|
7058
|
+
# Details about the externally exposed resource associated with the finding.
|
|
7059
|
+
# Corresponds to the JSON property `externalExposure`
|
|
7060
|
+
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ExternalExposure]
|
|
7061
|
+
attr_accessor :external_exposure
|
|
7062
|
+
|
|
6848
7063
|
# Output only. Third party SIEM/SOAR fields within SCC, contains external system
|
|
6849
7064
|
# information and external system finding fields.
|
|
6850
7065
|
# Corresponds to the JSON property `externalSystems`
|
|
@@ -7115,6 +7330,7 @@ module Google
|
|
|
7115
7330
|
@disk = args[:disk] if args.key?(:disk)
|
|
7116
7331
|
@event_time = args[:event_time] if args.key?(:event_time)
|
|
7117
7332
|
@exfiltration = args[:exfiltration] if args.key?(:exfiltration)
|
|
7333
|
+
@external_exposure = args[:external_exposure] if args.key?(:external_exposure)
|
|
7118
7334
|
@external_systems = args[:external_systems] if args.key?(:external_systems)
|
|
7119
7335
|
@external_uri = args[:external_uri] if args.key?(:external_uri)
|
|
7120
7336
|
@files = args[:files] if args.key?(:files)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1beta2
|
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.97.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260223"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -388,6 +388,12 @@ module Google
|
|
|
388
388
|
include Google::Apis::Core::JsonObjectSupport
|
|
389
389
|
end
|
|
390
390
|
|
|
391
|
+
class ExternalExposure
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
|
+
|
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
395
|
+
end
|
|
396
|
+
|
|
391
397
|
class File
|
|
392
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
399
|
|
|
@@ -934,6 +940,12 @@ module Google
|
|
|
934
940
|
include Google::Apis::Core::JsonObjectSupport
|
|
935
941
|
end
|
|
936
942
|
|
|
943
|
+
class GoogleCloudSecuritycenterV2ExternalExposure
|
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
945
|
+
|
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
947
|
+
end
|
|
948
|
+
|
|
937
949
|
class GoogleCloudSecuritycenterV2ExternalSystem
|
|
938
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
939
951
|
|
|
@@ -2286,6 +2298,7 @@ module Google
|
|
|
2286
2298
|
property :event_detection_time, as: 'eventDetectionTime'
|
|
2287
2299
|
property :event_type, as: 'eventType'
|
|
2288
2300
|
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
|
2301
|
+
property :min_retention_allowed, as: 'minRetentionAllowed'
|
|
2289
2302
|
end
|
|
2290
2303
|
end
|
|
2291
2304
|
|
|
@@ -2421,6 +2434,24 @@ module Google
|
|
|
2421
2434
|
end
|
|
2422
2435
|
end
|
|
2423
2436
|
|
|
2437
|
+
class ExternalExposure
|
|
2438
|
+
# @private
|
|
2439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2440
|
+
property :backend_service, as: 'backendService'
|
|
2441
|
+
property :exposed_endpoint, as: 'exposedEndpoint'
|
|
2442
|
+
property :exposed_service, as: 'exposedService'
|
|
2443
|
+
property :forwarding_rule, as: 'forwardingRule'
|
|
2444
|
+
property :instance_group, as: 'instanceGroup'
|
|
2445
|
+
property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
|
|
2446
|
+
property :network_endpoint_group, as: 'networkEndpointGroup'
|
|
2447
|
+
property :private_ip_address, as: 'privateIpAddress'
|
|
2448
|
+
property :private_port, as: 'privatePort'
|
|
2449
|
+
property :public_ip_address, as: 'publicIpAddress'
|
|
2450
|
+
property :public_port, as: 'publicPort'
|
|
2451
|
+
property :service_firewall_policy, as: 'serviceFirewallPolicy'
|
|
2452
|
+
end
|
|
2453
|
+
end
|
|
2454
|
+
|
|
2424
2455
|
class File
|
|
2425
2456
|
# @private
|
|
2426
2457
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2497,6 +2528,8 @@ module Google
|
|
|
2497
2528
|
property :event_time, as: 'eventTime'
|
|
2498
2529
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta2::Exfiltration, decorator: Google::Apis::SecuritycenterV1beta2::Exfiltration::Representation
|
|
2499
2530
|
|
|
2531
|
+
property :external_exposure, as: 'externalExposure', class: Google::Apis::SecuritycenterV1beta2::ExternalExposure, decorator: Google::Apis::SecuritycenterV1beta2::ExternalExposure::Representation
|
|
2532
|
+
|
|
2500
2533
|
hash :external_systems, as: 'externalSystems', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1ExternalSystem, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1ExternalSystem::Representation
|
|
2501
2534
|
|
|
2502
2535
|
property :external_uri, as: 'externalUri'
|
|
@@ -3402,6 +3435,7 @@ module Google
|
|
|
3402
3435
|
property :event_detection_time, as: 'eventDetectionTime'
|
|
3403
3436
|
property :event_type, as: 'eventType'
|
|
3404
3437
|
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
|
3438
|
+
property :min_retention_allowed, as: 'minRetentionAllowed'
|
|
3405
3439
|
end
|
|
3406
3440
|
end
|
|
3407
3441
|
|
|
@@ -3492,6 +3526,24 @@ module Google
|
|
|
3492
3526
|
end
|
|
3493
3527
|
end
|
|
3494
3528
|
|
|
3529
|
+
class GoogleCloudSecuritycenterV2ExternalExposure
|
|
3530
|
+
# @private
|
|
3531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3532
|
+
property :backend_service, as: 'backendService'
|
|
3533
|
+
property :exposed_endpoint, as: 'exposedEndpoint'
|
|
3534
|
+
property :exposed_service, as: 'exposedService'
|
|
3535
|
+
property :forwarding_rule, as: 'forwardingRule'
|
|
3536
|
+
property :instance_group, as: 'instanceGroup'
|
|
3537
|
+
property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
|
|
3538
|
+
property :network_endpoint_group, as: 'networkEndpointGroup'
|
|
3539
|
+
property :private_ip_address, as: 'privateIpAddress'
|
|
3540
|
+
property :private_port, as: 'privatePort'
|
|
3541
|
+
property :public_ip_address, as: 'publicIpAddress'
|
|
3542
|
+
property :public_port, as: 'publicPort'
|
|
3543
|
+
property :service_firewall_policy, as: 'serviceFirewallPolicy'
|
|
3544
|
+
end
|
|
3545
|
+
end
|
|
3546
|
+
|
|
3495
3547
|
class GoogleCloudSecuritycenterV2ExternalSystem
|
|
3496
3548
|
# @private
|
|
3497
3549
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3587,6 +3639,8 @@ module Google
|
|
|
3587
3639
|
property :event_time, as: 'eventTime'
|
|
3588
3640
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Exfiltration, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Exfiltration::Representation
|
|
3589
3641
|
|
|
3642
|
+
property :external_exposure, as: 'externalExposure', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ExternalExposure, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ExternalExposure::Representation
|
|
3643
|
+
|
|
3590
3644
|
hash :external_systems, as: 'externalSystems', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ExternalSystem, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ExternalSystem::Representation
|
|
3591
3645
|
|
|
3592
3646
|
property :external_uri, as: 'externalUri'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.97.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.97.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|