Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-cloudidentity_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudidentity_v1

### v0.59.0 (2026-05-31)

* Regenerated from discovery document revision 20260524

### v0.58.0 (2026-05-24)

* Regenerated from discovery document revision 20260520
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2997,11 +2997,12 @@ class PolicyQuery
# orgUnitId`')) The Group the Policy applies to are represented by a clause like
# so: entity.groups.exists(group, group.group_id == groupId('`groupId`')) The
# Licenses the Policy applies to are represented by a clause like so: entity.
# licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) The
# above clauses can be present in any combination, and used in conjunction with
# the &&, || and ! operators. The org_unit and group fields below are helper
# fields that contain the corresponding value(s) as the query to make the query
# easier to use.
# licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) **
# Note:** The licenses clause is not supported in mutate endpoints. The above
# clauses can be present in any combination, and used in conjunction with the &&,
# || and ! operators. The org_unit and group fields below are helper fields
# that contain the corresponding value(s) as the query to make the query easier
# to use.
# Corresponds to the JSON property `query`
# @return [String]
attr_accessor :query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudidentityV1
# Version of the google-apis-cloudidentity_v1 gem
GEM_VERSION = "0.58.0"
GEM_VERSION = "0.59.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20260520"
REVISION = "20260524"
end
end
end
Loading