google-apis-managedidentities_v1 0.20.0 → 0.23.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 +4 -4
- data/CHANGELOG.md +14 -0
- data/lib/google/apis/managedidentities_v1/classes.rb +73 -34
- data/lib/google/apis/managedidentities_v1/gem_version.rb +3 -3
- data/lib/google/apis/managedidentities_v1/representations.rb +15 -0
- data/lib/google/apis/managedidentities_v1/service.rb +61 -18
- 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: c0b3d4d2f5d52c0ea0c15f7ad3b38104873aaed7ee240fea3d8403c8add15888
|
4
|
+
data.tar.gz: ca6d19496afbdda1abe8932ae8c8c6353bbe1865f6b6535949c9d5ede614240f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99648f25d55d48e271eb5c5cb45d40b6fcd5bb4007e9a7e3d0fa77698f13e4e204634843e1ca60d0a1d8d8199628e325b5293044b78681a7e1a6c7d0ec860214
|
7
|
+
data.tar.gz: b7085b066d7b88f790dc7227bef37c1ab949fb546857b32aa58a2ae4465b8b1bc16ca401ed29d9f48dfb4e5fbca59f8debda1b6ccc92585c29f42c0771eccfcb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-managedidentities_v1
|
2
2
|
|
3
|
+
### v0.23.0 (2022-08-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220817
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
8
|
+
### v0.22.0 (2022-07-02)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.8.0
|
11
|
+
|
12
|
+
### v0.21.0 (2022-06-17)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.6.0
|
15
|
+
* Regenerated from discovery document revision 20220526
|
16
|
+
|
3
17
|
### v0.20.0 (2022-04-29)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20220331
|
@@ -124,32 +124,35 @@ module Google
|
|
124
124
|
# @return [Google::Apis::ManagedidentitiesV1::Expr]
|
125
125
|
attr_accessor :condition
|
126
126
|
|
127
|
-
# Specifies the principals requesting access for a Cloud
|
127
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
128
128
|
# members` can have the following values: * `allUsers`: A special identifier
|
129
129
|
# that represents anyone who is on the internet; with or without a Google
|
130
130
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
131
131
|
# anyone who is authenticated with a Google account or a service account. * `
|
132
132
|
# user:`emailid``: An email address that represents a specific Google account.
|
133
133
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
134
|
-
# address that represents a service account. For example, `my-other-app@
|
135
|
-
# gserviceaccount.com`. * `
|
136
|
-
#
|
137
|
-
#
|
138
|
-
#
|
139
|
-
#
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
143
|
-
#
|
144
|
-
#
|
145
|
-
# emailid
|
146
|
-
#
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
#
|
151
|
-
#
|
152
|
-
#
|
134
|
+
# address that represents a Google service account. For example, `my-other-app@
|
135
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
136
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
137
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
138
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
139
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
140
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
141
|
+
# email address (plus unique identifier) representing a user that has been
|
142
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
143
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
144
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
145
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
146
|
+
# representing a service account that has been recently deleted. For example, `
|
147
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
148
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
149
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
150
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
151
|
+
# representing a Google group that has been recently deleted. For example, `
|
152
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
153
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
154
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
155
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
153
156
|
# Corresponds to the JSON property `members`
|
154
157
|
# @return [Array<String>]
|
155
158
|
attr_accessor :members
|
@@ -545,6 +548,40 @@ module Google
|
|
545
548
|
end
|
546
549
|
end
|
547
550
|
|
551
|
+
# ExtendSchemaRequest is the request message for ExtendSchema method.
|
552
|
+
class ExtendSchemaRequest
|
553
|
+
include Google::Apis::Core::Hashable
|
554
|
+
|
555
|
+
# Required. Description for Schema Change.
|
556
|
+
# Corresponds to the JSON property `description`
|
557
|
+
# @return [String]
|
558
|
+
attr_accessor :description
|
559
|
+
|
560
|
+
# File uploaded as a byte stream input.
|
561
|
+
# Corresponds to the JSON property `fileContents`
|
562
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
563
|
+
# @return [String]
|
564
|
+
attr_accessor :file_contents
|
565
|
+
|
566
|
+
# File stored in Cloud Storage bucket and represented in the form projects/`
|
567
|
+
# project_id`/buckets/`bucket_name`/objects/`object_name` File should be in the
|
568
|
+
# same project as the domain.
|
569
|
+
# Corresponds to the JSON property `gcsPath`
|
570
|
+
# @return [String]
|
571
|
+
attr_accessor :gcs_path
|
572
|
+
|
573
|
+
def initialize(**args)
|
574
|
+
update!(**args)
|
575
|
+
end
|
576
|
+
|
577
|
+
# Update properties of this object
|
578
|
+
def update!(**args)
|
579
|
+
@description = args[:description] if args.key?(:description)
|
580
|
+
@file_contents = args[:file_contents] if args.key?(:file_contents)
|
581
|
+
@gcs_path = args[:gcs_path] if args.key?(:gcs_path)
|
582
|
+
end
|
583
|
+
end
|
584
|
+
|
548
585
|
# Represents the metadata of the long-running operation.
|
549
586
|
class GoogleCloudManagedidentitiesV1OpMetadata
|
550
587
|
include Google::Apis::Core::Hashable
|
@@ -721,11 +758,12 @@ module Google
|
|
721
758
|
# @return [String]
|
722
759
|
attr_accessor :create_time
|
723
760
|
|
724
|
-
# Optional. The instance_type of this instance of format: projects/`
|
725
|
-
# locations/`location_id`/instanceTypes/`instance_type_id`.
|
726
|
-
# represents a high-level tier or SKU of the service that this
|
727
|
-
# to. When enabled(eg: Maintenance Rollout), Rollout uses '
|
728
|
-
# with 'software_versions' to determine whether instance
|
761
|
+
# Optional. The instance_type of this instance of format: projects/`
|
762
|
+
# project_number`/locations/`location_id`/instanceTypes/`instance_type_id`.
|
763
|
+
# Instance Type represents a high-level tier or SKU of the service that this
|
764
|
+
# instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses '
|
765
|
+
# instance_type' along with 'software_versions' to determine whether instance
|
766
|
+
# needs an update or not.
|
729
767
|
# Corresponds to the JSON property `instanceType`
|
730
768
|
# @return [String]
|
731
769
|
attr_accessor :instance_type
|
@@ -737,8 +775,8 @@ module Google
|
|
737
775
|
# @return [Hash<String,String>]
|
738
776
|
attr_accessor :labels
|
739
777
|
|
740
|
-
# Deprecated. The MaintenancePolicies that have been attached to the
|
741
|
-
# The key must be of the type name of the oneof policy name defined in
|
778
|
+
# Optional. Deprecated. The MaintenancePolicies that have been attached to the
|
779
|
+
# instance. The key must be of the type name of the oneof policy name defined in
|
742
780
|
# MaintenancePolicy, and the referenced policy must define the same policy type.
|
743
781
|
# For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
|
744
782
|
# Corresponds to the JSON property `maintenancePolicyNames`
|
@@ -757,10 +795,12 @@ module Google
|
|
757
795
|
# @return [Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
|
758
796
|
attr_accessor :maintenance_settings
|
759
797
|
|
760
|
-
# Unique name of the resource. It uses the form: `projects/`
|
761
|
-
#
|
762
|
-
#
|
763
|
-
#
|
798
|
+
# Unique name of the resource. It uses the form: `projects/`project_number`/
|
799
|
+
# locations/`location_id`/instances/`instance_id`` Note: This name is passed,
|
800
|
+
# stored and logged across the rollout system. So use of consumer project_id or
|
801
|
+
# any other consumer PII in the name is strongly discouraged for wipeout (go/
|
802
|
+
# wipeout) compliance. See go/elysium/project_ids#storage-guidance for more
|
803
|
+
# details.
|
764
804
|
# Corresponds to the JSON property `name`
|
765
805
|
# @return [String]
|
766
806
|
attr_accessor :name
|
@@ -922,8 +962,7 @@ module Google
|
|
922
962
|
# key must be of the type name of the oneof policy name defined in
|
923
963
|
# MaintenancePolicy, and the embedded policy must define the same policy type.
|
924
964
|
# For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
|
925
|
-
# If only the name is needed
|
926
|
-
# maintenance_policy_names field) then only populate MaintenancePolicy.name.
|
965
|
+
# If only the name is needed, then only populate MaintenancePolicy.name.
|
927
966
|
# Corresponds to the JSON property `maintenancePolicies`
|
928
967
|
# @return [Hash<String,Google::Apis::ManagedidentitiesV1::MaintenancePolicy>]
|
929
968
|
attr_accessor :maintenance_policies
|
@@ -2024,7 +2063,7 @@ module Google
|
|
2024
2063
|
include Google::Apis::Core::Hashable
|
2025
2064
|
|
2026
2065
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
2027
|
-
# (such as
|
2066
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
2028
2067
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
2029
2068
|
# Corresponds to the JSON property `permissions`
|
2030
2069
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManagedidentitiesV1
|
18
18
|
# Version of the google-apis-managedidentities_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220817"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -94,6 +94,12 @@ module Google
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
+
class ExtendSchemaRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
97
103
|
class GoogleCloudManagedidentitiesV1OpMetadata
|
98
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
105
|
|
@@ -463,6 +469,15 @@ module Google
|
|
463
469
|
end
|
464
470
|
end
|
465
471
|
|
472
|
+
class ExtendSchemaRequest
|
473
|
+
# @private
|
474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
475
|
+
property :description, as: 'description'
|
476
|
+
property :file_contents, :base64 => true, as: 'fileContents'
|
477
|
+
property :gcs_path, as: 'gcsPath'
|
478
|
+
end
|
479
|
+
end
|
480
|
+
|
466
481
|
class GoogleCloudManagedidentitiesV1OpMetadata
|
467
482
|
# @private
|
468
483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -265,6 +265,40 @@ module Google
|
|
265
265
|
execute_or_queue_command(command, &block)
|
266
266
|
end
|
267
267
|
|
268
|
+
# Extend Schema for Domain
|
269
|
+
# @param [String] domain
|
270
|
+
# Required. The domain resource name using the form: `projects/`project_id`/
|
271
|
+
# locations/global/domains/`domain_name``
|
272
|
+
# @param [Google::Apis::ManagedidentitiesV1::ExtendSchemaRequest] extend_schema_request_object
|
273
|
+
# @param [String] fields
|
274
|
+
# Selector specifying which fields to include in a partial response.
|
275
|
+
# @param [String] quota_user
|
276
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
277
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
278
|
+
# @param [Google::Apis::RequestOptions] options
|
279
|
+
# Request-specific options
|
280
|
+
#
|
281
|
+
# @yield [result, err] Result & error if block supplied
|
282
|
+
# @yieldparam result [Google::Apis::ManagedidentitiesV1::Operation] parsed result object
|
283
|
+
# @yieldparam err [StandardError] error object if request failed
|
284
|
+
#
|
285
|
+
# @return [Google::Apis::ManagedidentitiesV1::Operation]
|
286
|
+
#
|
287
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
288
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
289
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
290
|
+
def extend_domain_schema(domain, extend_schema_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
291
|
+
command = make_simple_command(:post, 'v1/{+domain}:extendSchema', options)
|
292
|
+
command.request_representation = Google::Apis::ManagedidentitiesV1::ExtendSchemaRequest::Representation
|
293
|
+
command.request_object = extend_schema_request_object
|
294
|
+
command.response_representation = Google::Apis::ManagedidentitiesV1::Operation::Representation
|
295
|
+
command.response_class = Google::Apis::ManagedidentitiesV1::Operation
|
296
|
+
command.params['domain'] = domain unless domain.nil?
|
297
|
+
command.query['fields'] = fields unless fields.nil?
|
298
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
299
|
+
execute_or_queue_command(command, &block)
|
300
|
+
end
|
301
|
+
|
268
302
|
# Gets information about a domain.
|
269
303
|
# @param [String] name
|
270
304
|
# Required. The domain resource name using the form: `projects/`project_id`/
|
@@ -299,8 +333,9 @@ module Google
|
|
299
333
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
300
334
|
# resource exists and does not have a policy set.
|
301
335
|
# @param [String] resource
|
302
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
303
|
-
#
|
336
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
337
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
338
|
+
# appropriate value for this field.
|
304
339
|
# @param [Fixnum] options_requested_policy_version
|
305
340
|
# Optional. The maximum policy version that will be used to format the policy.
|
306
341
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -564,8 +599,9 @@ module Google
|
|
564
599
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
565
600
|
# PERMISSION_DENIED` errors.
|
566
601
|
# @param [String] resource
|
567
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
568
|
-
#
|
602
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
603
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
604
|
+
# appropriate value for this field.
|
569
605
|
# @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
570
606
|
# @param [String] fields
|
571
607
|
# Selector specifying which fields to include in a partial response.
|
@@ -602,8 +638,9 @@ module Google
|
|
602
638
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
603
639
|
# This operation may "fail open" without warning.
|
604
640
|
# @param [String] resource
|
605
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
606
|
-
#
|
641
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
642
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
643
|
+
# appropriate value for this field.
|
607
644
|
# @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
608
645
|
# @param [String] fields
|
609
646
|
# Selector specifying which fields to include in a partial response.
|
@@ -813,8 +850,9 @@ module Google
|
|
813
850
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
814
851
|
# resource exists and does not have a policy set.
|
815
852
|
# @param [String] resource
|
816
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
817
|
-
#
|
853
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
854
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
855
|
+
# appropriate value for this field.
|
818
856
|
# @param [Fixnum] options_requested_policy_version
|
819
857
|
# Optional. The maximum policy version that will be used to format the policy.
|
820
858
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -946,8 +984,9 @@ module Google
|
|
946
984
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
947
985
|
# PERMISSION_DENIED` errors.
|
948
986
|
# @param [String] resource
|
949
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
950
|
-
#
|
987
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
988
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
989
|
+
# appropriate value for this field.
|
951
990
|
# @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
952
991
|
# @param [String] fields
|
953
992
|
# Selector specifying which fields to include in a partial response.
|
@@ -984,8 +1023,9 @@ module Google
|
|
984
1023
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
985
1024
|
# This operation may "fail open" without warning.
|
986
1025
|
# @param [String] resource
|
987
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
988
|
-
#
|
1026
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1027
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1028
|
+
# appropriate value for this field.
|
989
1029
|
# @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
990
1030
|
# @param [String] fields
|
991
1031
|
# Selector specifying which fields to include in a partial response.
|
@@ -1350,8 +1390,9 @@ module Google
|
|
1350
1390
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
1351
1391
|
# resource exists and does not have a policy set.
|
1352
1392
|
# @param [String] resource
|
1353
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
1354
|
-
#
|
1393
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
1394
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1395
|
+
# appropriate value for this field.
|
1355
1396
|
# @param [Fixnum] options_requested_policy_version
|
1356
1397
|
# Optional. The maximum policy version that will be used to format the policy.
|
1357
1398
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -1485,8 +1526,9 @@ module Google
|
|
1485
1526
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
1486
1527
|
# PERMISSION_DENIED` errors.
|
1487
1528
|
# @param [String] resource
|
1488
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
1489
|
-
#
|
1529
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
1530
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1531
|
+
# appropriate value for this field.
|
1490
1532
|
# @param [Google::Apis::ManagedidentitiesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
1491
1533
|
# @param [String] fields
|
1492
1534
|
# Selector specifying which fields to include in a partial response.
|
@@ -1523,8 +1565,9 @@ module Google
|
|
1523
1565
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
1524
1566
|
# This operation may "fail open" without warning.
|
1525
1567
|
# @param [String] resource
|
1526
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
1527
|
-
#
|
1568
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1569
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1570
|
+
# appropriate value for this field.
|
1528
1571
|
# @param [Google::Apis::ManagedidentitiesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
1529
1572
|
# @param [String] fields
|
1530
1573
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-managedidentities_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.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: 2022-
|
11
|
+
date: 2022-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.23.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|
@@ -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.3.
|
79
|
+
rubygems_version: 3.3.14
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Simple REST client for Managed Service for Microsoft Active Directory API
|