google-apis-securitycenter_v1beta2 0.33.0 → 0.34.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: ffacacf40445e33a8d1c63ebfb893d3564dfdb33699462b50e3e70ab8b1d1b43
4
- data.tar.gz: 90e5a03c9da065da711f804134d068868708edb7f68cb13cb1a95df0fc4fca90
3
+ metadata.gz: 7ea332c32f6c0402f38205c1550d1046d4f235a13b83cb1af32da0134411dae9
4
+ data.tar.gz: d09532d14521e2ee835e6ad5b003ac6b3300fb54e57c1c517b85906c1dbf7e92
5
5
  SHA512:
6
- metadata.gz: 4dccc38619c93ec04bfefed99bfe5d98cb5350c88252bffae3ba4482c273688ea1180742372ccc62047da8671beab8f4126e42fa758b1e2032871620501a2f1d
7
- data.tar.gz: a9b4ec0283f49f2bd66381eb11cb59374afe71951a5c5e959a74555ed21bff6eaa7c1f63abd26fd2965306452b77bfa25cc3025d2f09b5eb9507156c26c36238
6
+ metadata.gz: 30b1ff2ed080e42e73951be20c30245c591b6f344d01239bb455930e67e7086697ed37c12c225fefe74e7f90f43dbebebe9d5105a98795e9214f696fbe4de7b3
7
+ data.tar.gz: 918c21d6169e3c19b7210c7e54cdab835dbfad971c9264745d9de27f083e8bfa14677ede9345c25e0757d9562e281108f42de5c257b38876aef1e02a79c402f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.34.0 (2022-08-30)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.33.0 (2022-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220824
@@ -54,8 +54,8 @@ module Google
54
54
  # A string representing the principal_subject associated with the identity. As
55
55
  # compared to `principal_email`, supports principals that aren't associated with
56
56
  # email addresses, such as third party principals. For most identities, the
57
- # format will be `principal://iam.googleapis.com/`identity pool name`/subject/`
58
- # subject)` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
57
+ # format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
58
+ # subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
59
59
  # GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
60
60
  # identity pool name`[`subject`]`
61
61
  # Corresponds to the JSON property `principalSubject`
@@ -2499,7 +2499,7 @@ module Google
2499
2499
  class ServiceAccountDelegationInfo
2500
2500
  include Google::Apis::Core::Hashable
2501
2501
 
2502
- # The email address of a Google account. .
2502
+ # The email address of a Google account.
2503
2503
  # Corresponds to the JSON property `principalEmail`
2504
2504
  # @return [String]
2505
2505
  attr_accessor :principal_email
@@ -2507,8 +2507,8 @@ module Google
2507
2507
  # A string representing the principal_subject associated with the identity. As
2508
2508
  # compared to `principal_email`, supports principals that aren't associated with
2509
2509
  # email addresses, such as third party principals. For most identities, the
2510
- # format will be `principal://iam.googleapis.com/`identity pool name`/subject/`
2511
- # subject)` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
2510
+ # format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
2511
+ # subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
2512
2512
  # GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
2513
2513
  # identity pool name`[`subject`]`
2514
2514
  # Corresponds to the JSON property `principalSubject`
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220824"
25
+ REVISION = "20220825"
26
26
  end
27
27
  end
28
28
  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.33.0
4
+ version: 0.34.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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.34.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: []