google-apis-iap_v1 0.38.0 → 0.40.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: e71900f55c3b7765e05e7cf8367c3ad8b6a68450aa15882f80f10fdfb4352cfe
4
- data.tar.gz: c9dcdba0b0f8a332bd93c8580ae48f74dfd7ed8771bd229fcf02a5c52f2d7f7a
3
+ metadata.gz: ebfee20ae617450355befd20dbd2e6a8f92c0e123836b797e0d5d9c9172c9fd0
4
+ data.tar.gz: 32195a7d304d3e7a96b8b7552f3aa5a1d8365e351b905c6277c3ef19658852f7
5
5
  SHA512:
6
- metadata.gz: 32c0fd48b7bc2b7837f1509a8bc1a8cbe6dac89b10c1f34d9b5eddd97c8e215978e22ab8dc65369b086dcb2df3433fb0b5d390f77dcbc9508307f65f6c528624
7
- data.tar.gz: c62841edf766be7f46a7869564b3e4455a7444496fc563e9ee3d39846127543d6148c34319587a663f2b2d0fa6c3ebafcd87c55f1ddfba3a3e8700c69747d3d5
6
+ metadata.gz: b003b290516d6a63fe26210cca3c9cda35a2326d8e4de9d845fe60215a07257d66cf0aedfbe896bd9c45f9ee43393a6260f51119c64a4dc0199920212bf97cd8
7
+ data.tar.gz: 3a398e150a75be0d7a551ef3a34175ff8de3bcd5f260923df7f4ff3950a45feb342a25f9ecb5b264e1fc62a95ad1adcb66aea5b3eee0639c6b4103aad5981456
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.40.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20231229
6
+
7
+ ### v0.39.0 (2023-12-24)
8
+
9
+ * Regenerated from discovery document revision 20231215
10
+
3
11
  ### v0.38.0 (2023-10-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20231013
@@ -275,21 +275,43 @@ module Google
275
275
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
276
276
  # email address that represents a Google group. For example, `admins@example.com`
277
277
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
278
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
279
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
280
- # representing a user that has been recently deleted. For example, `alice@
281
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
282
- # reverts to `user:`emailid`` and the recovered user retains the role in the
283
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
284
- # (plus unique identifier) representing a service account that has been recently
285
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
278
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
279
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
280
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
281
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
282
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
283
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
284
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
285
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
286
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
287
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
288
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
289
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
290
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
291
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
292
+ # googleapis.com/projects/`project_number`/locations/global/
293
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
294
+ # All identities in a workload identity pool with a certain attribute. * `
295
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
296
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
297
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
298
+ # identifier) representing a user that has been recently deleted. For example, `
299
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
300
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
301
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
302
+ # address (plus unique identifier) representing a service account that has been
303
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
286
304
  # 123456789012345678901`. If the service account is undeleted, this value
287
305
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
288
306
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
289
307
  # An email address (plus unique identifier) representing a Google group that has
290
308
  # been recently deleted. For example, `admins@example.com?uid=
291
309
  # 123456789012345678901`. If the group is recovered, this value reverts to `
292
- # group:`emailid`` and the recovered group retains the role in the binding.
310
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
311
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
312
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
313
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
314
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
293
315
  # Corresponds to the JSON property `members`
294
316
  # @return [Array<String>]
295
317
  attr_accessor :members
@@ -939,10 +961,11 @@ module Google
939
961
  # where the API call changes the state of the resource. Custom org policy
940
962
  # backend uses these attributes to enforce custom org policies. When a proto is
941
963
  # wrapped, it is generally the One Platform API proto. When a JSON string is
942
- # wrapped, use `google.protobuf.StringValue` for the inner value. It is
943
- # sufficient to pass just the max set of attributes that are allowed for use in
944
- # custom constraints; other attributes can be omitted. See go/custom-constraints-
945
- # org-policy-integration-guide for additional details.
964
+ # wrapped, use `google.protobuf.StringValue` for the inner value. For create
965
+ # operations, GCP service is expected to pass resource from customer request as
966
+ # is. For update/patch operations, GCP service is expected to compute the next
967
+ # state with the patch provided by the user. See go/custom-constraints-org-
968
+ # policy-integration-guide for additional details.
946
969
  # Corresponds to the JSON property `expectedNextState`
947
970
  # @return [Hash<String,Object>]
948
971
  attr_accessor :expected_next_state
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.40.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 = "20231013"
25
+ REVISION = "20231229"
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-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.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-10-22 00:00:00.000000000 Z
11
+ date: 2024-01-07 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-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Identity-Aware Proxy API V1