google-apis-cloudidentity_v1beta1 0.33.0 → 0.34.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: 88a578246869afc626d083364148e2b349cbf3df7e26287ecec711cd29efde61
4
- data.tar.gz: 00b98c751465055c86d6c9e7e528eebf3ff3045090b20c0d5fca4d9454a0ff13
3
+ metadata.gz: 5a97d068963be6557c0b5f1f4f1ad9b31837f4b6c3f02c7fae7189e022822e08
4
+ data.tar.gz: d2930c2dc70186c1d83ed06147c4602cacb1364ef1b6ec4d2377ec9936b5f8c1
5
5
  SHA512:
6
- metadata.gz: 623b0f753aba66c09db6699c61e0c58fb644584ed4b1d571adfe6a483ed3363d52fac30beca62a17d262dfaf8c5e7a4d7b8fa2155cf6f640b7206372425f3247
7
- data.tar.gz: 7d492170bd3b4dbc5dc017d5181bcb6fca3aacd890631073aa52410bcd1c162193fa0129cbb5060b548a8d18ab78f07e70fd0798034f3447ec6288bd5edb5333
6
+ metadata.gz: 3108f8fb9d2591a7d526744fa1c84b509a5f612d7b1b99dfcc8418726027e2ef2aa5b5250b49fc3151380352cb400dbd7aa94fc345b1357b00a0da9b0f4c2210
7
+ data.tar.gz: b9a3be6c85e5bf26ca3e329542295c0f0478e74b0660278d74e3f5f7181611e1048d3c86eb2ba3afa808045d7231c9439c52929860e970d16f17e9866e3bbfbd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.34.0 (2022-10-28)
4
+
5
+ * Regenerated from discovery document revision 20221025
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.33.0 (2022-10-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20220929
@@ -40,7 +40,8 @@ module Google
40
40
  class AddIdpCredentialRequest
41
41
  include Google::Apis::Core::Hashable
42
42
 
43
- # PEM encoded x509 certificate containing the public signing key.
43
+ # PEM encoded x509 certificate containing the public key for verifying IdP
44
+ # signatures.
44
45
  # Corresponds to the JSON property `pemData`
45
46
  # @return [String]
46
47
  attr_accessor :pem_data
@@ -1962,7 +1963,7 @@ module Google
1962
1963
  end
1963
1964
  end
1964
1965
 
1965
- # The identity provider's credentials (for signing assertions, etc).
1966
+ # Credential for verifying signatures produced by the Identity Provider.
1966
1967
  class IdpCredential
1967
1968
  include Google::Apis::Core::Hashable
1968
1969
 
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220929"
25
+ REVISION = "20221025"
26
26
  end
27
27
  end
28
28
  end
@@ -1755,17 +1755,17 @@ module Google
1755
1755
 
1756
1756
  # Lists InboundSamlSsoProfiles for a customer.
1757
1757
  # @param [String] filter
1758
- # A CEL expression to filter the results. The only currently-supported filter is
1759
- # filtering by customer. For example: `customer==customers/C0123abc`. Omitting
1760
- # the filter or specifying a filter of `customer==customers/my_customer` will
1761
- # return the profiles for the customer that the caller (authenticated user)
1762
- # belongs to.
1758
+ # A [Common Expression Language](https://github.com/google/cel-spec) expression
1759
+ # to filter the results. The only currently-supported filter is filtering by
1760
+ # customer. For example: `customer=="customers/C0123abc"`. Omitting the filter
1761
+ # or specifying a filter of `customer=="customers/my_customer"` will return the
1762
+ # profiles for the customer that the caller (authenticated user) belongs to.
1763
1763
  # @param [Fixnum] page_size
1764
1764
  # The maximum number of InboundSamlSsoProfiles to return. The service may return
1765
1765
  # fewer than this value. If omitted (or defaulted to zero) the server will use a
1766
1766
  # sensible default. This default may change over time. The maximum allowed value
1767
- # is 100, though requests with page_size greater than that will be silently
1768
- # interpreted as having this maximum value. This may increase in the futue.
1767
+ # is 100. Requests with page_size greater than that will be silently interpreted
1768
+ # as having this maximum value.
1769
1769
  # @param [String] page_token
1770
1770
  # A page token, received from a previous `ListInboundSamlSsoProfiles` call.
1771
1771
  # Provide this to retrieve the subsequent page. When paginating, all other
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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: 2022-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []