google-apis-securitycenter_v1beta2 0.22.0 → 0.23.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: 92a6cd216cff33987e19d87f4dc041ea6481f8dfba2d8dd3f18254e5ed2fb818
|
4
|
+
data.tar.gz: bd04dfef9eb2849908bf375f5fc3795e6e158581067346e994bf87e92d02e792
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9efc4750982b0a167bee0710de34c1cadfbcdf2b03d2d3132710c385e516847748059d9b747953d85b95ee1639a5c79f817ce86365a1a7353f15158ec4ae938b
|
7
|
+
data.tar.gz: 4915462f36815ffbbc5e587003a833c05b969882a5346dc9a8a84e9914688fc1561f9980b321d9e3d822f7acdb20b6f4e9ca7c66b8d51b4f5a6d4c5ef7c1fbe5
|
data/CHANGELOG.md
CHANGED
@@ -1486,6 +1486,11 @@ module Google
|
|
1486
1486
|
# @return [String]
|
1487
1487
|
attr_accessor :name
|
1488
1488
|
|
1489
|
+
# Timestamp of when the customer organization was onboarded to SCC.
|
1490
|
+
# Corresponds to the JSON property `onboardingTime`
|
1491
|
+
# @return [String]
|
1492
|
+
attr_accessor :onboarding_time
|
1493
|
+
|
1489
1494
|
# The organization level service account to be used for security center
|
1490
1495
|
# components.
|
1491
1496
|
# Corresponds to the JSON property `orgServiceAccount`
|
@@ -1500,6 +1505,7 @@ module Google
|
|
1500
1505
|
def update!(**args)
|
1501
1506
|
@log_sink_project = args[:log_sink_project] if args.key?(:log_sink_project)
|
1502
1507
|
@name = args[:name] if args.key?(:name)
|
1508
|
+
@onboarding_time = args[:onboarding_time] if args.key?(:onboarding_time)
|
1503
1509
|
@org_service_account = args[:org_service_account] if args.key?(:org_service_account)
|
1504
1510
|
end
|
1505
1511
|
end
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220516"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -592,6 +592,7 @@ module Google
|
|
592
592
|
class Representation < Google::Apis::Core::JsonRepresentation
|
593
593
|
property :log_sink_project, as: 'logSinkProject'
|
594
594
|
property :name, as: 'name'
|
595
|
+
property :onboarding_time, as: 'onboardingTime'
|
595
596
|
property :org_service_account, as: 'orgServiceAccount'
|
596
597
|
end
|
597
598
|
end
|
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.23.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-05-
|
11
|
+
date: 2022-05-23 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.23.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: []
|