google-apis-policysimulator_v1beta1 0.8.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/policysimulator_v1beta1/classes.rb +97 -91
- data/lib/google/apis/policysimulator_v1beta1/gem_version.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3295f862ce8c0763b72a685594763debcf3c7f2c96a048bee4af61023c886b95
|
4
|
+
data.tar.gz: 7580ac36d70e690ed30ceacbebe3ff36b77afa5711688abb93ad4e1f9a1058d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cdbdac30bf55fbd4bea72dce6e24a020a34d00829950ae4ab95b0d84f36f5da3569254d19663e40dec117416f082c7149103556c87478ab2c1af3a0c1bd46ea
|
7
|
+
data.tar.gz: b3b6135bf18640a45a71afd5bbf19f2fa30ae42ab3da1981ac8dc306d5cf16379c59cac27da1a959b8b90c76a465b250ae50ca0902f5eb390b4f2e3a85c0d9f0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-policysimulator_v1beta1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-12-14)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.11.0 (2021-10-20)
|
8
|
+
|
9
|
+
* Unspecified changes
|
10
|
+
|
11
|
+
### v0.10.0 (2021-10-14)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20211008
|
14
|
+
|
15
|
+
### v0.9.0 (2021-10-06)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20211002
|
18
|
+
|
3
19
|
### v0.8.0 (2021-09-01)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210813
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/policysimulator_v1beta1"
|
|
51
51
|
client = Google::Apis::PolicysimulatorV1beta1::PolicySimulatorService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Policysimulator service in particular.)
|
67
67
|
|
@@ -215,7 +215,7 @@ module Google
|
|
215
215
|
end
|
216
216
|
end
|
217
217
|
|
218
|
-
# Information about the
|
218
|
+
# Information about the principal, resource, and permission to check.
|
219
219
|
class GoogleCloudPolicysimulatorV1beta1AccessTuple
|
220
220
|
include Google::Apis::Core::Hashable
|
221
221
|
|
@@ -227,7 +227,7 @@ module Google
|
|
227
227
|
# @return [String]
|
228
228
|
attr_accessor :full_resource_name
|
229
229
|
|
230
|
-
# Required. The IAM permission to check for the specified
|
230
|
+
# Required. The IAM permission to check for the specified principal and resource.
|
231
231
|
# For a complete list of IAM permissions, see https://cloud.google.com/iam/help/
|
232
232
|
# permissions/reference. For a complete list of predefined IAM roles and the
|
233
233
|
# permissions in each role, see https://cloud.google.com/iam/help/roles/
|
@@ -236,11 +236,11 @@ module Google
|
|
236
236
|
# @return [String]
|
237
237
|
attr_accessor :permission
|
238
238
|
|
239
|
-
# Required. The
|
240
|
-
#
|
241
|
-
#
|
242
|
-
#
|
243
|
-
#
|
239
|
+
# Required. The principal whose access you want to check, in the form of the
|
240
|
+
# email address that represents that principal. For example, `alice@example.com`
|
241
|
+
# or `my-service-account@my-project.iam.gserviceaccount.com`. The principal must
|
242
|
+
# be a Google Account or a service account. Other types of principals are not
|
243
|
+
# supported.
|
244
244
|
# Corresponds to the JSON property `principal`
|
245
245
|
# @return [String]
|
246
246
|
attr_accessor :principal
|
@@ -257,17 +257,17 @@ module Google
|
|
257
257
|
end
|
258
258
|
end
|
259
259
|
|
260
|
-
# Details about how a binding in a policy affects a
|
260
|
+
# Details about how a binding in a policy affects a principal's ability to use a
|
261
261
|
# permission.
|
262
262
|
class GoogleCloudPolicysimulatorV1beta1BindingExplanation
|
263
263
|
include Google::Apis::Core::Hashable
|
264
264
|
|
265
265
|
# Required. Indicates whether _this binding_ provides the specified permission
|
266
|
-
# to the specified
|
267
|
-
# indicate whether the
|
266
|
+
# to the specified principal for the specified resource. This field does _not_
|
267
|
+
# indicate whether the principal actually has the permission for the resource.
|
268
268
|
# There might be another binding that overrides this binding. To determine
|
269
|
-
# whether the
|
270
|
-
# TroubleshootIamPolicyResponse.
|
269
|
+
# whether the principal actually has the permission, use the `access` field in
|
270
|
+
# the TroubleshootIamPolicyResponse.
|
271
271
|
# Corresponds to the JSON property `access`
|
272
272
|
# @return [String]
|
273
273
|
attr_accessor :access
|
@@ -291,17 +291,18 @@ module Google
|
|
291
291
|
# @return [Google::Apis::PolicysimulatorV1beta1::GoogleTypeExpr]
|
292
292
|
attr_accessor :condition
|
293
293
|
|
294
|
-
# Indicates whether each
|
295
|
-
# the request, either directly or indirectly. Each key identifies a
|
296
|
-
# the binding, and each value indicates whether the
|
297
|
-
# includes the
|
298
|
-
# includes the following
|
299
|
-
# eng@example.com` The
|
300
|
-
# com`. This user is a
|
301
|
-
# the first
|
302
|
-
# membership` field in the value is set to `
|
303
|
-
# second
|
304
|
-
# the `membership` field in the value is set
|
294
|
+
# Indicates whether each principal in the binding includes the principal
|
295
|
+
# specified in the request, either directly or indirectly. Each key identifies a
|
296
|
+
# principal in the binding, and each value indicates whether the principal in
|
297
|
+
# the binding includes the principal in the request. For example, suppose that a
|
298
|
+
# binding includes the following principals: * `user:alice@example.com` * `group:
|
299
|
+
# product-eng@example.com` The principal in the replayed access tuple is `user:
|
300
|
+
# bob@example.com`. This user is a principal of the group `group:product-eng@
|
301
|
+
# example.com`. For the first principal in the binding, the key is `user:alice@
|
302
|
+
# example.com`, and the `membership` field in the value is set to `
|
303
|
+
# MEMBERSHIP_NOT_INCLUDED`. For the second principal in the binding, the key is `
|
304
|
+
# group:product-eng@example.com`, and the `membership` field in the value is set
|
305
|
+
# to `MEMBERSHIP_INCLUDED`.
|
305
306
|
# Corresponds to the JSON property `memberships`
|
306
307
|
# @return [Hash<String,Google::Apis::PolicysimulatorV1beta1::GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership>]
|
307
308
|
attr_accessor :memberships
|
@@ -347,16 +348,16 @@ module Google
|
|
347
348
|
end
|
348
349
|
end
|
349
350
|
|
350
|
-
# Details about whether the binding includes the
|
351
|
+
# Details about whether the binding includes the principal.
|
351
352
|
class GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership
|
352
353
|
include Google::Apis::Core::Hashable
|
353
354
|
|
354
|
-
# Indicates whether the binding includes the
|
355
|
+
# Indicates whether the binding includes the principal.
|
355
356
|
# Corresponds to the JSON property `membership`
|
356
357
|
# @return [String]
|
357
358
|
attr_accessor :membership
|
358
359
|
|
359
|
-
# The relevance of the
|
360
|
+
# The relevance of the principal's status to the overall determination for the
|
360
361
|
# binding.
|
361
362
|
# Corresponds to the JSON property `relevance`
|
362
363
|
# @return [String]
|
@@ -415,18 +416,18 @@ module Google
|
|
415
416
|
include Google::Apis::Core::Hashable
|
416
417
|
|
417
418
|
# Indicates whether _this policy_ provides the specified permission to the
|
418
|
-
# specified
|
419
|
-
# whether the
|
420
|
-
# be another policy that overrides this policy. To determine whether the
|
421
|
-
# actually has the permission, use the `access` field in the
|
419
|
+
# specified principal for the specified resource. This field does _not_ indicate
|
420
|
+
# whether the principal actually has the permission for the resource. There
|
421
|
+
# might be another policy that overrides this policy. To determine whether the
|
422
|
+
# principal actually has the permission, use the `access` field in the
|
422
423
|
# TroubleshootIamPolicyResponse.
|
423
424
|
# Corresponds to the JSON property `access`
|
424
425
|
# @return [String]
|
425
426
|
attr_accessor :access
|
426
427
|
|
427
|
-
# Details about how each binding in the policy affects the
|
428
|
-
# inability, to use the permission for the resource. If the user who created
|
429
|
-
# Replay does not have access to the policy, this field is omitted.
|
428
|
+
# Details about how each binding in the policy affects the principal's ability,
|
429
|
+
# or inability, to use the permission for the resource. If the user who created
|
430
|
+
# the Replay does not have access to the policy, this field is omitted.
|
430
431
|
# Corresponds to the JSON property `bindingExplanations`
|
431
432
|
# @return [Array<Google::Apis::PolicysimulatorV1beta1::GoogleCloudPolicysimulatorV1beta1BindingExplanation>]
|
432
433
|
attr_accessor :binding_explanations
|
@@ -443,31 +444,31 @@ module Google
|
|
443
444
|
|
444
445
|
# An Identity and Access Management (IAM) policy, which specifies access
|
445
446
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
446
|
-
# A `binding` binds one or more `members
|
447
|
-
# user accounts, service accounts, Google groups, and domains (
|
448
|
-
# A `role` is a named list of permissions; each `role` can be
|
449
|
-
# role or a user-created custom role. For some types of Google
|
450
|
-
# a `binding` can also specify a `condition`, which is a
|
451
|
-
# allows access to a resource only if the expression
|
452
|
-
# condition can add constraints based on attributes of
|
453
|
-
# or both. To learn which resources support
|
454
|
-
# see the [IAM documentation](https://cloud.
|
455
|
-
# resource-policies). **JSON example:** ` "
|
456
|
-
# resourcemanager.organizationAdmin", "members": [
|
457
|
-
# group:admins@example.com", "domain:google.com", "
|
458
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
459
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
460
|
-
# title": "expirable access", "description": "Does not grant
|
461
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
462
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
463
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
464
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
465
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
466
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
467
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
468
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
469
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
470
|
-
# google.com/iam/docs/).
|
447
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
448
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
449
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
450
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
451
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
452
|
+
# logical expression that allows access to a resource only if the expression
|
453
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
454
|
+
# the request, the resource, or both. To learn which resources support
|
455
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
456
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
457
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
458
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
459
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
460
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
461
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
462
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
463
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
464
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
465
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
466
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
467
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
468
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
469
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
470
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
471
|
+
# cloud.google.com/iam/docs/).
|
471
472
|
# Corresponds to the JSON property `policy`
|
472
473
|
# @return [Google::Apis::PolicysimulatorV1beta1::GoogleIamV1Policy]
|
473
474
|
attr_accessor :policy
|
@@ -639,7 +640,7 @@ module Google
|
|
639
640
|
class GoogleCloudPolicysimulatorV1beta1ReplayResult
|
640
641
|
include Google::Apis::Core::Hashable
|
641
642
|
|
642
|
-
# Information about the
|
643
|
+
# Information about the principal, resource, and permission to check.
|
643
644
|
# Corresponds to the JSON property `accessTuple`
|
644
645
|
# @return [Google::Apis::PolicysimulatorV1beta1::GoogleCloudPolicysimulatorV1beta1AccessTuple]
|
645
646
|
attr_accessor :access_tuple
|
@@ -840,7 +841,7 @@ module Google
|
|
840
841
|
end
|
841
842
|
end
|
842
843
|
|
843
|
-
# Associates `members
|
844
|
+
# Associates `members`, or principals, with a `role`.
|
844
845
|
class GoogleIamV1Binding
|
845
846
|
include Google::Apis::Core::Hashable
|
846
847
|
|
@@ -863,7 +864,7 @@ module Google
|
|
863
864
|
# @return [Google::Apis::PolicysimulatorV1beta1::GoogleTypeExpr]
|
864
865
|
attr_accessor :condition
|
865
866
|
|
866
|
-
# Specifies the
|
867
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
867
868
|
# members` can have the following values: * `allUsers`: A special identifier
|
868
869
|
# that represents anyone who is on the internet; with or without a Google
|
869
870
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -893,8 +894,8 @@ module Google
|
|
893
894
|
# @return [Array<String>]
|
894
895
|
attr_accessor :members
|
895
896
|
|
896
|
-
# Role that is assigned to `members
|
897
|
-
#
|
897
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
898
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
898
899
|
# Corresponds to the JSON property `role`
|
899
900
|
# @return [String]
|
900
901
|
attr_accessor :role
|
@@ -913,31 +914,31 @@ module Google
|
|
913
914
|
|
914
915
|
# An Identity and Access Management (IAM) policy, which specifies access
|
915
916
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
916
|
-
# A `binding` binds one or more `members
|
917
|
-
# user accounts, service accounts, Google groups, and domains (
|
918
|
-
# A `role` is a named list of permissions; each `role` can be
|
919
|
-
# role or a user-created custom role. For some types of Google
|
920
|
-
# a `binding` can also specify a `condition`, which is a
|
921
|
-
# allows access to a resource only if the expression
|
922
|
-
# condition can add constraints based on attributes of
|
923
|
-
# or both. To learn which resources support
|
924
|
-
# see the [IAM documentation](https://cloud.
|
925
|
-
# resource-policies). **JSON example:** ` "
|
926
|
-
# resourcemanager.organizationAdmin", "members": [
|
927
|
-
# group:admins@example.com", "domain:google.com", "
|
928
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
929
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
930
|
-
# title": "expirable access", "description": "Does not grant
|
931
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
932
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
933
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
934
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
935
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
936
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
937
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
938
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
939
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
940
|
-
# google.com/iam/docs/).
|
917
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
918
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
919
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
920
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
921
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
922
|
+
# logical expression that allows access to a resource only if the expression
|
923
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
924
|
+
# the request, the resource, or both. To learn which resources support
|
925
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
926
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
927
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
928
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
929
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
930
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
931
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
932
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
933
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
934
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
935
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
936
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
937
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
938
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
939
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
940
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
941
|
+
# cloud.google.com/iam/docs/).
|
941
942
|
class GoogleIamV1Policy
|
942
943
|
include Google::Apis::Core::Hashable
|
943
944
|
|
@@ -946,9 +947,14 @@ module Google
|
|
946
947
|
# @return [Array<Google::Apis::PolicysimulatorV1beta1::GoogleIamV1AuditConfig>]
|
947
948
|
attr_accessor :audit_configs
|
948
949
|
|
949
|
-
# Associates a list of `members
|
950
|
-
# condition` that determines how and when the `bindings` are applied.
|
951
|
-
# the `bindings` must contain at least one
|
950
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
951
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
952
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
953
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
954
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
955
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
956
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
957
|
+
# principals to the `bindings` in the `Policy`.
|
952
958
|
# Corresponds to the JSON property `bindings`
|
953
959
|
# @return [Array<Google::Apis::PolicysimulatorV1beta1::GoogleIamV1Binding>]
|
954
960
|
attr_accessor :bindings
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PolicysimulatorV1beta1
|
18
18
|
# Version of the google-apis-policysimulator_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211008"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-policysimulator_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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:
|
11
|
+
date: 2022-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1beta1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta1/v0.12.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|
@@ -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.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Policy Simulator API V1beta1
|