google-identity-access_context_manager 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: 0d048358c27f532920f0c5544d5301bb039b522a846d2cedaae39745dcf17fe4
4
- data.tar.gz: a708c4363bc61c119ab6bf6b41e81e3c814e0a250140a59a8770b0e5833a1376
3
+ metadata.gz: 9e3d305a5276f4456c4ed5f58aacd0920b9d9f05ded3868834042b5287c75707
4
+ data.tar.gz: 864d9d30848068e7d2ab05fe0f8313914a086f50c9552e5013b5c2d4e05d6ea0
5
5
  SHA512:
6
- metadata.gz: 8422315fad94ba835f7b5221263ac2b86a70b4098e0ea49fa79d822702dd382ae1afa72dc7e3335bce605ddfa7ef008d51d67d1ca495fa83ee22b6fa6425e0b0
7
- data.tar.gz: 145d26d64acabd089d43f55c81e66b3ac35afec6747292e7580f818b72da0d1d535ecc02e657fb9021f75b4b7e816c51e6113362c584297a7b8605064ffd89ad
6
+ metadata.gz: 526fc96aad34a5ac4d0d16794127611684d49fc988b33b87c6a7bcf49f51c247151d8f95074d1e08d67a292ca03f391e0ca8db856522c8d9986d27f48208b233
7
+ data.tar.gz: e390874879eddbc14c0f3b86bb187bdb1e7f3cd52df74193b6ebe136559cc03c4de1a4b8a5abe601bcb5cd0b11d368410ce9060dd7ff3796a8a65760f1522474
data/README.md CHANGED
@@ -7,7 +7,7 @@ Access Context Manager allows enterprises to configure access levels which map t
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-identity-access_context_manager-v*`.
9
9
  The gem `google-identity-access_context_manager` 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/accesscontextmanager.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/identity/access_context_manager"
39
+
40
+ client = Google::Identity::AccessContextManager.access_context_manager
41
+ request = ::Google::Identity::AccessContextManager::V1::ListAccessPoliciesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_access_policies 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 Identity
22
22
  module AccessContextManager
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-identity-access_context_manager
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
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.2
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Access Context Manager API
81
81
  test_files: []