google-apis-iam_v2beta 0.1.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1930b94d19d02a14f056120b579d71304d01db72f57b647f567c48ea931cd8e6
4
- data.tar.gz: a112d5d4dc559fd08e682689fe35e284c986649198f95d88eb5af546a094ca10
3
+ metadata.gz: 6671141940821cd1956cbd58598ac511f6aaa6ffdab4074e192abd8c4e9fde53
4
+ data.tar.gz: 75d484e3076e2f136fde5c4c8d6c79d66a724dacda9ab7e667a2d4fd20e50916
5
5
  SHA512:
6
- metadata.gz: 909b854bb9b3641ace577d3103ada266f63b6bee4ba4ddeb455805b3c28e795c1b101cdd60fae9b81843a5e09ccff77c7298b08493590ef315557a5d8d2b4147
7
- data.tar.gz: 55b2e39606e77521469e2437282f73fb1011220805f61b2e4b0a47522682b9224a4db2046258bb3a5233512219a6830cd9ab4f697b91ff5347aa1c00ebc16c96
6
+ metadata.gz: 7ea056dd59de8cffad51c45635d31fa356f0bed6f2fe185ed4387f1ab01c3c90f9f7f11a80c96f957528c4192238d4eb2bb6bdf62dece3bf14754ce02f234b44
7
+ data.tar.gz: eef1830974d936fb14d01730db47442b59d46eac7ae704ab28a8b074101d06550159351f5a869bde9c93ca31a0a35315afcf1d0c276b8010a978f6c45ae70767
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-iam_v2beta
2
2
 
3
+ ### v0.4.0 (2022-06-20)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.3.0 (2022-06-03)
8
+
9
+ * Regenerated from discovery document revision 20220526
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.2.0 (2022-04-28)
13
+
14
+ * Regenerated from discovery document revision 20220421
15
+
3
16
  ### v0.1.0 (2022-04-21)
4
17
 
5
18
  * Regenerated from discovery document revision 20220413
@@ -163,6 +163,19 @@ module Google
163
163
  end
164
164
  end
165
165
 
166
+ # Metadata for long-running WorkloadIdentityPool operations.
167
+ class GoogleIamV1betaWorkloadIdentityPoolOperationMetadata
168
+ include Google::Apis::Core::Hashable
169
+
170
+ def initialize(**args)
171
+ update!(**args)
172
+ end
173
+
174
+ # Update properties of this object
175
+ def update!(**args)
176
+ end
177
+ end
178
+
166
179
  # A deny rule in an IAM deny policy.
167
180
  class GoogleIamV2betaDenyRule
168
181
  include Google::Apis::Core::Hashable
@@ -187,7 +200,7 @@ module Google
187
200
  attr_accessor :denial_condition
188
201
 
189
202
  # The permissions that are explicitly denied by this rule. Each permission uses
190
- # the format ``service-fqdn`/`resource`.`verb``, where ``service-fqdn`` is the
203
+ # the format ``service_fqdn`/`resource`.`verb``, where ``service_fqdn`` is the
191
204
  # fully qualified domain name for the service. For example, `iam.googleapis.com/
192
205
  # roles.list`.
193
206
  # Corresponds to the JSON property `deniedPermissions`
@@ -198,28 +211,28 @@ module Google
198
211
  # Cloud resources. This field can contain the following values: * `principalSet:/
199
212
  # /goog/public:all`: A special identifier that represents any user who is on the
200
213
  # internet, even if they do not have a Google Account or are not logged in. * `
201
- # principal://goog/subject/`email-id``: A specific Google Account. Includes
214
+ # principal://goog/subject/`email_id``: A specific Google Account. Includes
202
215
  # Gmail, Cloud Identity, and Google Workspace user accounts. For example, `
203
216
  # principal://goog/subject/alice@example.com`. * `deleted:principal://goog/
204
- # subject/`email-id`?uid=`uid``: A specific Google Account that was deleted
217
+ # subject/`email_id`?uid=`uid``: A specific Google Account that was deleted
205
218
  # recently. For example, `deleted:principal://goog/subject/alice@example.com?uid=
206
219
  # 1234567890`. If the Google Account is recovered, this identifier reverts to
207
220
  # the standard identifier for a Google Account. * `principalSet://goog/group/`
208
- # group-id``: A Google group. For example, `principalSet://goog/group/admins@
209
- # example.com`. * `deleted:principalSet://goog/group/`group-id`?uid=`uid``: A
221
+ # group_id``: A Google group. For example, `principalSet://goog/group/admins@
222
+ # example.com`. * `deleted:principalSet://goog/group/`group_id`?uid=`uid``: A
210
223
  # Google group that was deleted recently. For example, `deleted:principalSet://
211
224
  # goog/group/admins@example.com?uid=1234567890`. If the Google group is restored,
212
225
  # this identifier reverts to the standard identifier for a Google group. * `
213
- # principal://iam.googleapis.com/projects/-/serviceAccounts/`service-account-id``
226
+ # principal://iam.googleapis.com/projects/-/serviceAccounts/`service_account_id``
214
227
  # : A Google Cloud service account. For example, `principal://iam.googleapis.com/
215
228
  # projects/-/serviceAccounts/my-service-account@iam.gserviceaccount.com`. * `
216
- # deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/`service-
217
- # account-id`?uid=`uid``: A Google Cloud service account that was deleted
218
- # recently. For example, `deleted:principal://iam.googleapis.com/projects/-/
219
- # serviceAccounts/my-service-account@iam.gserviceaccount.com?uid=1234567890`. If
220
- # the service account is undeleted, this identifier reverts to the standard
221
- # identifier for a service account. * `principalSet://goog/
222
- # cloudIdentityCustomerId/`customer-id``: All of the principals associated with
229
+ # deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/`
230
+ # service_account_id`?uid=`uid``: A Google Cloud service account that was
231
+ # deleted recently. For example, `deleted:principal://iam.googleapis.com/
232
+ # projects/-/serviceAccounts/my-service-account@iam.gserviceaccount.com?uid=
233
+ # 1234567890`. If the service account is undeleted, this identifier reverts to
234
+ # the standard identifier for a service account. * `principalSet://goog/
235
+ # cloudIdentityCustomerId/`customer_id``: All of the principals associated with
223
236
  # the specified Google Workspace or Cloud Identity customer ID. For example, `
224
237
  # principalSet://goog/cloudIdentityCustomerId/C01Abc35`.
225
238
  # Corresponds to the JSON property `deniedPrincipals`
@@ -325,7 +338,7 @@ module Google
325
338
  attr_accessor :kind
326
339
 
327
340
  # Immutable. The resource name of the `Policy`, which must be unique. Format: `
328
- # policies/`attachment-point`/denypolicies/`policy-id`` The attachment point is
341
+ # policies/`attachment_point`/denypolicies/`policy_id`` The attachment point is
329
342
  # identified by its URL-encoded full resource name, which means that the forward-
330
343
  # slash character, `/`, must be written as `%2F`. For example, `policies/
331
344
  # cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies/my-
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV2beta
18
18
  # Version of the google-apis-iam_v2beta gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220413"
25
+ REVISION = "20220526"
26
26
  end
27
27
  end
28
28
  end
@@ -52,6 +52,12 @@ module Google
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
+ class GoogleIamV1betaWorkloadIdentityPoolOperationMetadata
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
55
61
  class GoogleIamV2betaDenyRule
56
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
63
 
@@ -143,6 +149,12 @@ module Google
143
149
  end
144
150
  end
145
151
 
152
+ class GoogleIamV1betaWorkloadIdentityPoolOperationMetadata
153
+ # @private
154
+ class Representation < Google::Apis::Core::JsonRepresentation
155
+ end
156
+ end
157
+
146
158
  class GoogleIamV2betaDenyRule
147
159
  # @private
148
160
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -54,7 +54,7 @@ module Google
54
54
  # Creates a policy.
55
55
  # @param [String] parent
56
56
  # Required. The resource that the policy is attached to, along with the kind of
57
- # policy to create. Format: `policies/`attachment-point`/denypolicies` The
57
+ # policy to create. Format: `policies/`attachment_point`/denypolicies` The
58
58
  # attachment point is identified by its URL-encoded full resource name, which
59
59
  # means that the forward-slash character, `/`, must be written as `%2F`. For
60
60
  # example, `policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/
@@ -99,7 +99,7 @@ module Google
99
99
  # Deletes a policy. This action is permanent.
100
100
  # @param [String] name
101
101
  # Required. The resource name of the policy to delete. Format: `policies/`
102
- # attachment-point`/denypolicies/`policy-id`` Use the URL-encoded full resource
102
+ # attachment_point`/denypolicies/`policy_id`` Use the URL-encoded full resource
103
103
  # name, which means that the forward-slash character, `/`, must be written as `%
104
104
  # 2F`. For example, `policies/cloudresourcemanager.googleapis.com%2Fprojects%
105
105
  # 2Fmy-project/denypolicies/my-policy`. For organizations and folders, use the
@@ -141,7 +141,7 @@ module Google
141
141
  # Gets a policy.
142
142
  # @param [String] name
143
143
  # Required. The resource name of the policy to retrieve. Format: `policies/`
144
- # attachment-point`/denypolicies/`policy-id`` Use the URL-encoded full resource
144
+ # attachment_point`/denypolicies/`policy_id`` Use the URL-encoded full resource
145
145
  # name, which means that the forward-slash character, `/`, must be written as `%
146
146
  # 2F`. For example, `policies/cloudresourcemanager.googleapis.com%2Fprojects%
147
147
  # 2Fmy-project/denypolicies/my-policy`. For organizations and folders, use the
@@ -179,7 +179,7 @@ module Google
179
179
  # omitted.
180
180
  # @param [String] parent
181
181
  # Required. The resource that the policy is attached to, along with the kind of
182
- # policy to list. Format: `policies/`attachment-point`/denypolicies` The
182
+ # policy to list. Format: `policies/`attachment_point`/denypolicies` The
183
183
  # attachment point is identified by its URL-encoded full resource name, which
184
184
  # means that the forward-slash character, `/`, must be written as `%2F`. For
185
185
  # example, `policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/
@@ -227,7 +227,7 @@ module Google
227
227
  # pattern helps prevent conflicts between concurrent updates.
228
228
  # @param [String] name
229
229
  # Immutable. The resource name of the `Policy`, which must be unique. Format: `
230
- # policies/`attachment-point`/denypolicies/`policy-id`` The attachment point is
230
+ # policies/`attachment_point`/denypolicies/`policy_id`` The attachment point is
231
231
  # identified by its URL-encoded full resource name, which means that the forward-
232
232
  # slash character, `/`, must be written as `%2F`. For example, `policies/
233
233
  # cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies/my-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.4.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: 2022-04-25 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
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.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v2beta/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.1.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.4.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2beta
64
64
  post_install_message:
65
65
  rdoc_options: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.3.5
79
+ rubygems_version: 3.3.14
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Identity and Access Management (IAM) API V2beta