File tree Expand file tree Collapse file tree
generated/google-apis-cloudidentity_v1
lib/google/apis/cloudidentity_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release history for google-apis-cloudidentity_v1
22
3+ ### v0.59.0 (2026-05-31)
4+
5+ * Regenerated from discovery document revision 20260524
6+
37### v0.58.0 (2026-05-24)
48
59* Regenerated from discovery document revision 20260520
Original file line number Diff line number Diff line change @@ -2997,11 +2997,12 @@ class PolicyQuery
29972997 # orgUnitId`')) The Group the Policy applies to are represented by a clause like
29982998 # so: entity.groups.exists(group, group.group_id == groupId('`groupId`')) The
29992999 # Licenses the Policy applies to are represented by a clause like so: entity.
3000- # licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) The
3001- # above clauses can be present in any combination, and used in conjunction with
3002- # the &&, || and ! operators. The org_unit and group fields below are helper
3003- # fields that contain the corresponding value(s) as the query to make the query
3004- # easier to use.
3000+ # licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) **
3001+ # Note:** The licenses clause is not supported in mutate endpoints. The above
3002+ # clauses can be present in any combination, and used in conjunction with the &&,
3003+ # || and ! operators. The org_unit and group fields below are helper fields
3004+ # that contain the corresponding value(s) as the query to make the query easier
3005+ # to use.
30053006 # Corresponds to the JSON property `query`
30063007 # @return [String]
30073008 attr_accessor :query
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module CloudidentityV1
1818 # Version of the google-apis-cloudidentity_v1 gem
19- GEM_VERSION = "0.58 .0"
19+ GEM_VERSION = "0.59 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260520 "
25+ REVISION = "20260524 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments