google-apis-securitycenter_v1beta1 0.54.0 → 0.55.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: 1e4c7fdc82ce4bbc25bab8f0bfc1c6a04e07507f1043aba39ace19ff4bba295e
|
|
4
|
+
data.tar.gz: e5d3891941356f0b976c3fd3287042fd524bee4b3b30b4d3149ad61868071f2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 289ce2415dcb42baa9036c9eab499469e013fa56e9c877644535e65d1c0adbdf0d75b72a035ba8cef386434cd274df6a4aa9afb63090da852b2134e31d1e5cc5
|
|
7
|
+
data.tar.gz: 3d1612c20c044254643b512407789109e5b73306f39e06fbf79e4403faf526d81049d1fc0d583eeee77acd97ff18d74c24466b8176b0984db70a565225df0d49
|
data/CHANGELOG.md
CHANGED
|
@@ -87,6 +87,11 @@ module Google
|
|
|
87
87
|
# @return [String]
|
|
88
88
|
attr_accessor :service_name
|
|
89
89
|
|
|
90
|
+
# The caller's user agent string associated with the finding.
|
|
91
|
+
# Corresponds to the JSON property `userAgent`
|
|
92
|
+
# @return [String]
|
|
93
|
+
attr_accessor :user_agent
|
|
94
|
+
|
|
90
95
|
# Type of user agent associated with the finding. For example, an operating
|
|
91
96
|
# system shell or an embedded or standalone application.
|
|
92
97
|
# Corresponds to the JSON property `userAgentFamily`
|
|
@@ -115,6 +120,7 @@ module Google
|
|
|
115
120
|
@service_account_delegation_info = args[:service_account_delegation_info] if args.key?(:service_account_delegation_info)
|
|
116
121
|
@service_account_key_name = args[:service_account_key_name] if args.key?(:service_account_key_name)
|
|
117
122
|
@service_name = args[:service_name] if args.key?(:service_name)
|
|
123
|
+
@user_agent = args[:user_agent] if args.key?(:user_agent)
|
|
118
124
|
@user_agent_family = args[:user_agent_family] if args.key?(:user_agent_family)
|
|
119
125
|
@user_name = args[:user_name] if args.key?(:user_name)
|
|
120
126
|
end
|
|
@@ -3407,7 +3413,7 @@ module Google
|
|
|
3407
3413
|
attr_accessor :asset_discovery_config
|
|
3408
3414
|
|
|
3409
3415
|
# A flag that indicates if Asset Discovery should be enabled. If the flag is set
|
|
3410
|
-
# to `true`, then discovery of assets will occur. If it is set to `false
|
|
3416
|
+
# to `true`, then discovery of assets will occur. If it is set to `false`, all
|
|
3411
3417
|
# historical assets will remain, but discovery of future assets will not occur.
|
|
3412
3418
|
# Corresponds to the JSON property `enableAssetDiscovery`
|
|
3413
3419
|
# @return [Boolean]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1beta1
|
|
18
18
|
# Version of the google-apis-securitycenter_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230601"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -593,6 +593,7 @@ module Google
|
|
|
593
593
|
|
|
594
594
|
property :service_account_key_name, as: 'serviceAccountKeyName'
|
|
595
595
|
property :service_name, as: 'serviceName'
|
|
596
|
+
property :user_agent, as: 'userAgent'
|
|
596
597
|
property :user_agent_family, as: 'userAgentFamily'
|
|
597
598
|
property :user_name, as: 'userName'
|
|
598
599
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.55.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: 2023-
|
|
11
|
+
date: 2023-06-11 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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.55.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|