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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8d24e52a61413b7ab9f2830d224446c1eb424e83f456b9c77fe33dfb2335633
4
- data.tar.gz: edd687882339c1b656742233a2d891643ad61c255a024cde0494f61760d3ea1d
3
+ metadata.gz: 10324e0dd638f8c11a5ba1cb107c2ef0402c8ad34613d0ebc2617efaab0a78fc
4
+ data.tar.gz: d7c69b05cda8b0534886c2f733d94cdaa419c0148198c8ea6fb0808ff78358f3
5
5
  SHA512:
6
- metadata.gz: c80d0439a1652cac47026d36d42c024300a5dc5b05fbce3068fa1d71922fe3c657c4075bb19488e6c75d9a8d9825c6217f47dde3b0b6f03375f546452b165ec8
7
- data.tar.gz: 1e598e389085f98a5a599b38036151f5ac9a6aca10f611091352ca3a4c84f1786f1087eeec0ee33fea28180aad9ba179a9a8cd272beb27ae21c81c1a2a255700
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.authentication = # ... use the googleauth gem to create credentials
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 Platform resource. `
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 '*' or 'storage.*') are not allowed. For more information see [IAM
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.10.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.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211105"
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 the
57
- # operation documentation for the appropriate value for this field.
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 the
94
- # operation documentation for the appropriate value for this field.
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 the
132
- # operation documentation for the appropriate value for this field.
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.10.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: 2021-11-15 00:00:00.000000000 Z
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.10.0
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.2.17
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