google-apis-managedidentities_v1beta1 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: dabd7a05d52666dc202b12c549e0033f6aec0f0898637cb75742d0876b5beff4
4
- data.tar.gz: 89ba826708698f8291a8c5ef9688bd631ad0c60698320fd0065645bf32fd4851
3
+ metadata.gz: 5f73c318e66047315edd7153a665dfcfeebfaca71601257fed44e4879347293f
4
+ data.tar.gz: 36b4b286b7e75a9054bbb094c827247611488f20492228d7523a01f328cbde13
5
5
  SHA512:
6
- metadata.gz: ccd4efd0d2410072812b0489a061132de70f56b1d8d6560756ae9a43f42a58986715bba848c27c088f876ba214a8cd060fd082abbdf53ae8056654ebce159cd6
7
- data.tar.gz: 6f969dc43a0b62957cca8120677bcf1fdd368312506d2563c7de8e0337ca44ea3da04d6f9ae2fe51f759efd2fec6b5ee2568ed7e6780ff4309628f32bca2944e
6
+ metadata.gz: 7197e644d88043ab12713943745d9df0889f1f0de24a618f90327fc245609e477fab0b7d20a66b4ba8422d9de4239b2350a16fe315a55e7b77cbc7d7b1a00767
7
+ data.tar.gz: 944c10d501afac78a382e6faa86df4348f78c435305f2af75b5d8dcb43fc142e07b7fde8cc16e2f6e71d7fcde56b073aa0dfedfdc11f9d0fc31af06e4e99e83e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
2
2
 
3
+ ### v0.34.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231010
6
+
3
7
  ### v0.33.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230705
@@ -1794,13 +1794,13 @@ module Google
1794
1794
  # @return [String]
1795
1795
  attr_accessor :name
1796
1796
 
1797
- # The normal response of the operation in case of success. If the original
1798
- # method returns no data on success, such as `Delete`, the response is `google.
1799
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1800
- # the response should be the resource. For other methods, the response should
1801
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1802
- # example, if the original method name is `TakeSnapshot()`, the inferred
1803
- # response type is `TakeSnapshotResponse`.
1797
+ # The normal, successful response of the operation. If the original method
1798
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1799
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1800
+ # response should be the resource. For other methods, the response should have
1801
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1802
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1803
+ # `TakeSnapshotResponse`.
1804
1804
  # Corresponds to the JSON property `response`
1805
1805
  # @return [Hash<String,Object>]
1806
1806
  attr_accessor :response
@@ -1958,22 +1958,22 @@ module Google
1958
1958
  # evaluates to `true`. A condition can add constraints based on attributes of
1959
1959
  # the request, the resource, or both. To learn which resources support
1960
1960
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1961
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1961
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1962
1962
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1963
1963
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1964
1964
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1965
1965
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1966
1966
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1967
1967
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1968
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1969
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1970
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1971
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1972
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1973
- # access description: Does not grant access after Sep 2020 expression: request.
1974
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1975
- # a description of IAM and its features, see the [IAM documentation](https://
1976
- # cloud.google.com/iam/docs/).
1968
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1969
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1970
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1971
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1972
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1973
+ # title: expirable access description: Does not grant access after Sep 2020
1974
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1975
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1976
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1977
1977
  class Policy
1978
1978
  include Google::Apis::Core::Hashable
1979
1979
 
@@ -2162,22 +2162,22 @@ module Google
2162
2162
  # evaluates to `true`. A condition can add constraints based on attributes of
2163
2163
  # the request, the resource, or both. To learn which resources support
2164
2164
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2165
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2165
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2166
2166
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2167
2167
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2168
2168
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2169
2169
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2170
2170
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2171
2171
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2172
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2173
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2174
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2175
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2176
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2177
- # access description: Does not grant access after Sep 2020 expression: request.
2178
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2179
- # a description of IAM and its features, see the [IAM documentation](https://
2180
- # cloud.google.com/iam/docs/).
2172
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2173
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2174
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2175
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2176
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2177
+ # title: expirable access description: Does not grant access after Sep 2020
2178
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2179
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2180
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2181
2181
  # Corresponds to the JSON property `policy`
2182
2182
  # @return [Google::Apis::ManagedidentitiesV1beta1::Policy]
2183
2183
  attr_accessor :policy
@@ -2453,8 +2453,8 @@ module Google
2453
2453
  attr_accessor :channel
2454
2454
 
2455
2455
  # Deny Maintenance Period that is applied to resource to indicate when
2456
- # maintenance is forbidden. User can specify zero or more non-overlapping deny
2457
- # periods. Maximum number of deny_maintenance_periods expected is one.
2456
+ # maintenance is forbidden. The protocol supports zero-to-many such periods, but
2457
+ # the current SLM Rollout implementation only supports zero-to-one.
2458
2458
  # Corresponds to the JSON property `denyMaintenancePeriods`
2459
2459
  # @return [Array<Google::Apis::ManagedidentitiesV1beta1::DenyMaintenancePeriod>]
2460
2460
  attr_accessor :deny_maintenance_periods
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1beta1
18
18
  # Version of the google-apis-managedidentities_v1beta1 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.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230705"
25
+ REVISION = "20231010"
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-managedidentities_v1beta1
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: 2023-07-16 00:00:00.000000000 Z
11
+ date: 2023-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.33.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.34.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
64
64
  post_install_message:
65
65
  rdoc_options: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.4.2
79
+ rubygems_version: 3.4.19
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Managed Service for Microsoft Active Directory API