google-cloud-iap 1.5.0 → 1.5.2

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: 3b0c10f53483d934ecc82ed4ea9c6122f5ec359cfd3dd4f508ca0829cea858c4
4
- data.tar.gz: a6588f80dbb5b3940b1ac6475ea5231a3ba14ca82ce6ecec3c8e8ab3cf9e1279
3
+ metadata.gz: 721e64ab7eb51e089ce3bc893ee4ba11eb849af1082630ccec6a3214fc379dc8
4
+ data.tar.gz: f06f3031ea3952086ebb4164613d0bc74c0ead47b66d13a583ba13f192c86d1a
5
5
  SHA512:
6
- metadata.gz: 20a608ad60c6489bd9864396a0ad33bdd2ec6b44bed9035cccca903fad896388a57dc49d6a176c738cc45e2013509c39c3aadad5fe05f09c3c979c93e1532e18
7
- data.tar.gz: f006491e0c233ffd6762bef41592998fc2890c97fa9213b5194cacfb54509f7d84f92851df0ee99f8d95d6e94709d3be23dcd4b8b146524c005f17681bc36e74
6
+ metadata.gz: 76da5c5351fc10799838f68e4dd3c84199ccef2dcdb5276c7996c3caf787b0daa493f9bf0c3044f33a5af908e8f548b535bf04da42f57be22c75be9ecb6f422a
7
+ data.tar.gz: 95c1fed1505aecb738a488789bcb8d36192fca744101193aba468bd05325932935fdd3c8b2416f391101d51947a8a1b64559391a9a04f2d939e8a455348801f0
data/README.md CHANGED
@@ -7,7 +7,7 @@ IAP lets you establish a central authorization layer for applications accessed b
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-iap-v*`.
9
9
  The gem `google-cloud-iap` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/iap.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/iap"
39
+
40
+ client = Google::Cloud::Iap.identity_aware_proxy_admin_service
41
+ request = ::Google::Iam::V1::SetIamPolicyRequest.new # (request fields as keyword arguments...)
42
+ response = client.set_iam_policy request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Iap
23
- VERSION = "1.5.0"
23
+ VERSION = "1.5.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-iap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.2
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the Identity-Aware Proxy API
82
82
  test_files: []