google-apis-cloudidentity_v1beta1 0.51.0 → 0.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5548e74d4568d7571dc3a16950536c5226323e80f443c85c7ddb6dc0507ce1d8
|
4
|
+
data.tar.gz: d8da2f9002d5f314eef3cebef1e05bc1340cd396be018796a86ea5f580549030
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ad706e22019f86ddc1852aac56920fedd21afc72d1bf781f5bddeda1d971aad61a9bb442a1280593ee98f6201eb1417d7c33c2c6648893b8a21df6b76bbe7dc
|
7
|
+
data.tar.gz: de8b1fa0f82845fc86a57a2ed42c7f4485911ce1d36a5c8638b9cdb842a55a9f5b5ef2c64f69e3fa090712d2bbd1513f0043e80bdf4dd0d2583abedcf5ecc00f
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudidentityV1beta1
|
18
18
|
# Version of the google-apis-cloudidentity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250121"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2429,17 +2429,17 @@ module Google
|
|
2429
2429
|
# List Policies
|
2430
2430
|
# @param [String] filter
|
2431
2431
|
# Optional. A CEL expression for filtering the results. Policies can be filtered
|
2432
|
-
# by application with this expression: setting.
|
2433
|
-
# Policies can be filtered by setting type with this expression: setting.
|
2434
|
-
#
|
2435
|
-
# used. Policies can be filtered by customer with this
|
2436
|
-
# customers/`customer`" Where `customer` is the `id`
|
2437
|
-
# Customer` resource](https://developers.google.com/admin-
|
2438
|
-
# reference/rest/v1/customers). You may use `customers/my_customer`
|
2439
|
-
# your own organization. When no customer is mentioned it will be
|
2440
|
-
# customers/my_customer. A maximum of one customer clause can be used.
|
2441
|
-
# clauses can only be combined together in a single filter expression
|
2442
|
-
#
|
2432
|
+
# by application with this expression: setting.type.matches('^settings/gmail\\..*
|
2433
|
+
# $') Policies can be filtered by setting type with this expression: setting.
|
2434
|
+
# type.matches('^.*\\.service_status$') A maximum of one of the above setting.
|
2435
|
+
# type clauses can be used. Policies can be filtered by customer with this
|
2436
|
+
# expression: customer == "customers/`customer`" Where `customer` is the `id`
|
2437
|
+
# from the [Admin SDK `Customer` resource](https://developers.google.com/admin-
|
2438
|
+
# sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer`
|
2439
|
+
# to specify your own organization. When no customer is mentioned it will be
|
2440
|
+
# default to customers/my_customer. A maximum of one customer clause can be used.
|
2441
|
+
# The above clauses can only be combined together in a single filter expression
|
2442
|
+
# with the `&&` operator.
|
2443
2443
|
# @param [Fixnum] page_size
|
2444
2444
|
# Optional. The maximum number of results to return. The service can return
|
2445
2445
|
# fewer than this number. If omitted or set to 0, the default is 50 results per
|
@@ -50,6 +50,12 @@ module Google
|
|
50
50
|
# See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
|
51
51
|
AUTH_CLOUD_IDENTITY_INBOUNDSSO_READONLY = 'https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly'
|
52
52
|
|
53
|
+
# List, Move orgmembers of an OrgUnit in your Cloud Identity Organization.
|
54
|
+
AUTH_CLOUD_IDENTITY_ORGUNITS = 'https://www.googleapis.com/auth/cloud-identity.orgunits'
|
55
|
+
|
56
|
+
# List org members of an OrgUnit in your Cloud Identity Organization.
|
57
|
+
AUTH_CLOUD_IDENTITY_ORGUNITS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.orgunits.readonly'
|
58
|
+
|
53
59
|
# See and edit policies in your Cloud Identity Organization.
|
54
60
|
AUTH_CLOUD_IDENTITY_POLICIES = 'https://www.googleapis.com/auth/cloud-identity.policies'
|
55
61
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudidentity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.52.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.52.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Identity API V1beta1
|
79
79
|
test_files: []
|