google-apis-managedidentities_v1alpha1 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: 11feb789cc37548260b6ff8efe9b1fec22b9224db79f04f7c58c1c648270d1ac
4
- data.tar.gz: d19ffe0399d767e1d9351e5d25fa50c86ad6e89d4dd1d039102772fa5bc2ec85
3
+ metadata.gz: dec02a1e45cc3f6a07d906d2573a3895889811846c1b9632bab10a5b93266186
4
+ data.tar.gz: ea7a00f5b32f8bc8118c13c92b42b952eff37ffcff2870b7901f270450771522
5
5
  SHA512:
6
- metadata.gz: 0a34891e20bc723dc0f61f6ddebed49beec0312aad0790aa5b316e70f05c1c8647f5c20314b370aa8994d8d10961f55735bf232272460cd62c7eaae99bd947c6
7
- data.tar.gz: 4baa503bad16252380b63ab098684ed8d8f5f50b0562d648ff34bcfa4f0e4be46ea0e51a387cbdd6472dddf9188b555cb7a0ea048451e5ee1fa478621baa46de
6
+ metadata.gz: 35184114485b77851641c2a2c0d7ec2edee0a9873cb1a6377c7ebd1bcc4842018ffa165a70fce1bd72410bbdddf6ed382bde09a99b60f259a12423cfd2a02919
7
+ data.tar.gz: f3b2da4d4df97697b1cae8b681b81c39212db0eb183bfdf7530f344648118035939dc254b44ee3d107511a253b2ded3dfbcc8b4817be633badc41046f27271b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
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-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230705
@@ -1795,13 +1795,13 @@ module Google
1795
1795
  # @return [String]
1796
1796
  attr_accessor :name
1797
1797
 
1798
- # The normal response of the operation in case of success. If the original
1799
- # method returns no data on success, such as `Delete`, the response is `google.
1800
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1801
- # the response should be the resource. For other methods, the response should
1802
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1803
- # example, if the original method name is `TakeSnapshot()`, the inferred
1804
- # response type is `TakeSnapshotResponse`.
1798
+ # The normal, successful response of the operation. If the original method
1799
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1800
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1801
+ # response should be the resource. For other methods, the response should have
1802
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1803
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1804
+ # `TakeSnapshotResponse`.
1805
1805
  # Corresponds to the JSON property `response`
1806
1806
  # @return [Hash<String,Object>]
1807
1807
  attr_accessor :response
@@ -1959,22 +1959,22 @@ module Google
1959
1959
  # evaluates to `true`. A condition can add constraints based on attributes of
1960
1960
  # the request, the resource, or both. To learn which resources support
1961
1961
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1962
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1962
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1963
1963
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1964
1964
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1965
1965
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1966
1966
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1967
1967
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1968
1968
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1969
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1970
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1971
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1972
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1973
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1974
- # access description: Does not grant access after Sep 2020 expression: request.
1975
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1976
- # a description of IAM and its features, see the [IAM documentation](https://
1977
- # cloud.google.com/iam/docs/).
1969
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1970
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1971
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1972
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1973
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1974
+ # title: expirable access description: Does not grant access after Sep 2020
1975
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1976
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1977
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1978
1978
  class Policy
1979
1979
  include Google::Apis::Core::Hashable
1980
1980
 
@@ -2204,22 +2204,22 @@ module Google
2204
2204
  # evaluates to `true`. A condition can add constraints based on attributes of
2205
2205
  # the request, the resource, or both. To learn which resources support
2206
2206
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2207
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2207
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2208
2208
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2209
2209
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2210
2210
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2211
2211
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2212
2212
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2213
2213
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2214
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2215
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2216
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2217
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2218
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2219
- # access description: Does not grant access after Sep 2020 expression: request.
2220
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2221
- # a description of IAM and its features, see the [IAM documentation](https://
2222
- # cloud.google.com/iam/docs/).
2214
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2215
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2216
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2217
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2218
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2219
+ # title: expirable access description: Does not grant access after Sep 2020
2220
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2221
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2222
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2223
2223
  # Corresponds to the JSON property `policy`
2224
2224
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Policy]
2225
2225
  attr_accessor :policy
@@ -2454,8 +2454,8 @@ module Google
2454
2454
  attr_accessor :channel
2455
2455
 
2456
2456
  # Deny Maintenance Period that is applied to resource to indicate when
2457
- # maintenance is forbidden. User can specify zero or more non-overlapping deny
2458
- # periods. Maximum number of deny_maintenance_periods expected is one.
2457
+ # maintenance is forbidden. The protocol supports zero-to-many such periods, but
2458
+ # the current SLM Rollout implementation only supports zero-to-one.
2459
2459
  # Corresponds to the JSON property `denyMaintenancePeriods`
2460
2460
  # @return [Array<Google::Apis::ManagedidentitiesV1alpha1::DenyMaintenancePeriod>]
2461
2461
  attr_accessor :deny_maintenance_periods
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 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_v1alpha1
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-09 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_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.33.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.34.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
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