google-apis-securitycenter_v1beta2 0.49.0 → 0.51.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: 1cb0ca683325f25ab3e908315c15ccc9af70bd8093a678e9b937d2b03fb3cd6e
|
4
|
+
data.tar.gz: 498ee9829efe853ba926c03f89610a45445b4e8c99183e8ac458f5162396ccdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a2a3b0444d18468beecde004681948bed8615cfdc06b9eacfee0d6e4824bd4abbbf31e44e631c89cb167babcaef60e5d8e97d0be3f8ad2fb749fb3cadff0d42
|
7
|
+
data.tar.gz: cbe4bd1e5e22bd53f81d5b1decededcdc53b4f9b78a857b74951e4a66c05d11002ec794a2ca4b23567a7ba524f2ceec1e8e3974b6eff6f9e669e933d2d59c91e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-securitycenter_v1beta2
|
2
2
|
|
3
|
+
### v0.51.0 (2023-07-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230706
|
6
|
+
|
7
|
+
### v0.50.0 (2023-06-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230601
|
10
|
+
|
3
11
|
### v0.49.0 (2023-05-21)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230512
|
@@ -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
|
@@ -603,10 +609,7 @@ module Google
|
|
603
609
|
# might not have the [full resource name](https://google.aip.dev/122#full-
|
604
610
|
# resource-names) populated because these resource types, such as Cloud SQL
|
605
611
|
# databases, are not yet supported by Cloud Asset Inventory. In these cases only
|
606
|
-
# the display name is provided.
|
607
|
-
# resource name](https://google.aip.dev/122#full-resource-names) populated
|
608
|
-
# because these resource types are not yet supported by Cloud Asset Inventory (e.
|
609
|
-
# g. Cloud SQL databases). In these cases only the display name will be provided.
|
612
|
+
# the display name is provided.
|
610
613
|
class Database
|
611
614
|
include Google::Apis::Core::Hashable
|
612
615
|
|
@@ -621,9 +624,12 @@ module Google
|
|
621
624
|
# @return [Array<String>]
|
622
625
|
attr_accessor :grantees
|
623
626
|
|
624
|
-
#
|
625
|
-
#
|
626
|
-
# Inventory.
|
627
|
+
# Some database resources may not have the [full resource name](https://google.
|
628
|
+
# aip.dev/122#full-resource-names) populated because these resource types are
|
629
|
+
# not yet supported by Cloud Asset Inventory (e.g. Cloud SQL databases). In
|
630
|
+
# these cases only the display name will be provided. The [full resource name](
|
631
|
+
# https://google.aip.dev/122#full-resource-names) of the database that the user
|
632
|
+
# connected to, if it is supported by Cloud Asset Inventory.
|
627
633
|
# Corresponds to the JSON property `name`
|
628
634
|
# @return [String]
|
629
635
|
attr_accessor :name
|
@@ -639,6 +645,12 @@ module Google
|
|
639
645
|
# @return [String]
|
640
646
|
attr_accessor :user_name
|
641
647
|
|
648
|
+
# The version of the database, for example, POSTGRES_14. See [the complete list](
|
649
|
+
# https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion).
|
650
|
+
# Corresponds to the JSON property `version`
|
651
|
+
# @return [String]
|
652
|
+
attr_accessor :version
|
653
|
+
|
642
654
|
def initialize(**args)
|
643
655
|
update!(**args)
|
644
656
|
end
|
@@ -650,6 +662,7 @@ module Google
|
|
650
662
|
@name = args[:name] if args.key?(:name)
|
651
663
|
@query = args[:query] if args.key?(:query)
|
652
664
|
@user_name = args[:user_name] if args.key?(:user_name)
|
665
|
+
@version = args[:version] if args.key?(:version)
|
653
666
|
end
|
654
667
|
end
|
655
668
|
|
@@ -1023,10 +1036,7 @@ module Google
|
|
1023
1036
|
# might not have the [full resource name](https://google.aip.dev/122#full-
|
1024
1037
|
# resource-names) populated because these resource types, such as Cloud SQL
|
1025
1038
|
# databases, are not yet supported by Cloud Asset Inventory. In these cases only
|
1026
|
-
# the display name is provided.
|
1027
|
-
# resource name](https://google.aip.dev/122#full-resource-names) populated
|
1028
|
-
# because these resource types are not yet supported by Cloud Asset Inventory (e.
|
1029
|
-
# g. Cloud SQL databases). In these cases only the display name will be provided.
|
1039
|
+
# the display name is provided.
|
1030
1040
|
# Corresponds to the JSON property `database`
|
1031
1041
|
# @return [Google::Apis::SecuritycenterV1beta2::Database]
|
1032
1042
|
attr_accessor :database
|
@@ -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.51.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 = "20230706"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -467,6 +467,7 @@ module Google
|
|
467
467
|
|
468
468
|
property :service_account_key_name, as: 'serviceAccountKeyName'
|
469
469
|
property :service_name, as: 'serviceName'
|
470
|
+
property :user_agent, as: 'userAgent'
|
470
471
|
property :user_agent_family, as: 'userAgentFamily'
|
471
472
|
property :user_name, as: 'userName'
|
472
473
|
end
|
@@ -604,6 +605,7 @@ module Google
|
|
604
605
|
property :name, as: 'name'
|
605
606
|
property :query, as: 'query'
|
606
607
|
property :user_name, as: 'userName'
|
608
|
+
property :version, as: 'version'
|
607
609
|
end
|
608
610
|
end
|
609
611
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.51.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-07-16 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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.51.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|