google-apis-iam_v1 0.45.0 → 0.46.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 +28 -5
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +4 -1
- 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: c8da1fc103e17337c68eb8397d64ffc3507102f2e006f2d6bc2c5d0ee478e3cb
|
|
4
|
+
data.tar.gz: e2b6a8cfbef0f0dcdb66003261ec5da5770b6133928221575a0c9af9b7215150
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab6b0c8ec268c8572e24bdf718ae228f0375dfa2918c5f64e6625dee3577f02004debde0814bc03b2b6df7b5eb10353d44672871594d28197430d257b2dcf8ac
|
|
7
|
+
data.tar.gz: d223a9704654d472ad90f1dff32caa03e4b3530f1ef6d795a0ae2b5a4e75275a63afa46ceb5bb448bc1701f791fa1d08c21768ca894d0bd1619cfe25c2989f64
|
data/CHANGELOG.md
CHANGED
|
@@ -664,7 +664,8 @@ module Google
|
|
|
664
664
|
attr_accessor :assertion_claims_behavior
|
|
665
665
|
|
|
666
666
|
# Required. The Response Type to request for in the OIDC Authorization Request
|
|
667
|
-
# for web sign-in.
|
|
667
|
+
# for web sign-in. The `CODE` Response Type is recommended to avoid the Implicit
|
|
668
|
+
# Flow, for security reasons.
|
|
668
669
|
# Corresponds to the JSON property `responseType`
|
|
669
670
|
# @return [String]
|
|
670
671
|
attr_accessor :response_type
|
|
@@ -2341,6 +2342,12 @@ module Google
|
|
|
2341
2342
|
# @return [String]
|
|
2342
2343
|
attr_accessor :display_name
|
|
2343
2344
|
|
|
2345
|
+
# Output only. Time after which the workforce pool will be permanently purged
|
|
2346
|
+
# and cannot be recovered.
|
|
2347
|
+
# Corresponds to the JSON property `expireTime`
|
|
2348
|
+
# @return [String]
|
|
2349
|
+
attr_accessor :expire_time
|
|
2350
|
+
|
|
2344
2351
|
# Output only. The resource name of the pool. Format: `locations/`location`/
|
|
2345
2352
|
# workforcePools/`workforce_pool_id``
|
|
2346
2353
|
# Corresponds to the JSON property `name`
|
|
@@ -2376,6 +2383,7 @@ module Google
|
|
|
2376
2383
|
@description = args[:description] if args.key?(:description)
|
|
2377
2384
|
@disabled = args[:disabled] if args.key?(:disabled)
|
|
2378
2385
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2386
|
+
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
|
2379
2387
|
@name = args[:name] if args.key?(:name)
|
|
2380
2388
|
@parent = args[:parent] if args.key?(:parent)
|
|
2381
2389
|
@session_duration = args[:session_duration] if args.key?(:session_duration)
|
|
@@ -2463,6 +2471,12 @@ module Google
|
|
|
2463
2471
|
# @return [String]
|
|
2464
2472
|
attr_accessor :display_name
|
|
2465
2473
|
|
|
2474
|
+
# Output only. Time after which the workload pool provider will be permanently
|
|
2475
|
+
# purged and cannot be recovered.
|
|
2476
|
+
# Corresponds to the JSON property `expireTime`
|
|
2477
|
+
# @return [String]
|
|
2478
|
+
attr_accessor :expire_time
|
|
2479
|
+
|
|
2466
2480
|
# Output only. The resource name of the provider. Format: `locations/`location`/
|
|
2467
2481
|
# workforcePools/`workforce_pool_id`/providers/`provider_id``
|
|
2468
2482
|
# Corresponds to the JSON property `name`
|
|
@@ -2495,6 +2509,7 @@ module Google
|
|
|
2495
2509
|
@description = args[:description] if args.key?(:description)
|
|
2496
2510
|
@disabled = args[:disabled] if args.key?(:disabled)
|
|
2497
2511
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2512
|
+
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
|
2498
2513
|
@name = args[:name] if args.key?(:name)
|
|
2499
2514
|
@oidc = args[:oidc] if args.key?(:oidc)
|
|
2500
2515
|
@saml = args[:saml] if args.key?(:saml)
|
|
@@ -2572,10 +2587,11 @@ module Google
|
|
|
2572
2587
|
# @return [String]
|
|
2573
2588
|
attr_accessor :display_name
|
|
2574
2589
|
|
|
2575
|
-
#
|
|
2576
|
-
#
|
|
2590
|
+
# Output only. Time after which the workload identity pool will be permanently
|
|
2591
|
+
# purged and cannot be recovered.
|
|
2592
|
+
# Corresponds to the JSON property `expireTime`
|
|
2577
2593
|
# @return [String]
|
|
2578
|
-
attr_accessor :
|
|
2594
|
+
attr_accessor :expire_time
|
|
2579
2595
|
|
|
2580
2596
|
# Output only. The resource name of the pool.
|
|
2581
2597
|
# Corresponds to the JSON property `name`
|
|
@@ -2596,7 +2612,7 @@ module Google
|
|
|
2596
2612
|
@description = args[:description] if args.key?(:description)
|
|
2597
2613
|
@disabled = args[:disabled] if args.key?(:disabled)
|
|
2598
2614
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2599
|
-
@
|
|
2615
|
+
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
|
2600
2616
|
@name = args[:name] if args.key?(:name)
|
|
2601
2617
|
@state = args[:state] if args.key?(:state)
|
|
2602
2618
|
end
|
|
@@ -2698,6 +2714,12 @@ module Google
|
|
|
2698
2714
|
# @return [String]
|
|
2699
2715
|
attr_accessor :display_name
|
|
2700
2716
|
|
|
2717
|
+
# Output only. Time after which the workload identity pool provider will be
|
|
2718
|
+
# permanently purged and cannot be recovered.
|
|
2719
|
+
# Corresponds to the JSON property `expireTime`
|
|
2720
|
+
# @return [String]
|
|
2721
|
+
attr_accessor :expire_time
|
|
2722
|
+
|
|
2701
2723
|
# Output only. The resource name of the provider.
|
|
2702
2724
|
# Corresponds to the JSON property `name`
|
|
2703
2725
|
# @return [String]
|
|
@@ -2730,6 +2752,7 @@ module Google
|
|
|
2730
2752
|
@description = args[:description] if args.key?(:description)
|
|
2731
2753
|
@disabled = args[:disabled] if args.key?(:disabled)
|
|
2732
2754
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2755
|
+
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
|
2733
2756
|
@name = args[:name] if args.key?(:name)
|
|
2734
2757
|
@oidc = args[:oidc] if args.key?(:oidc)
|
|
2735
2758
|
@saml = args[:saml] if args.key?(:saml)
|
|
@@ -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.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230710"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1128,6 +1128,7 @@ module Google
|
|
|
1128
1128
|
property :description, as: 'description'
|
|
1129
1129
|
property :disabled, as: 'disabled'
|
|
1130
1130
|
property :display_name, as: 'displayName'
|
|
1131
|
+
property :expire_time, as: 'expireTime'
|
|
1131
1132
|
property :name, as: 'name'
|
|
1132
1133
|
property :parent, as: 'parent'
|
|
1133
1134
|
property :session_duration, as: 'sessionDuration'
|
|
@@ -1143,6 +1144,7 @@ module Google
|
|
|
1143
1144
|
property :description, as: 'description'
|
|
1144
1145
|
property :disabled, as: 'disabled'
|
|
1145
1146
|
property :display_name, as: 'displayName'
|
|
1147
|
+
property :expire_time, as: 'expireTime'
|
|
1146
1148
|
property :name, as: 'name'
|
|
1147
1149
|
property :oidc, as: 'oidc', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc::Representation
|
|
1148
1150
|
|
|
@@ -1170,7 +1172,7 @@ module Google
|
|
|
1170
1172
|
property :description, as: 'description'
|
|
1171
1173
|
property :disabled, as: 'disabled'
|
|
1172
1174
|
property :display_name, as: 'displayName'
|
|
1173
|
-
property :
|
|
1175
|
+
property :expire_time, as: 'expireTime'
|
|
1174
1176
|
property :name, as: 'name'
|
|
1175
1177
|
property :state, as: 'state'
|
|
1176
1178
|
end
|
|
@@ -1192,6 +1194,7 @@ module Google
|
|
|
1192
1194
|
property :description, as: 'description'
|
|
1193
1195
|
property :disabled, as: 'disabled'
|
|
1194
1196
|
property :display_name, as: 'displayName'
|
|
1197
|
+
property :expire_time, as: 'expireTime'
|
|
1195
1198
|
property :name, as: 'name'
|
|
1196
1199
|
property :oidc, as: 'oidc', class: Google::Apis::IamV1::Oidc, decorator: Google::Apis::IamV1::Oidc::Representation
|
|
1197
1200
|
|
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.46.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: 2023-07-
|
|
11
|
+
date: 2023-07-16 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/main/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.46.0
|
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
|
|
64
64
|
post_install_message:
|
|
65
65
|
rdoc_options: []
|