google-apis-securitycenter_v1beta1 0.11.0 → 0.12.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: 91f01c7d9f50960fd42f1910b2ffb9de91b15bd0dba980bd0fe7445fd4e1095d
4
- data.tar.gz: 138932c073885098c0289cb9b20a40d1ff5cdf9a260d2be2312d0c6156bc7c46
3
+ metadata.gz: 7d7d943dabb6a7f45be2019dd84d33994c75266e882f47133cdc1df56b60a494
4
+ data.tar.gz: 74adb6a04055187734a9276acaebb5d5e3bc72df3905c14f8446b258963e6cbd
5
5
  SHA512:
6
- metadata.gz: 2c981a79e26cff9e913b3efe92d0f815517c6aa31f9142a3feafcc7357ebc9ad02d18ce069ff48ff5c6bfafb2232d5b8f44b03b798a55f5e2fd30b1f41df7b33
7
- data.tar.gz: e6f05c0ea9344a8a030ca7dd84c8651ad3366e34262b2ad9f2771fcdd47209cd1e2a1833bb1214b2cad1a79f9ac3f5bac3df752cbe40e6ff31750cd27812eb6e
6
+ metadata.gz: 8d8ef743b8b60c755926dbf47f177a0a5bc6c63d7cd18087344511492957bcfbd78a927d7c0729105f2b22cb57745987f37b03c160377bf65341088936a369cb
7
+ data.tar.gz: 2b0a8495ec8b3e6b2a679dfa6d75505ccb838e9e5e9d356968d10b3539cf905c20102cc10e62b63cfe5d56b24eb3c589aabdb31b4f2c01b9a4a9082984156abf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
3
7
  ### v0.11.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -631,13 +631,16 @@ module Google
631
631
  class GetPolicyOptions
632
632
  include Google::Apis::Core::Hashable
633
633
 
634
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
635
- # 3. Requests specifying an invalid value will be rejected. Requests for
636
- # policies with any conditional bindings must specify version 3. Policies
637
- # without any conditional bindings may specify any valid value or leave the
638
- # field unset. To learn which resources support conditions in their IAM policies,
639
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
640
- # resource-policies).
634
+ # Optional. The maximum policy version that will be used to format the policy.
635
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
636
+ # rejected. Requests for policies with any conditional role bindings must
637
+ # specify version 3. Policies with no conditional role bindings may specify any
638
+ # valid value or leave the field unset. The policy in the response might use the
639
+ # policy version that you specified, or it might use a lower policy version. For
640
+ # example, if you specify version 3, but the policy has no conditional role
641
+ # bindings, the response uses version 1. To learn which resources support
642
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
643
+ # google.com/iam/help/conditions/resource-policies).
641
644
  # Corresponds to the JSON property `requestedPolicyVersion`
642
645
  # @return [Fixnum]
643
646
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []