google-apis-iam_v1 0.75.0 → 0.77.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 +8 -0
- data/lib/google/apis/iam_v1/classes.rb +9 -16
- data/lib/google/apis/iam_v1/gem_version.rb +2 -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: 41c8980c845901d8817dd7a5f2e93350014590941b614b75386f9cdcca1b6c76
|
4
|
+
data.tar.gz: d7a9090562b782b9b793bd8db928f2d94ddd268be60e51c427cd0d1564fcb06d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ec896895a4ebb7c6728ce2583edc9f979352eb02c3015f33ab02a8ae5eceacd80ba9dc68895cd51a69a575ce57d3b83fb3c36a934987cf26e3b81c3e4a1435b
|
7
|
+
data.tar.gz: 6dc72ffb068912c5228d0fe3345b3e42a9b8e0ec701e364184c3c326d03c5a11cd19f54342b40c86983586b67dd378c29589d58fe611248d9ebcee974aea578c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.77.0 (2025-09-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250919
|
6
|
+
|
7
|
+
### v0.76.0 (2025-09-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250905
|
10
|
+
|
3
11
|
### v0.75.0 (2025-08-31)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250825
|
@@ -3281,8 +3281,7 @@ module Google
|
|
3281
3281
|
# @return [Google::Apis::IamV1::AccessRestrictions]
|
3282
3282
|
attr_accessor :access_restrictions
|
3283
3283
|
|
3284
|
-
# Optional. A
|
3285
|
-
# characters.
|
3284
|
+
# Optional. A description of the pool. Cannot exceed 256 characters.
|
3286
3285
|
# Corresponds to the JSON property `description`
|
3287
3286
|
# @return [String]
|
3288
3287
|
attr_accessor :description
|
@@ -3295,8 +3294,7 @@ module Google
|
|
3295
3294
|
attr_accessor :disabled
|
3296
3295
|
alias_method :disabled?, :disabled
|
3297
3296
|
|
3298
|
-
# Optional. A
|
3299
|
-
# Cannot exceed 32 characters.
|
3297
|
+
# Optional. A display name for the pool. Cannot exceed 32 characters.
|
3300
3298
|
# Corresponds to the JSON property `displayName`
|
3301
3299
|
# @return [String]
|
3302
3300
|
attr_accessor :display_name
|
@@ -3419,8 +3417,7 @@ module Google
|
|
3419
3417
|
# @return [Hash<String,String>]
|
3420
3418
|
attr_accessor :attribute_mapping
|
3421
3419
|
|
3422
|
-
# Optional. A
|
3423
|
-
# characters.
|
3420
|
+
# Optional. A description of the provider. Cannot exceed 256 characters.
|
3424
3421
|
# Corresponds to the JSON property `description`
|
3425
3422
|
# @return [String]
|
3426
3423
|
attr_accessor :description
|
@@ -3440,14 +3437,13 @@ module Google
|
|
3440
3437
|
attr_accessor :disabled
|
3441
3438
|
alias_method :disabled?, :disabled
|
3442
3439
|
|
3443
|
-
# Optional. A
|
3444
|
-
# characters.
|
3440
|
+
# Optional. A display name for the provider. Cannot exceed 32 characters.
|
3445
3441
|
# Corresponds to the JSON property `displayName`
|
3446
3442
|
# @return [String]
|
3447
3443
|
attr_accessor :display_name
|
3448
3444
|
|
3449
|
-
# Output only. Time after which the
|
3450
|
-
# purged and cannot be recovered.
|
3445
|
+
# Output only. Time after which the workforce identity pool provider will be
|
3446
|
+
# permanently purged and cannot be recovered.
|
3451
3447
|
# Corresponds to the JSON property `expireTime`
|
3452
3448
|
# @return [String]
|
3453
3449
|
attr_accessor :expire_time
|
@@ -3579,14 +3575,12 @@ module Google
|
|
3579
3575
|
# @return [Hash<String,String>]
|
3580
3576
|
attr_accessor :claim_mapping
|
3581
3577
|
|
3582
|
-
# Optional. The
|
3583
|
-
# characters.
|
3578
|
+
# Optional. The description of the scim tenant. Cannot exceed 256 characters.
|
3584
3579
|
# Corresponds to the JSON property `description`
|
3585
3580
|
# @return [String]
|
3586
3581
|
attr_accessor :description
|
3587
3582
|
|
3588
|
-
# Optional. The
|
3589
|
-
# characters.
|
3583
|
+
# Optional. The display name of the scim tenant. Cannot exceed 32 characters.
|
3590
3584
|
# Corresponds to the JSON property `displayName`
|
3591
3585
|
# @return [String]
|
3592
3586
|
attr_accessor :display_name
|
@@ -3629,8 +3623,7 @@ module Google
|
|
3629
3623
|
class WorkforcePoolProviderScimToken
|
3630
3624
|
include Google::Apis::Core::Hashable
|
3631
3625
|
|
3632
|
-
# Optional. The
|
3633
|
-
# characters.
|
3626
|
+
# Optional. The display name of the scim token. Cannot exceed 32 characters.
|
3634
3627
|
# Corresponds to the JSON property `displayName`
|
3635
3628
|
# @return [String]
|
3636
3629
|
attr_accessor :display_name
|
@@ -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.77.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250919"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.77.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.77.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:
|