google-apis-accesscontextmanager_v1 0.27.0 → 0.29.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: 58fa7e865f2c86db504a6ab7d5538349b62664545d8643ea8f481a17a7514796
4
- data.tar.gz: '058059c637418a093059f95d0accc4d28b933c67d9ef18fd203bd48c1234e4b4'
3
+ metadata.gz: ae6a7eb51de0ef00479d21719fdf9deaa3afc91ab6638f728dfcc0f63dee51b3
4
+ data.tar.gz: '018436dd40ee658c12631e132275676753fe0a3f71ebe80ce6b719d46aff0e47'
5
5
  SHA512:
6
- metadata.gz: fba53db8fb7232cc81d3b4fffa009222bd08f412a81680a3e41832d85e4ba205676b8258524de4786a37ec9efaaced54cfde0f9b0eab3b7a596b4c250c88193d
7
- data.tar.gz: 38685a9b30181faed96a68b2b3d3afe8be25825453924ba171def3cb5c327bb70738c00371de9195d22c6f2d6291d6bf03f804af8de466cce7c229d6d0c00406
6
+ metadata.gz: d3eafe42834e141bcd7a0d59ad6a762d576a8c05c4e0973b9bb003200addb3bd5c7410b3b7aca9567ff29de23ed8d2e7f3d31ac9b4c0aa4830e2949c391177d3
7
+ data.tar.gz: 2c7a7945137ac08278310666886cc4b8af31b73a7580e58735666b69d37ba13dc2700094dbb03802543fcc73e4816e670ca9dc0ece6fed014dbd3902a1276869
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.29.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230312
6
+
7
+ ### v0.28.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.27.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230130
@@ -851,6 +851,14 @@ module Google
851
851
  # @return [Array<String>]
852
852
  attr_accessor :access_levels
853
853
 
854
+ # Optional. Dry run access level that will be evaluated but will not be enforced.
855
+ # The access denial based on dry run policy will be logged. Only one access
856
+ # level is supported, not multiple. This list must have exactly one element.
857
+ # Example: "accessPolicies/9522/accessLevels/device_trusted"
858
+ # Corresponds to the JSON property `dryRunAccessLevels`
859
+ # @return [Array<String>]
860
+ attr_accessor :dry_run_access_levels
861
+
854
862
  # Required. Immutable. Google Group id whose members are subject to this binding'
855
863
  # s restrictions. See "id" in the [G Suite Directory API's Groups resource] (
856
864
  # https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource)
@@ -877,6 +885,7 @@ module Google
877
885
  # Update properties of this object
878
886
  def update!(**args)
879
887
  @access_levels = args[:access_levels] if args.key?(:access_levels)
888
+ @dry_run_access_levels = args[:dry_run_access_levels] if args.key?(:dry_run_access_levels)
880
889
  @group_key = args[:group_key] if args.key?(:group_key)
881
890
  @name = args[:name] if args.key?(:name)
882
891
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230130"
25
+ REVISION = "20230312"
26
26
  end
27
27
  end
28
28
  end
@@ -505,6 +505,7 @@ module Google
505
505
  # @private
506
506
  class Representation < Google::Apis::Core::JsonRepresentation
507
507
  collection :access_levels, as: 'accessLevels'
508
+ collection :dry_run_access_levels, as: 'dryRunAccessLevels'
508
509
  property :group_key, as: 'groupKey'
509
510
  property :name, as: 'name'
510
511
  end
@@ -1198,13 +1198,7 @@ module Google
1198
1198
  end
1199
1199
 
1200
1200
  # Lists operations that match the specified filter in the request. If the server
1201
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
1202
- # binding allows API services to override the binding to use different resource
1203
- # name schemes, such as `users/*/operations`. To override the binding, API
1204
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
1205
- # service configuration. For backwards compatibility, the default name includes
1206
- # the operations collection id, however overriding users must ensure the name
1207
- # binding is the parent resource, without the operations collection id.
1201
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
1208
1202
  # @param [String] name
1209
1203
  # The name of the operation's parent resource.
1210
1204
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.29.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: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []