google-apis-iam_v1 0.88.0 → 0.89.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/classes.rb +0 -16
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd5baa09965d6b4903f494b422fce88d1510c1199530eee36e7cbccec552fd49
|
|
4
|
+
data.tar.gz: 0f272962f44c889d74060fe691d30b5b71932d3cb257c3b46efa8ee4fd85fdbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f87047278361bfc51e67d244f4c4b17584e71b70b29822dde4c439e16127cc87886465e0fc96c7816672ae0dacef6fb097ab7c6be8b1b2b9603b99fac866559a
|
|
7
|
+
data.tar.gz: 662cefc32c48f4389010dcb36ec4e5e12cc7ec9be3cb614e0c3070a5c0942a44b0778e17bbfd95ebbecf9551f52b29e69bb0bfeb85f9e5d5aa489dddf353e31a
|
data/CHANGELOG.md
CHANGED
|
@@ -493,28 +493,12 @@ module Google
|
|
|
493
493
|
class DisableServiceAccountKeyRequest
|
|
494
494
|
include Google::Apis::Core::Hashable
|
|
495
495
|
|
|
496
|
-
# Optional. Usable by internal google services only. An extended_status_message
|
|
497
|
-
# can be used to include additional information about the key, such as its
|
|
498
|
-
# private key data being exposed on a public repository like GitHub.
|
|
499
|
-
# Corresponds to the JSON property `extendedStatusMessage`
|
|
500
|
-
# @return [String]
|
|
501
|
-
attr_accessor :extended_status_message
|
|
502
|
-
|
|
503
|
-
# Optional. Describes the reason this key is being disabled. If unspecified, the
|
|
504
|
-
# default value of SERVICE_ACCOUNT_KEY_DISABLE_REASON_USER_INITIATED will be
|
|
505
|
-
# used.
|
|
506
|
-
# Corresponds to the JSON property `serviceAccountKeyDisableReason`
|
|
507
|
-
# @return [String]
|
|
508
|
-
attr_accessor :service_account_key_disable_reason
|
|
509
|
-
|
|
510
496
|
def initialize(**args)
|
|
511
497
|
update!(**args)
|
|
512
498
|
end
|
|
513
499
|
|
|
514
500
|
# Update properties of this object
|
|
515
501
|
def update!(**args)
|
|
516
|
-
@extended_status_message = args[:extended_status_message] if args.key?(:extended_status_message)
|
|
517
|
-
@service_account_key_disable_reason = args[:service_account_key_disable_reason] if args.key?(:service_account_key_disable_reason)
|
|
518
502
|
end
|
|
519
503
|
end
|
|
520
504
|
|
|
@@ -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.89.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260724"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -833,8 +833,6 @@ module Google
|
|
|
833
833
|
class DisableServiceAccountKeyRequest
|
|
834
834
|
# @private
|
|
835
835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
836
|
-
property :extended_status_message, as: 'extendedStatusMessage'
|
|
837
|
-
property :service_account_key_disable_reason, as: 'serviceAccountKeyDisableReason'
|
|
838
836
|
end
|
|
839
837
|
end
|
|
840
838
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.89.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.89.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
|
|
63
63
|
rdoc_options: []
|
|
64
64
|
require_paths:
|