google-apis-securitycenter_v1beta2 0.22.0 → 0.23.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: 77e2e6ed6d00ae977de5f492c7df0ce616714be8d814a50a9f8d84637a0b945a
4
- data.tar.gz: '0846f43b7cc25a4b47236e6c6f602f012c95f68fbe899ea21ba2e7f7e682ecd3'
3
+ metadata.gz: 92a6cd216cff33987e19d87f4dc041ea6481f8dfba2d8dd3f18254e5ed2fb818
4
+ data.tar.gz: bd04dfef9eb2849908bf375f5fc3795e6e158581067346e994bf87e92d02e792
5
5
  SHA512:
6
- metadata.gz: 68d3fe432223921319f437728f608854484e285243b0213203fc53ee9995f4155162ee0cb3711ba2788adf065284837b461b3897682d79ae481d2e539d28eb79
7
- data.tar.gz: 497636ea7d63117fa96d8d81eb1fc1b5512c89e2a3841dda42b4e1f92b930d57a51c9e9141f64d4645a059ff275565158dac27d04195fca232c5ee144d884766
6
+ metadata.gz: 9efc4750982b0a167bee0710de34c1cadfbcdf2b03d2d3132710c385e516847748059d9b747953d85b95ee1639a5c79f817ce86365a1a7353f15158ec4ae938b
7
+ data.tar.gz: 4915462f36815ffbbc5e587003a833c05b969882a5346dc9a8a84e9914688fc1561f9980b321d9e3d822f7acdb20b6f4e9ca7c66b8d51b4f5a6d4c5ef7c1fbe5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.23.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220516
6
+
3
7
  ### v0.22.0 (2022-05-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220506
@@ -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.22.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 = "20220506"
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.22.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-16 00:00:00.000000000 Z
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.22.0
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: []