google-apis-iam_v1 0.10.0 → 0.11.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 +4 -0
- data/lib/google/apis/iam_v1.rb +1 -1
- data/lib/google/apis/iam_v1/classes.rb +2 -21
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +0 -13
- 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: a4a44108b49d060d8ba6905edd9734809b08af145aae3ee8801593d12d01d991
|
4
|
+
data.tar.gz: d3f4fd94474577f10d3c9cbaccaaac4e3921f764965d3fba27fe86668a914e72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a980d848f0b9dbe26ff75c0aaef22346a7883d3d652cdd355d363500a2efed1af32e223c6f85c80fb1807670fc59ff720fe1a16bd0b696d4f2b6e62f0c3016a9
|
7
|
+
data.tar.gz: d60d1f3a98b88055cd32b4d0dd56feb94cea84ff0e67b79a1d2b862fd19e9280059f563d3e506f48e5b5157b68ea51f6a262b93cde2d792fd041ef3256c6c7a2
|
data/CHANGELOG.md
CHANGED
data/lib/google/apis/iam_v1.rb
CHANGED
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# This is NOT the gem version.
|
32
32
|
VERSION = 'V1'
|
33
33
|
|
34
|
-
# See, edit, configure, and delete your Google Cloud
|
34
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
35
35
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
36
36
|
end
|
37
37
|
end
|
@@ -972,7 +972,7 @@ module Google
|
|
972
972
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
973
973
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
974
974
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
975
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
975
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
976
976
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
977
977
|
# google.com/iam/docs/).
|
978
978
|
class Policy
|
@@ -1057,25 +1057,6 @@ module Google
|
|
1057
1057
|
end
|
1058
1058
|
end
|
1059
1059
|
|
1060
|
-
# Metadata for long-running Policy operations.
|
1061
|
-
class PolicyOperationMetadata
|
1062
|
-
include Google::Apis::Core::Hashable
|
1063
|
-
|
1064
|
-
# Timestamp when the google.longrunning.Operation was created.
|
1065
|
-
# Corresponds to the JSON property `createTime`
|
1066
|
-
# @return [String]
|
1067
|
-
attr_accessor :create_time
|
1068
|
-
|
1069
|
-
def initialize(**args)
|
1070
|
-
update!(**args)
|
1071
|
-
end
|
1072
|
-
|
1073
|
-
# Update properties of this object
|
1074
|
-
def update!(**args)
|
1075
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
1076
|
-
end
|
1077
|
-
end
|
1078
|
-
|
1079
1060
|
# A request to get the list of auditable services for a resource.
|
1080
1061
|
class QueryAuditableServicesRequest
|
1081
1062
|
include Google::Apis::Core::Hashable
|
@@ -1522,7 +1503,7 @@ module Google
|
|
1522
1503
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
1523
1504
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
1524
1505
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
1525
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1506
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
1526
1507
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
1527
1508
|
# google.com/iam/docs/).
|
1528
1509
|
# Corresponds to the JSON property `policy`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IamV1
|
18
18
|
# Version of the google-apis-iam_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.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 = "20210812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -202,12 +202,6 @@ module Google
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
-
class PolicyOperationMetadata
|
206
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
-
|
208
|
-
include Google::Apis::Core::JsonObjectSupport
|
209
|
-
end
|
210
|
-
|
211
205
|
class QueryAuditableServicesRequest
|
212
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
207
|
|
@@ -624,13 +618,6 @@ module Google
|
|
624
618
|
end
|
625
619
|
end
|
626
620
|
|
627
|
-
class PolicyOperationMetadata
|
628
|
-
# @private
|
629
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
630
|
-
property :create_time, as: 'createTime'
|
631
|
-
end
|
632
|
-
end
|
633
|
-
|
634
621
|
class QueryAuditableServicesRequest
|
635
622
|
# @private
|
636
623
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-iam_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2021-08-
|
11
|
+
date: 2021-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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/master/generated/google-apis-iam_v1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.11.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|