google-apis-accessapproval_v1 0.43.0 → 0.44.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: 03b6773b6dd641eccfdf2a8768986bbec7a25a48f4ee453e47e97a1d390d36f8
|
4
|
+
data.tar.gz: 99afd5c94baf25a461b0db551c51f0084a70c46ead7b11e8f9cbf4e7f0e153a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fc8dd21f3b23cc6ce4c8c0038adfd26b06cb8c0759a54179ac92657c2773a4cc2a6a092ec53712996a82ecb4f87434b2be82d79790e5b50c4c93673af72fd5a
|
7
|
+
data.tar.gz: 2dd38ccf8e9847becf11b720595efc2b956c11148c88be5b31fb5c4bfcb56aaec51c76505ccb3bfdea1438028e63a91ae3af5592a6ccaab30dcc19f9129764eb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-accessapproval_v1
|
2
2
|
|
3
|
+
### v0.44.0 (2025-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250912
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.43.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -97,9 +97,7 @@ module Google
|
|
97
97
|
# If name refers to an organization, enrollment can be done for individual
|
98
98
|
# services. If name refers to a folder or project, enrollment can only be done
|
99
99
|
# on an all or nothing basis. If a cloud_product is repeated in this list, the
|
100
|
-
# first entry will be honored and all following entries will be discarded.
|
101
|
-
# maximum of 10 enrolled services will be enforced, to be expanded as the set of
|
102
|
-
# supported services is expanded.
|
100
|
+
# first entry will be honored and all following entries will be discarded.
|
103
101
|
# Corresponds to the JSON property `enrolledServices`
|
104
102
|
# @return [Array<Google::Apis::AccessapprovalV1::EnrolledService>]
|
105
103
|
attr_accessor :enrolled_services
|
@@ -131,34 +129,38 @@ module Google
|
|
131
129
|
# @return [Array<String>]
|
132
130
|
attr_accessor :notification_emails
|
133
131
|
|
134
|
-
# Optional. A pubsub topic
|
135
|
-
#
|
132
|
+
# Optional. A pubsub topic that notifications relating to access approval are
|
133
|
+
# published to. Notifications include pre-approved accesses.
|
136
134
|
# Corresponds to the JSON property `notificationPubsubTopic`
|
137
135
|
# @return [String]
|
138
136
|
attr_accessor :notification_pubsub_topic
|
139
137
|
|
140
|
-
# This
|
141
|
-
# request
|
138
|
+
# This field is used to set a preference for granularity of an access approval
|
139
|
+
# request. If true, Google personnel will be asked to send resource-level
|
140
|
+
# requests when possible. If false, Google personnel will be asked to send
|
141
|
+
# requests at the project level.
|
142
142
|
# Corresponds to the JSON property `preferNoBroadApprovalRequests`
|
143
143
|
# @return [Boolean]
|
144
144
|
attr_accessor :prefer_no_broad_approval_requests
|
145
145
|
alias_method :prefer_no_broad_approval_requests?, :prefer_no_broad_approval_requests
|
146
146
|
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
147
|
+
# Set the default access approval request expiration time. This value is able to
|
148
|
+
# be set directly by the customer at the time of approval, overriding this
|
149
|
+
# suggested value. We recommend setting this value to 30 days.
|
150
150
|
# Corresponds to the JSON property `preferredRequestExpirationDays`
|
151
151
|
# @return [Fixnum]
|
152
152
|
attr_accessor :preferred_request_expiration_days
|
153
153
|
|
154
|
-
# Optional. A setting
|
155
|
-
# request.
|
154
|
+
# Optional. A setting that indicates the maximum scope of an Access Approval
|
155
|
+
# request: either organization, folder, or project. Google administrators will
|
156
|
+
# be asked to send requests no broader than the configured scope.
|
156
157
|
# Corresponds to the JSON property `requestScopeMaxWidthPreference`
|
157
158
|
# @return [String]
|
158
159
|
attr_accessor :request_scope_max_width_preference
|
159
160
|
|
160
|
-
# Optional.
|
161
|
-
#
|
161
|
+
# Optional. When enabled, Google will only be able to send approval requests for
|
162
|
+
# access reasons with a customer accessible case ID in the reason detail. Also
|
163
|
+
# known as "Require customer initiated support case justification"
|
162
164
|
# Corresponds to the JSON property `requireCustomerVisibleJustification`
|
163
165
|
# @return [Boolean]
|
164
166
|
attr_accessor :require_customer_visible_justification
|
@@ -187,26 +189,27 @@ module Google
|
|
187
189
|
end
|
188
190
|
end
|
189
191
|
|
190
|
-
#
|
192
|
+
# Physical assigned office and physical location of the Google administrator
|
193
|
+
# performing the access.
|
191
194
|
class AccessLocations
|
192
195
|
include Google::Apis::Core::Hashable
|
193
196
|
|
194
|
-
# The "home office" location of the
|
195
|
-
# 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In
|
196
|
-
# situations Google systems may refer refer to a region code
|
197
|
-
# country code. Possible Region Codes: * ASI: Asia * EUR: Europe *
|
198
|
-
# AFR: Africa * NAM: North America * SAM: South America * ANT:
|
199
|
-
# Any location
|
197
|
+
# The "home office" location of the Google administrator. A two-letter country
|
198
|
+
# code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In
|
199
|
+
# some limited situations Google systems may refer refer to a region code
|
200
|
+
# instead of a country code. Possible Region Codes: * ASI: Asia * EUR: Europe *
|
201
|
+
# OCE: Oceania * AFR: Africa * NAM: North America * SAM: South America * ANT:
|
202
|
+
# Antarctica * ANY: Any location
|
200
203
|
# Corresponds to the JSON property `principalOfficeCountry`
|
201
204
|
# @return [String]
|
202
205
|
attr_accessor :principal_office_country
|
203
206
|
|
204
|
-
# Physical location of the
|
205
|
-
# country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a
|
206
|
-
# In some limited situations Google systems may refer refer to a
|
207
|
-
# instead of a country code. Possible Region Codes: * ASI: Asia *
|
208
|
-
# OCE: Oceania * AFR: Africa * NAM: North America * SAM: South
|
209
|
-
# Antarctica * ANY: Any location
|
207
|
+
# Physical location of the Google administrator at the time of the access. A two-
|
208
|
+
# letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a
|
209
|
+
# region code. In some limited situations Google systems may refer refer to a
|
210
|
+
# region code instead of a country code. Possible Region Codes: * ASI: Asia *
|
211
|
+
# EUR: Europe * OCE: Oceania * AFR: Africa * NAM: North America * SAM: South
|
212
|
+
# America * ANT: Antarctica * ANY: Any location
|
210
213
|
# Corresponds to the JSON property `principalPhysicalLocationCountry`
|
211
214
|
# @return [String]
|
212
215
|
attr_accessor :principal_physical_location_country
|
@@ -231,7 +234,7 @@ module Google
|
|
231
234
|
# @return [String]
|
232
235
|
attr_accessor :detail
|
233
236
|
|
234
|
-
# Type of access
|
237
|
+
# Type of access reason.
|
235
238
|
# Corresponds to the JSON property `type`
|
236
239
|
# @return [String]
|
237
240
|
attr_accessor :type
|
@@ -272,7 +275,8 @@ module Google
|
|
272
275
|
# @return [String]
|
273
276
|
attr_accessor :request_time
|
274
277
|
|
275
|
-
# This field contains the augmented information of the request.
|
278
|
+
# This field contains the augmented information of the request. Requires
|
279
|
+
# augmented administrative access to be enabled.
|
276
280
|
# Corresponds to the JSON property `requestedAugmentedInfo`
|
277
281
|
# @return [Google::Apis::AccessapprovalV1::AugmentedInfo]
|
278
282
|
attr_accessor :requested_augmented_info
|
@@ -288,12 +292,13 @@ module Google
|
|
288
292
|
# @return [String]
|
289
293
|
attr_accessor :requested_expiration
|
290
294
|
|
291
|
-
#
|
295
|
+
# Physical assigned office and physical location of the Google administrator
|
296
|
+
# performing the access.
|
292
297
|
# Corresponds to the JSON property `requestedLocations`
|
293
298
|
# @return [Google::Apis::AccessapprovalV1::AccessLocations]
|
294
299
|
attr_accessor :requested_locations
|
295
300
|
|
296
|
-
# The
|
301
|
+
# The access reason for which approval is being requested.
|
297
302
|
# Corresponds to the JSON property `requestedReason`
|
298
303
|
# @return [Google::Apis::AccessapprovalV1::AccessReason]
|
299
304
|
attr_accessor :requested_reason
|
@@ -402,7 +407,8 @@ module Google
|
|
402
407
|
end
|
403
408
|
end
|
404
409
|
|
405
|
-
# This field contains the augmented information of the request.
|
410
|
+
# This field contains the augmented information of the request. Requires
|
411
|
+
# augmented administrative access to be enabled.
|
406
412
|
class AugmentedInfo
|
407
413
|
include Google::Apis::Core::Hashable
|
408
414
|
|
@@ -503,27 +509,50 @@ module Google
|
|
503
509
|
include Google::Apis::Core::Hashable
|
504
510
|
|
505
511
|
# The product for which Access Approval will be enrolled. Allowed values are
|
506
|
-
# listed below (case-sensitive): * all * GA *
|
507
|
-
#
|
508
|
-
#
|
509
|
-
#
|
510
|
-
#
|
511
|
-
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
#
|
515
|
-
#
|
516
|
-
#
|
517
|
-
#
|
518
|
-
# *
|
519
|
-
#
|
520
|
-
#
|
521
|
-
#
|
522
|
-
#
|
523
|
-
#
|
524
|
-
#
|
525
|
-
#
|
526
|
-
#
|
512
|
+
# listed below (case-sensitive): * all * GA * Access Context Manager * Anthos
|
513
|
+
# Identity Service * AlloyDB for PostgreSQL * Apigee * Application Integration *
|
514
|
+
# App Hub * Artifact Registry * Anthos Service Mesh * Access Transparency *
|
515
|
+
# BigQuery * Certificate Authority Service * Cloud Bigtable * CCAI Assist and
|
516
|
+
# Knowledge * Cloud Dataflow * Cloud Dataproc * CEP Security Gateway *
|
517
|
+
# Compliance Evaluation Service * Cloud Firestore * Cloud Healthcare API *
|
518
|
+
# Chronicle * Cloud AI Companion Gateway - Titan * Google Cloud Armor * Cloud
|
519
|
+
# Asset Inventory * Cloud Asset Search * Cloud Deploy * Cloud DNS * Cloud
|
520
|
+
# Latency * Cloud Memorystore for Redis * CloudNet Control * Cloud Riptide *
|
521
|
+
# Cloud Tasks * Cloud Trace * Cloud Data Transfer * Cloud Composer * Integration
|
522
|
+
# Connectors * Contact Center AI Insights * Cloud Pub/Sub * Cloud Run * Resource
|
523
|
+
# Manager * Cloud Spanner * Database Center * Cloud Dataform * Cloud Data Fusion
|
524
|
+
# * Dataplex * Dialogflow Customer Experience Edition * Cloud DLP * Document AI *
|
525
|
+
# Edge Container * Edge Network * Cloud EKM * Eventarc * Firebase Data Connect *
|
526
|
+
# Firebase Rules * App Engine * Cloud Build * Compute Engine * Cloud Functions (
|
527
|
+
# 2nd Gen) * Cloud Filestore * Cloud Interconnect * Cloud NetApp Volumes * Cloud
|
528
|
+
# Storage * Generative AI App Builder * Google Kubernetes Engine * Backup for
|
529
|
+
# GKE API * GKE Connect * GKE Hub * Hoverboard * Cloud HSM * Cloud Identity and
|
530
|
+
# Access Management * Cloud Identity-Aware Proxy * Infrastructure Manager *
|
531
|
+
# Identity Storage Service * Key Access Justifications * Cloud Key Management
|
532
|
+
# Service * Cloud Logging * Looker (Google Cloud core) * Looker Studio *
|
533
|
+
# Management Hub * Model Armor * Cloud Monitoring * Cloud NAT * Connectivity Hub
|
534
|
+
# * External passthrough Network Load Balancer * OIDC One * Organization Policy
|
535
|
+
# Service * Org Lifecycle * Persistent Disk * Parameter Manager * Private
|
536
|
+
# Services Access * Regional Internal Application Load Balancer * Storage Batch
|
537
|
+
# Operations * Cloud Security Command Center * Secure Source Manager * Seeker *
|
538
|
+
# Service Provisioning * Speaker ID * Secret Manager * Cloud SQL * Cloud Speech-
|
539
|
+
# to-Text * Traffic Director * Cloud Text-to-Speech * USPS Andromeda * Vertex AI
|
540
|
+
# * Virtual Private Cloud (VPC) * VPC Access * VPC Service Controls
|
541
|
+
# Troubleshooter * VPC virtnet * Cloud Workstations * Web Risk Note: These
|
542
|
+
# values are supported as input for legacy purposes, but will not be returned
|
543
|
+
# from the API. * all * ga-only * appengine.googleapis.com * artifactregistry.
|
544
|
+
# googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com * container.
|
545
|
+
# googleapis.com * cloudkms.googleapis.com * cloudresourcemanager.googleapis.com
|
546
|
+
# * cloudsql.googleapis.com * compute.googleapis.com * dataflow.googleapis.com *
|
547
|
+
# dataproc.googleapis.com * dlp.googleapis.com * iam.googleapis.com * logging.
|
548
|
+
# googleapis.com * orgpolicy.googleapis.com * pubsub.googleapis.com * spanner.
|
549
|
+
# googleapis.com * secretmanager.googleapis.com * speakerid.googleapis.com *
|
550
|
+
# storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all' or
|
551
|
+
# any of the XXX.googleapis.com will be translated to the associated product
|
552
|
+
# name ('all', 'App Engine', etc.). Note: 'all' will enroll the resource in all
|
553
|
+
# products supported at both 'GA' and 'Preview' levels. More information about
|
554
|
+
# levels of support is available at https://cloud.google.com/access-approval/
|
555
|
+
# docs/supported-services
|
527
556
|
# Corresponds to the JSON property `cloudProduct`
|
528
557
|
# @return [String]
|
529
558
|
attr_accessor :cloud_product
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AccessapprovalV1
|
18
18
|
# Version of the google-apis-accessapproval_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,10 +52,10 @@ module Google
|
|
52
52
|
end
|
53
53
|
|
54
54
|
# Deletes the settings associated with a project, folder, or organization. This
|
55
|
-
# will have the effect of disabling Access Approval for the
|
56
|
-
#
|
57
|
-
#
|
58
|
-
#
|
55
|
+
# will have the effect of disabling Access Approval for the resource. Access
|
56
|
+
# Approval may remain active based on parent resource settings. To confirm the
|
57
|
+
# effective settings, call GetAccessApprovalSettings and verify effective
|
58
|
+
# setting is disabled.
|
59
59
|
# @param [String] name
|
60
60
|
# Name of the AccessApprovalSettings to delete.
|
61
61
|
# @param [String] fields
|
@@ -85,7 +85,8 @@ module Google
|
|
85
85
|
execute_or_queue_command(command, &block)
|
86
86
|
end
|
87
87
|
|
88
|
-
# Gets the settings associated with a project, folder, or
|
88
|
+
# Gets the Access Approval settings associated with a project, folder, or
|
89
|
+
# organization.
|
89
90
|
# @param [String] name
|
90
91
|
# The name of the AccessApprovalSettings to retrieve. Format: "`projects|folders|
|
91
92
|
# organizations`/`id`/accessApprovalSettings"
|
@@ -227,11 +228,11 @@ module Google
|
|
227
228
|
execute_or_queue_command(command, &block)
|
228
229
|
end
|
229
230
|
|
230
|
-
# Dismisses a request. Returns the updated ApprovalRequest. NOTE:
|
231
|
-
#
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
231
|
+
# Dismisses a request. Returns the updated ApprovalRequest. NOTE: When a request
|
232
|
+
# is dismissed, it is considered ignored. Dismissing a request does not prevent
|
233
|
+
# access granted by other Access Approval requests. Returns NOT_FOUND if the
|
234
|
+
# request does not exist. Returns FAILED_PRECONDITION if the request exists but
|
235
|
+
# is not in a pending state.
|
235
236
|
# @param [String] name
|
236
237
|
# Name of the ApprovalRequest to dismiss.
|
237
238
|
# @param [Google::Apis::AccessapprovalV1::DismissApprovalRequestMessage] dismiss_approval_request_message_object
|
@@ -296,8 +297,8 @@ module Google
|
|
296
297
|
end
|
297
298
|
|
298
299
|
# Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest.
|
299
|
-
# NOTE: This
|
300
|
-
#
|
300
|
+
# NOTE: This action revokes Google access based on this approval request. If the
|
301
|
+
# resource has other active approvals, access will remain granted. Returns
|
301
302
|
# FAILED_PRECONDITION if the request exists but is not in an approved state.
|
302
303
|
# @param [String] name
|
303
304
|
# Name of the ApprovalRequest to invalidate.
|
@@ -380,10 +381,10 @@ module Google
|
|
380
381
|
end
|
381
382
|
|
382
383
|
# Deletes the settings associated with a project, folder, or organization. This
|
383
|
-
# will have the effect of disabling Access Approval for the
|
384
|
-
#
|
385
|
-
#
|
386
|
-
#
|
384
|
+
# will have the effect of disabling Access Approval for the resource. Access
|
385
|
+
# Approval may remain active based on parent resource settings. To confirm the
|
386
|
+
# effective settings, call GetAccessApprovalSettings and verify effective
|
387
|
+
# setting is disabled.
|
387
388
|
# @param [String] name
|
388
389
|
# Name of the AccessApprovalSettings to delete.
|
389
390
|
# @param [String] fields
|
@@ -413,7 +414,8 @@ module Google
|
|
413
414
|
execute_or_queue_command(command, &block)
|
414
415
|
end
|
415
416
|
|
416
|
-
# Gets the settings associated with a project, folder, or
|
417
|
+
# Gets the Access Approval settings associated with a project, folder, or
|
418
|
+
# organization.
|
417
419
|
# @param [String] name
|
418
420
|
# The name of the AccessApprovalSettings to retrieve. Format: "`projects|folders|
|
419
421
|
# organizations`/`id`/accessApprovalSettings"
|
@@ -555,11 +557,11 @@ module Google
|
|
555
557
|
execute_or_queue_command(command, &block)
|
556
558
|
end
|
557
559
|
|
558
|
-
# Dismisses a request. Returns the updated ApprovalRequest. NOTE:
|
559
|
-
#
|
560
|
-
#
|
561
|
-
#
|
562
|
-
#
|
560
|
+
# Dismisses a request. Returns the updated ApprovalRequest. NOTE: When a request
|
561
|
+
# is dismissed, it is considered ignored. Dismissing a request does not prevent
|
562
|
+
# access granted by other Access Approval requests. Returns NOT_FOUND if the
|
563
|
+
# request does not exist. Returns FAILED_PRECONDITION if the request exists but
|
564
|
+
# is not in a pending state.
|
563
565
|
# @param [String] name
|
564
566
|
# Name of the ApprovalRequest to dismiss.
|
565
567
|
# @param [Google::Apis::AccessapprovalV1::DismissApprovalRequestMessage] dismiss_approval_request_message_object
|
@@ -624,8 +626,8 @@ module Google
|
|
624
626
|
end
|
625
627
|
|
626
628
|
# Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest.
|
627
|
-
# NOTE: This
|
628
|
-
#
|
629
|
+
# NOTE: This action revokes Google access based on this approval request. If the
|
630
|
+
# resource has other active approvals, access will remain granted. Returns
|
629
631
|
# FAILED_PRECONDITION if the request exists but is not in an approved state.
|
630
632
|
# @param [String] name
|
631
633
|
# Name of the ApprovalRequest to invalidate.
|
@@ -708,10 +710,10 @@ module Google
|
|
708
710
|
end
|
709
711
|
|
710
712
|
# Deletes the settings associated with a project, folder, or organization. This
|
711
|
-
# will have the effect of disabling Access Approval for the
|
712
|
-
#
|
713
|
-
#
|
714
|
-
#
|
713
|
+
# will have the effect of disabling Access Approval for the resource. Access
|
714
|
+
# Approval may remain active based on parent resource settings. To confirm the
|
715
|
+
# effective settings, call GetAccessApprovalSettings and verify effective
|
716
|
+
# setting is disabled.
|
715
717
|
# @param [String] name
|
716
718
|
# Name of the AccessApprovalSettings to delete.
|
717
719
|
# @param [String] fields
|
@@ -741,7 +743,8 @@ module Google
|
|
741
743
|
execute_or_queue_command(command, &block)
|
742
744
|
end
|
743
745
|
|
744
|
-
# Gets the settings associated with a project, folder, or
|
746
|
+
# Gets the Access Approval settings associated with a project, folder, or
|
747
|
+
# organization.
|
745
748
|
# @param [String] name
|
746
749
|
# The name of the AccessApprovalSettings to retrieve. Format: "`projects|folders|
|
747
750
|
# organizations`/`id`/accessApprovalSettings"
|
@@ -883,11 +886,11 @@ module Google
|
|
883
886
|
execute_or_queue_command(command, &block)
|
884
887
|
end
|
885
888
|
|
886
|
-
# Dismisses a request. Returns the updated ApprovalRequest. NOTE:
|
887
|
-
#
|
888
|
-
#
|
889
|
-
#
|
890
|
-
#
|
889
|
+
# Dismisses a request. Returns the updated ApprovalRequest. NOTE: When a request
|
890
|
+
# is dismissed, it is considered ignored. Dismissing a request does not prevent
|
891
|
+
# access granted by other Access Approval requests. Returns NOT_FOUND if the
|
892
|
+
# request does not exist. Returns FAILED_PRECONDITION if the request exists but
|
893
|
+
# is not in a pending state.
|
891
894
|
# @param [String] name
|
892
895
|
# Name of the ApprovalRequest to dismiss.
|
893
896
|
# @param [Google::Apis::AccessapprovalV1::DismissApprovalRequestMessage] dismiss_approval_request_message_object
|
@@ -952,8 +955,8 @@ module Google
|
|
952
955
|
end
|
953
956
|
|
954
957
|
# Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest.
|
955
|
-
# NOTE: This
|
956
|
-
#
|
958
|
+
# NOTE: This action revokes Google access based on this approval request. If the
|
959
|
+
# resource has other active approvals, access will remain granted. Returns
|
957
960
|
# FAILED_PRECONDITION if the request exists but is not in an approved state.
|
958
961
|
# @param [String] name
|
959
962
|
# Name of the ApprovalRequest to invalidate.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-accessapproval_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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-accessapproval_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.44.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accessapproval_v1
|
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.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Access Approval API V1
|
79
79
|
test_files: []
|