google-apis-policytroubleshooter_v1beta 0.8.0 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe7882f981873051f76ed86619643efa107ac82e21ccc181522e1975da5470a1
|
4
|
+
data.tar.gz: cc2317bcb2676b8c548d1ea0c6fb66df3c4deaf4bc61e8bd183fb693b0d577d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13a165015891f56abc08d7ae52af4e798bcde193f4bf4d246f61afdfed8bd3befcedf5738f6fba7840b4ac7bc18f42ad7d4cc6c54d8a9786e1b0ef2c059bf037
|
7
|
+
data.tar.gz: 18cf6abaf8b342fe9203c196ae0bfa4c37e4d7a7d5f3ee87a5a288ead0c7b244644e982d3600bd57875e1ac253f03657985894f4daa3b5feb9f94bbad6b4442c
|
data/CHANGELOG.md
CHANGED
@@ -212,31 +212,31 @@ module Google
|
|
212
212
|
|
213
213
|
# An Identity and Access Management (IAM) policy, which specifies access
|
214
214
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
215
|
-
# A `binding` binds one or more `members
|
216
|
-
# user accounts, service accounts, Google groups, and domains (
|
217
|
-
# A `role` is a named list of permissions; each `role` can be
|
218
|
-
# role or a user-created custom role. For some types of Google
|
219
|
-
# a `binding` can also specify a `condition`, which is a
|
220
|
-
# allows access to a resource only if the expression
|
221
|
-
# condition can add constraints based on attributes of
|
222
|
-
# or both. To learn which resources support
|
223
|
-
# see the [IAM documentation](https://cloud.
|
224
|
-
# resource-policies). **JSON example:** ` "
|
225
|
-
# resourcemanager.organizationAdmin", "members": [
|
226
|
-
# group:admins@example.com", "domain:google.com", "
|
227
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
228
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
229
|
-
# title": "expirable access", "description": "Does not grant
|
230
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
231
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
232
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
233
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
234
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
235
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
236
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
237
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
238
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
239
|
-
# google.com/iam/docs/).
|
215
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
216
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
217
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
218
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
219
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
220
|
+
# logical expression that allows access to a resource only if the expression
|
221
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
222
|
+
# the request, the resource, or both. To learn which resources support
|
223
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
224
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
225
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
226
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
227
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
228
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
229
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
230
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
231
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
232
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
233
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
234
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
235
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
236
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
237
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
238
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
239
|
+
# cloud.google.com/iam/docs/).
|
240
240
|
# Corresponds to the JSON property `policy`
|
241
241
|
# @return [Google::Apis::PolicytroubleshooterV1beta::GoogleIamV1Policy]
|
242
242
|
attr_accessor :policy
|
@@ -384,7 +384,7 @@ module Google
|
|
384
384
|
end
|
385
385
|
end
|
386
386
|
|
387
|
-
# Associates `members
|
387
|
+
# Associates `members`, or principals, with a `role`.
|
388
388
|
class GoogleIamV1Binding
|
389
389
|
include Google::Apis::Core::Hashable
|
390
390
|
|
@@ -407,7 +407,7 @@ module Google
|
|
407
407
|
# @return [Google::Apis::PolicytroubleshooterV1beta::GoogleTypeExpr]
|
408
408
|
attr_accessor :condition
|
409
409
|
|
410
|
-
# Specifies the
|
410
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
411
411
|
# members` can have the following values: * `allUsers`: A special identifier
|
412
412
|
# that represents anyone who is on the internet; with or without a Google
|
413
413
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -437,8 +437,8 @@ module Google
|
|
437
437
|
# @return [Array<String>]
|
438
438
|
attr_accessor :members
|
439
439
|
|
440
|
-
# Role that is assigned to `members
|
441
|
-
#
|
440
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
441
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
442
442
|
# Corresponds to the JSON property `role`
|
443
443
|
# @return [String]
|
444
444
|
attr_accessor :role
|
@@ -457,31 +457,31 @@ module Google
|
|
457
457
|
|
458
458
|
# An Identity and Access Management (IAM) policy, which specifies access
|
459
459
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
460
|
-
# A `binding` binds one or more `members
|
461
|
-
# user accounts, service accounts, Google groups, and domains (
|
462
|
-
# A `role` is a named list of permissions; each `role` can be
|
463
|
-
# role or a user-created custom role. For some types of Google
|
464
|
-
# a `binding` can also specify a `condition`, which is a
|
465
|
-
# allows access to a resource only if the expression
|
466
|
-
# condition can add constraints based on attributes of
|
467
|
-
# or both. To learn which resources support
|
468
|
-
# see the [IAM documentation](https://cloud.
|
469
|
-
# resource-policies). **JSON example:** ` "
|
470
|
-
# resourcemanager.organizationAdmin", "members": [
|
471
|
-
# group:admins@example.com", "domain:google.com", "
|
472
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
473
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
474
|
-
# title": "expirable access", "description": "Does not grant
|
475
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
476
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
477
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
478
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
479
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
480
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
481
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
482
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
483
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
484
|
-
# google.com/iam/docs/).
|
460
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
461
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
462
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
463
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
464
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
465
|
+
# logical expression that allows access to a resource only if the expression
|
466
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
467
|
+
# the request, the resource, or both. To learn which resources support
|
468
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
469
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
470
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
471
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
472
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
473
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
474
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
475
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
476
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
477
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
478
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
479
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
480
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
481
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
482
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
483
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
484
|
+
# cloud.google.com/iam/docs/).
|
485
485
|
class GoogleIamV1Policy
|
486
486
|
include Google::Apis::Core::Hashable
|
487
487
|
|
@@ -490,14 +490,14 @@ module Google
|
|
490
490
|
# @return [Array<Google::Apis::PolicytroubleshooterV1beta::GoogleIamV1AuditConfig>]
|
491
491
|
attr_accessor :audit_configs
|
492
492
|
|
493
|
-
# Associates a list of `members
|
494
|
-
# condition` that determines how and when the `bindings` are applied.
|
495
|
-
# the `bindings` must contain at least one
|
496
|
-
# can refer to up to 1,500
|
497
|
-
# groups. Each occurrence of a
|
498
|
-
# if the `bindings` grant 50 different roles to `user:alice@
|
499
|
-
# not to any other
|
500
|
-
# bindings` in the `Policy`.
|
493
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
494
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
495
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
496
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
497
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
498
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
499
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
500
|
+
# principals to the `bindings` in the `Policy`.
|
501
501
|
# Corresponds to the JSON property `bindings`
|
502
502
|
# @return [Array<Google::Apis::PolicytroubleshooterV1beta::GoogleIamV1Binding>]
|
503
503
|
attr_accessor :bindings
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PolicytroubleshooterV1beta
|
18
18
|
# Version of the google-apis-policytroubleshooter_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211008"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-policytroubleshooter_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-10-
|
11
|
+
date: 2021-10-18 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/master/generated/google-apis-policytroubleshooter_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policytroubleshooter_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policytroubleshooter_v1beta/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-policytroubleshooter_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|