google-cloud-iap-v1 0.5.0 → 0.7.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/README.md +2 -2
- data/lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/client.rb +11 -10
- data/lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/rest/client.rb +1046 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/rest/service_stub.rb +644 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/rest.rb +52 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_admin_service.rb +6 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/client.rb +6 -8
- data/lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/rest/client.rb +872 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/rest/service_stub.rb +523 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/rest.rb +53 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service.rb +6 -0
- data/lib/google/cloud/iap/v1/rest.rb +38 -0
- data/lib/google/cloud/iap/v1/service_pb.rb +1 -0
- data/lib/google/cloud/iap/v1/version.rb +1 -1
- data/lib/google/cloud/iap/v1.rb +5 -0
- data/proto_docs/google/cloud/iap/v1/service.rb +8 -2
- data/proto_docs/google/iam/v1/policy.rb +8 -4
- metadata +15 -8
@@ -154,8 +154,11 @@ module Google
|
|
154
154
|
# @!attribute [rw] update_mask
|
155
155
|
# @return [::Google::Protobuf::FieldMask]
|
156
156
|
# The field mask specifying which IAP settings should be updated.
|
157
|
-
# If omitted,
|
158
|
-
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
|
157
|
+
# If omitted, then all of the settings are updated. See
|
158
|
+
# https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
|
159
|
+
#
|
160
|
+
# Note: All IAP reauth settings must always be set together, using the
|
161
|
+
# field mask: `iapSettings.accessSettings.reauthSettings`.
|
159
162
|
class UpdateIapSettingsRequest
|
160
163
|
include ::Google::Protobuf::MessageExts
|
161
164
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -270,6 +273,9 @@ module Google
|
|
270
273
|
|
271
274
|
# User must use their secure key 2nd factor device.
|
272
275
|
SECURE_KEY = 3
|
276
|
+
|
277
|
+
# User can use any enabled 2nd factor.
|
278
|
+
ENROLLED_SECOND_FACTORS = 4
|
273
279
|
end
|
274
280
|
|
275
281
|
# Type of policy in the case of hierarchial policies.
|
@@ -35,7 +35,8 @@ module Google
|
|
35
35
|
# only if the expression evaluates to `true`. A condition can add constraints
|
36
36
|
# based on attributes of the request, the resource, or both. To learn which
|
37
37
|
# resources support conditions in their IAM policies, see the
|
38
|
-
# [IAM
|
38
|
+
# [IAM
|
39
|
+
# documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
39
40
|
#
|
40
41
|
# **JSON example:**
|
41
42
|
#
|
@@ -58,7 +59,8 @@ module Google
|
|
58
59
|
# "condition": {
|
59
60
|
# "title": "expirable access",
|
60
61
|
# "description": "Does not grant access after Sep 2020",
|
61
|
-
# "expression": "request.time <
|
62
|
+
# "expression": "request.time <
|
63
|
+
# timestamp('2020-10-01T00:00:00.000Z')",
|
62
64
|
# }
|
63
65
|
# }
|
64
66
|
# ],
|
@@ -112,7 +114,8 @@ module Google
|
|
112
114
|
# specify any valid version or leave the field unset.
|
113
115
|
#
|
114
116
|
# To learn which resources support conditions in their IAM policies, see the
|
115
|
-
# [IAM
|
117
|
+
# [IAM
|
118
|
+
# documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
116
119
|
# @!attribute [rw] bindings
|
117
120
|
# @return [::Array<::Google::Iam::V1::Binding>]
|
118
121
|
# Associates a list of `members`, or principals, with a `role`. Optionally,
|
@@ -305,7 +308,8 @@ module Google
|
|
305
308
|
# @return [::Array<::String>]
|
306
309
|
# Specifies the identities that do not cause logging for this type of
|
307
310
|
# permission.
|
308
|
-
# Follows the same format of
|
311
|
+
# Follows the same format of
|
312
|
+
# {::Google::Iam::V1::Binding#members Binding.members}.
|
309
313
|
class AuditLogConfig
|
310
314
|
include ::Google::Protobuf::MessageExts
|
311
315
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-iap-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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-
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.18.0
|
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.18.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -64,14 +64,14 @@ dependencies:
|
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: 1.26.
|
67
|
+
version: 1.26.3
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: 1.26.
|
74
|
+
version: 1.26.3
|
75
75
|
- !ruby/object:Gem::Dependency
|
76
76
|
name: minitest
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -190,9 +190,16 @@ files:
|
|
190
190
|
- lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/client.rb
|
191
191
|
- lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/credentials.rb
|
192
192
|
- lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/paths.rb
|
193
|
+
- lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/rest.rb
|
194
|
+
- lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/rest/client.rb
|
195
|
+
- lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/rest/service_stub.rb
|
193
196
|
- lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service.rb
|
194
197
|
- lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/client.rb
|
195
198
|
- lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/credentials.rb
|
199
|
+
- lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/rest.rb
|
200
|
+
- lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/rest/client.rb
|
201
|
+
- lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/rest/service_stub.rb
|
202
|
+
- lib/google/cloud/iap/v1/rest.rb
|
196
203
|
- lib/google/cloud/iap/v1/service_pb.rb
|
197
204
|
- lib/google/cloud/iap/v1/service_services_pb.rb
|
198
205
|
- lib/google/cloud/iap/v1/version.rb
|
@@ -229,8 +236,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
229
236
|
- !ruby/object:Gem::Version
|
230
237
|
version: '0'
|
231
238
|
requirements: []
|
232
|
-
rubygems_version: 3.
|
239
|
+
rubygems_version: 3.4.2
|
233
240
|
signing_key:
|
234
241
|
specification_version: 4
|
235
|
-
summary:
|
242
|
+
summary: Controls access to cloud applications running on Google Cloud Platform.
|
236
243
|
test_files: []
|