google-apis-containeranalysis_v1beta1 0.44.0 → 0.45.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: 527a3b5b104f7aa04aa8b2a538b307b02616a3e3ad42496a720de56ff1f6b4ff
|
4
|
+
data.tar.gz: dd89919a4d6de8563980d01979d2483be85f6ef5178678605fad653d856d55fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f44c38ad14de62c4e731268636c40866bde32ed10fc2258850a7ff0c27b7522ce2680a19db8efaae8c8be2e4df6d10a5873405bfc81a377471089f5e741c0fe
|
7
|
+
data.tar.gz: 7658d2363de983cf1713b29643d349f566e6e2d32ec2ea22bd9edc494e3ccfc70a688f9072d4a705b9a22a615a98dd5fd704dcf8e45115563c159d1261d0ccae
|
data/CHANGELOG.md
CHANGED
@@ -5400,22 +5400,22 @@ module Google
|
|
5400
5400
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
5401
5401
|
# the request, the resource, or both. To learn which resources support
|
5402
5402
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
5403
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
5403
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
5404
5404
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
5405
5405
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
5406
5406
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
5407
5407
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
5408
5408
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
5409
5409
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
5410
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
5411
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
5412
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
5413
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
5414
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
5415
|
-
# access description: Does not grant access after Sep 2020
|
5416
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
5417
|
-
# a description of IAM and its features, see the
|
5418
|
-
# cloud.google.com/iam/docs/).
|
5410
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
5411
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
5412
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
5413
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
5414
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
5415
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
5416
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
5417
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
5418
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
5419
5419
|
class Policy
|
5420
5420
|
include Google::Apis::Core::Hashable
|
5421
5421
|
|
@@ -6050,22 +6050,22 @@ module Google
|
|
6050
6050
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
6051
6051
|
# the request, the resource, or both. To learn which resources support
|
6052
6052
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
6053
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
6053
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
6054
6054
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
6055
6055
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
6056
6056
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
6057
6057
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
6058
6058
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
6059
6059
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
6060
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
6061
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
6062
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
6063
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
6064
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
6065
|
-
# access description: Does not grant access after Sep 2020
|
6066
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
6067
|
-
# a description of IAM and its features, see the
|
6068
|
-
# cloud.google.com/iam/docs/).
|
6060
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
6061
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
6062
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
6063
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
6064
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
6065
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
6066
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
6067
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
6068
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
6069
6069
|
# Corresponds to the JSON property `policy`
|
6070
6070
|
# @return [Google::Apis::ContaineranalysisV1beta1::Policy]
|
6071
6071
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContaineranalysisV1beta1
|
18
18
|
# Version of the google-apis-containeranalysis_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.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-containeranalysis_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.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-08-
|
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-containeranalysis_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.45.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|