google-apis-managedidentities_v1alpha1 0.33.0 → 0.35.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: '09358eb619405b92f9eb141e9578e34c6c81c3fb8e7b062f0b927cd68ff070a6'
4
+ data.tar.gz: 102979d0d52a2d0caba48102b5ed33e2966953ffcc0fa2975c1377042f7dfa18
5
5
  SHA512:
6
- metadata.gz: 0a34891e20bc723dc0f61f6ddebed49beec0312aad0790aa5b316e70f05c1c8647f5c20314b370aa8994d8d10961f55735bf232272460cd62c7eaae99bd947c6
7
- data.tar.gz: 4baa503bad16252380b63ab098684ed8d8f5f50b0562d648ff34bcfa4f0e4be46ea0e51a387cbdd6472dddf9188b555cb7a0ea048451e5ee1fa478621baa46de
6
+ metadata.gz: 0a7e04c7f93e77b169cca512831124707b337a88be8a21d92f46e7661c6abf6d2969f8922979f8efd650937b6dbae165ba85c5d337f429a8c27a9bb9c0043723
7
+ data.tar.gz: 7399fdca5fd5633648eba293dee116150887cdc5d00a18a4d98ddc2d4d57d1872b95cb3643bb47801f20018bf7f7245f994a7ecabb8cc906b4e8ccd33830478e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.35.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240112
6
+ * Regenerated using generator version 0.13.0
7
+
8
+ ### v0.34.0 (2023-10-22)
9
+
10
+ * Regenerated from discovery document revision 20231010
11
+
3
12
  ### v0.33.0 (2023-07-09)
4
13
 
5
14
  * Regenerated from discovery document revision 20230705
@@ -148,21 +148,43 @@ module Google
148
148
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
149
149
  # email address that represents a Google group. For example, `admins@example.com`
150
150
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
151
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
152
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
153
- # representing a user that has been recently deleted. For example, `alice@
154
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
155
- # reverts to `user:`emailid`` and the recovered user retains the role in the
156
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
157
- # (plus unique identifier) representing a service account that has been recently
158
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
151
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
152
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
153
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
154
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
155
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
156
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
157
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
158
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
159
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
160
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
161
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
162
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
163
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
164
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
165
+ # googleapis.com/projects/`project_number`/locations/global/
166
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
167
+ # All identities in a workload identity pool with a certain attribute. * `
168
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
169
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
170
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
171
+ # identifier) representing a user that has been recently deleted. For example, `
172
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
173
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
174
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
175
+ # address (plus unique identifier) representing a service account that has been
176
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
159
177
  # 123456789012345678901`. If the service account is undeleted, this value
160
178
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
161
179
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
162
180
  # An email address (plus unique identifier) representing a Google group that has
163
181
  # been recently deleted. For example, `admins@example.com?uid=
164
182
  # 123456789012345678901`. If the group is recovered, this value reverts to `
165
- # group:`emailid`` and the recovered group retains the role in the binding.
183
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
184
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
185
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
186
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
187
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
166
188
  # Corresponds to the JSON property `members`
167
189
  # @return [Array<String>]
168
190
  attr_accessor :members
@@ -941,7 +963,7 @@ module Google
941
963
  # Optional. The MaintenancePolicies that have been attached to the instance. The
942
964
  # key must be of the type name of the oneof policy name defined in
943
965
  # MaintenancePolicy, and the referenced policy must define the same policy type.
944
- # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
966
+ # For details, please refer to go/mr-user-guide. Should not be set if
945
967
  # maintenance_settings.maintenance_policies is set.
946
968
  # Corresponds to the JSON property `maintenancePolicyNames`
947
969
  # @return [Hash<String,String>]
@@ -1125,7 +1147,7 @@ module Google
1125
1147
  # Optional. The MaintenancePolicies that have been attached to the instance. The
1126
1148
  # key must be of the type name of the oneof policy name defined in
1127
1149
  # MaintenancePolicy, and the embedded policy must define the same policy type.
1128
- # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
1150
+ # For details, please refer to go/mr-user-guide. Should not be set if
1129
1151
  # maintenance_policy_names is set. If only the name is needed, then only
1130
1152
  # populate MaintenancePolicy.name.
1131
1153
  # Corresponds to the JSON property `maintenancePolicies`
@@ -1795,13 +1817,13 @@ module Google
1795
1817
  # @return [String]
1796
1818
  attr_accessor :name
1797
1819
 
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`.
1820
+ # The normal, successful response of the operation. If the original method
1821
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1822
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1823
+ # response should be the resource. For other methods, the response should have
1824
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1825
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1826
+ # `TakeSnapshotResponse`.
1805
1827
  # Corresponds to the JSON property `response`
1806
1828
  # @return [Hash<String,Object>]
1807
1829
  attr_accessor :response
@@ -1959,22 +1981,22 @@ module Google
1959
1981
  # evaluates to `true`. A condition can add constraints based on attributes of
1960
1982
  # the request, the resource, or both. To learn which resources support
1961
1983
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1962
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1984
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1963
1985
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1964
1986
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1965
1987
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1966
1988
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1967
1989
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1968
1990
  # 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/).
1991
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1992
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1993
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1994
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1995
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1996
+ # title: expirable access description: Does not grant access after Sep 2020
1997
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1998
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1999
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1978
2000
  class Policy
1979
2001
  include Google::Apis::Core::Hashable
1980
2002
 
@@ -2204,22 +2226,22 @@ module Google
2204
2226
  # evaluates to `true`. A condition can add constraints based on attributes of
2205
2227
  # the request, the resource, or both. To learn which resources support
2206
2228
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2207
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2229
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2208
2230
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2209
2231
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2210
2232
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2211
2233
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2212
2234
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2213
2235
  # 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/).
2236
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2237
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2238
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2239
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2240
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2241
+ # title: expirable access description: Does not grant access after Sep 2020
2242
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2243
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2244
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2223
2245
  # Corresponds to the JSON property `policy`
2224
2246
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Policy]
2225
2247
  attr_accessor :policy
@@ -2454,8 +2476,8 @@ module Google
2454
2476
  attr_accessor :channel
2455
2477
 
2456
2478
  # 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.
2479
+ # maintenance is forbidden. The protocol supports zero-to-many such periods, but
2480
+ # the current SLM Rollout implementation only supports zero-to-one.
2459
2481
  # Corresponds to the JSON property `denyMaintenancePeriods`
2460
2482
  # @return [Array<Google::Apis::ManagedidentitiesV1alpha1::DenyMaintenancePeriod>]
2461
2483
  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.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230705"
25
+ REVISION = "20240112"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/managed-microsoft-ad/
35
35
  class ManagedServiceforMicrosoftActiveDirectoryConsumerAPIService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://managedidentities.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://managedidentities.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-managedidentities_v1alpha1',
49
51
  client_version: Google::Apis::ManagedidentitiesV1alpha1::GEM_VERSION)
50
52
  @batch_path = 'batch'
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.35.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: 2024-01-23 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.11.0
19
+ version: 0.12.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.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.35.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.5.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Managed Service for Microsoft Active Directory API