google-apis-securitycenter_v1 0.14.0 → 0.15.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: e694558741d7f731680f19da31a5f74b9c6126ab467efe667bd225c323fe7c78
4
- data.tar.gz: 4adb28be17c516abb30906d50f355587d2aadd08fb30dff5af42d24636f62016
3
+ metadata.gz: c1628e48e4704916ae60a85c0f263b41226b0f07f57eea8c5a214ea5d9dfb39f
4
+ data.tar.gz: 062df5d8bca6bda49ef0d775305dd8c05032ea5e9dee52b5635348ea53e031f7
5
5
  SHA512:
6
- metadata.gz: 470732a79bebc01ad457e01cf88d28783cee8d289e98dbfeb5c54ba1be046f4a85b746433dcfea6268641717cdb962fbffb03c5e2c0c8733d9ef29fe2a5db287
7
- data.tar.gz: 8818da1c131f7714d4101cddf170d8920dc8f95f7e1367efccf6abee149c5111d0912b7cbd69bc09165793895ae76782841846ff56b5d8e77cc8e7f2d2e2f1bc
6
+ metadata.gz: 309bdfd2c23bfc11f8d1986af4ec3a0cd25436c555b56882cde2cda53b32743d4f002516e92ef81f81b6d797384c4e826dacf0745293ef62de2a3fc88533fd30
7
+ data.tar.gz: 43b077e78747b63654e6c8b04f4e70f23934e53c325def7c7f88c4665aa0e7f43747d765c716ea1ed4657184e4a40beee2206d3a0f04f4ed281482e68b13256e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.15.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
3
7
  ### v0.14.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -641,13 +641,16 @@ module Google
641
641
  class GetPolicyOptions
642
642
  include Google::Apis::Core::Hashable
643
643
 
644
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
645
- # 3. Requests specifying an invalid value will be rejected. Requests for
646
- # policies with any conditional bindings must specify version 3. Policies
647
- # without any conditional bindings may specify any valid value or leave the
648
- # field unset. To learn which resources support conditions in their IAM policies,
649
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
650
- # resource-policies).
644
+ # Optional. The maximum policy version that will be used to format the policy.
645
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
646
+ # rejected. Requests for policies with any conditional role bindings must
647
+ # specify version 3. Policies with no conditional role bindings may specify any
648
+ # valid value or leave the field unset. The policy in the response might use the
649
+ # policy version that you specified, or it might use a lower policy version. For
650
+ # example, if you specify version 3, but the policy has no conditional role
651
+ # bindings, the response uses version 1. To learn which resources support
652
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
653
+ # google.com/iam/help/conditions/resource-policies).
651
654
  # Corresponds to the JSON property `requestedPolicyVersion`
652
655
  # @return [Fixnum]
653
656
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211015"
25
+ REVISION = "20211103"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []