google-apis-binaryauthorization_v1beta1 0.28.0 → 0.29.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61aeb412d836046cc5e0dc27d8810b27b782ff8b6be64cfc4913a1bb005cfc79
|
|
4
|
+
data.tar.gz: 063a251fa60b48fa3c17ce416ae7eef5d572be64a13d64da8b6170b169ef2ccc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fef22feb0da2a82afbbf9831a2c418158b270158776fba6b9e5cdefbd4674ba9582074dacd2f239aafd1b51d643abc988752553df7c5afc42d9f64057bff04f
|
|
7
|
+
data.tar.gz: 58bec1bbcae2ffe78f006d378fb6fc75e771c18edf78730c1ec23c10d3515f4a773b5349ce29b9dbd9b3a17c8ca1b7bfb4dd340092f7b64854ef43e0a6ea8ebe
|
data/CHANGELOG.md
CHANGED
|
@@ -388,22 +388,22 @@ module Google
|
|
|
388
388
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
389
389
|
# the request, the resource, or both. To learn which resources support
|
|
390
390
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
391
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
391
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
392
392
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
393
393
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
394
394
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
395
395
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
396
396
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
397
397
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
398
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
399
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
400
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
401
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
402
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
403
|
-
# access description: Does not grant access after Sep 2020
|
|
404
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
405
|
-
# a description of IAM and its features, see the
|
|
406
|
-
# cloud.google.com/iam/docs/).
|
|
398
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
399
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
400
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
401
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
402
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
403
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
404
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
405
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
406
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
407
407
|
class IamPolicy
|
|
408
408
|
include Google::Apis::Core::Hashable
|
|
409
409
|
|
|
@@ -659,22 +659,22 @@ module Google
|
|
|
659
659
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
660
660
|
# the request, the resource, or both. To learn which resources support
|
|
661
661
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
662
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
662
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
663
663
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
664
664
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
665
665
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
666
666
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
667
667
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
668
668
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
669
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
670
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
671
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
672
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
673
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
674
|
-
# access description: Does not grant access after Sep 2020
|
|
675
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
676
|
-
# a description of IAM and its features, see the
|
|
677
|
-
# cloud.google.com/iam/docs/).
|
|
669
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
670
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
671
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
672
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
673
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
674
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
675
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
676
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
677
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
678
678
|
# Corresponds to the JSON property `policy`
|
|
679
679
|
# @return [Google::Apis::BinaryauthorizationV1beta1::IamPolicy]
|
|
680
680
|
attr_accessor :policy
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BinaryauthorizationV1beta1
|
|
18
18
|
# Version of the google-apis-binaryauthorization_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.29.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230804"
|
|
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-binaryauthorization_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.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-08-13 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-binaryauthorization_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.29.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|