google-apis-iap_v1beta1 0.10.0 → 0.13.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 +13 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/iap_v1beta1/classes.rb +2 -2
- data/lib/google/apis/iap_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/iap_v1beta1/service.rb +9 -6
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10324e0dd638f8c11a5ba1cb107c2ef0402c8ad34613d0ebc2617efaab0a78fc
|
4
|
+
data.tar.gz: d7c69b05cda8b0534886c2f733d94cdaa419c0148198c8ea6fb0808ff78358f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92367b00fba6238c5f89f5fe914dc4236f2b60034a3e4b26a6edd9c3382a97f1f0cf2ba9f24aa37ec51bf474a85c63d12722096ef9c6b6d006e009cac3067380
|
7
|
+
data.tar.gz: 47783e10dd0b3d0124908c4ffb29e76c97851d58758b5a3f3288857d721a37718de405256cd3bfceabffe2f5ac3ebc2ea239fee58e94efc382398d5962fc96f5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-iap_v1beta1
|
2
2
|
|
3
|
+
### v0.13.0 (2022-05-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220506
|
6
|
+
|
7
|
+
### v0.12.0 (2022-04-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220408
|
10
|
+
* Regenerated using generator version 0.4.1
|
11
|
+
|
12
|
+
### v0.11.0 (2021-12-16)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
3
16
|
### v0.10.0 (2021-11-09)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20211105
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/iap_v1beta1"
|
|
51
51
|
client = Google::Apis::IapV1beta1::CloudIAPService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
# @return [Google::Apis::IapV1beta1::Expr]
|
46
46
|
attr_accessor :condition
|
47
47
|
|
48
|
-
# Specifies the principals requesting access for a Cloud
|
48
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
49
49
|
# members` can have the following values: * `allUsers`: A special identifier
|
50
50
|
# that represents anyone who is on the internet; with or without a Google
|
51
51
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -333,7 +333,7 @@ module Google
|
|
333
333
|
include Google::Apis::Core::Hashable
|
334
334
|
|
335
335
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
336
|
-
# (such as
|
336
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
337
337
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
338
338
|
# Corresponds to the JSON property `permissions`
|
339
339
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IapV1beta1
|
18
18
|
# Version of the google-apis-iap_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220506"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -53,8 +53,9 @@ module Google
|
|
53
53
|
# More information about managing access via IAP can be found at: https://cloud.
|
54
54
|
# google.com/iap/docs/managing-access#managing_access_via_the_api
|
55
55
|
# @param [String] resource
|
56
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
57
|
-
#
|
56
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
57
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
58
|
+
# appropriate value for this field.
|
58
59
|
# @param [Google::Apis::IapV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
|
59
60
|
# @param [String] fields
|
60
61
|
# Selector specifying which fields to include in a partial response.
|
@@ -90,8 +91,9 @@ module Google
|
|
90
91
|
# can be found at: https://cloud.google.com/iap/docs/managing-access#
|
91
92
|
# managing_access_via_the_api
|
92
93
|
# @param [String] resource
|
93
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
94
|
-
#
|
94
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
95
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
96
|
+
# appropriate value for this field.
|
95
97
|
# @param [Google::Apis::IapV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
96
98
|
# @param [String] fields
|
97
99
|
# Selector specifying which fields to include in a partial response.
|
@@ -128,8 +130,9 @@ module Google
|
|
128
130
|
# More information about managing access via IAP can be found at: https://cloud.
|
129
131
|
# google.com/iap/docs/managing-access#managing_access_via_the_api
|
130
132
|
# @param [String] resource
|
131
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
132
|
-
#
|
133
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
134
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
135
|
+
# appropriate value for this field.
|
133
136
|
# @param [Google::Apis::IapV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
134
137
|
# @param [String] fields
|
135
138
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-iap_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.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:
|
11
|
+
date: 2022-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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-iap_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Identity-Aware Proxy API V1beta1
|