google-cloud-access_approval 1.1.3 → 1.1.4
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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/access_approval/version.rb +1 -1
- data/lib/google/cloud/access_approval.rb +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f9a0348a70dc49060531e939adf4ece5ca65df45b461b960bb12c2092589b37
|
|
4
|
+
data.tar.gz: ad933b681e75009e041c0e7b8a2e2da7805c8ae8bc76dfebd89dc91561ea9c45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b05788338a465169796134f9b17a2b333b7ef699f4bef0a63007107f7d1e114f6955806c0b0a9f64346f9455a65cfa933463b810f714d52e8d6a57181a65c70
|
|
7
|
+
data.tar.gz: 46efa554c0813602e7437cee14443249882238bb713465fedd4b39c12c9b6677a5504cb215698055ed52d616a986b17fc09249c8a26ce9eab990640b3d45302d
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ verisoned 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
|
|
|
14
|
-
View the [Client Library Documentation](https://
|
|
14
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-access_approval/latest)
|
|
15
15
|
for this library, google-cloud-access_approval, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
|
@@ -62,17 +62,17 @@ module Google
|
|
|
62
62
|
#
|
|
63
63
|
# - The API has a collection of
|
|
64
64
|
# ApprovalRequest
|
|
65
|
-
# resources, named `approvalRequests/{
|
|
65
|
+
# resources, named `approvalRequests/{approval_request}`
|
|
66
66
|
# - The API has top-level settings per Project/Folder/Organization, named
|
|
67
67
|
# `accessApprovalSettings`
|
|
68
68
|
#
|
|
69
69
|
# The service also periodically emails a list of recipients, defined at the
|
|
70
70
|
# Project/Folder/Organization level in the accessApprovalSettings, when there
|
|
71
71
|
# is a pending ApprovalRequest for them to act on. The ApprovalRequests can
|
|
72
|
-
# also optionally be published to a
|
|
73
|
-
# (
|
|
72
|
+
# also optionally be published to a Pub/Sub topic owned by the customer
|
|
73
|
+
# (contact support if you would like to enable Pub/Sub notifications).
|
|
74
74
|
#
|
|
75
|
-
# ApprovalRequests can be approved or dismissed. Google
|
|
75
|
+
# ApprovalRequests can be approved or dismissed. Google personnel can only
|
|
76
76
|
# access the indicated resource or resources if the request is approved
|
|
77
77
|
# (subject to some exclusions:
|
|
78
78
|
# https://cloud.google.com/access-approval/docs/overview#exclusions).
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-access_approval
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
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-
|
|
11
|
+
date: 2022-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-access_approval-v1
|
|
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
189
|
version: '0'
|
|
190
190
|
requirements: []
|
|
191
|
-
rubygems_version: 3.3.
|
|
191
|
+
rubygems_version: 3.3.5
|
|
192
192
|
signing_key:
|
|
193
193
|
specification_version: 4
|
|
194
194
|
summary: API Client library for the Access Approval API
|