google-apis-securitycenter_v1beta1 0.58.0 → 0.59.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: 5f4e54ba93261577562d127b0b951fa1949eb8fc8ac88fb827d3fb542373c52f
|
4
|
+
data.tar.gz: aa24e23bd1236a63bccf8ae3acc04cfa49df45ea5f0bab1e6767683dc51a5715
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f7f56fa2f08675f4a67f513a9c9546c38466c9b0d86b8863478a46fc5e5d0ed14feb764ed86db8ee65ccc641cd9ea5063ceaca7ead613a267fc684309805281
|
7
|
+
data.tar.gz: 42e25bd72afa944e9633bc05992217221dda10c135fc712c23accd42f3cd239c5cf7cfc3c2195a8de036aba94609b1a3f124960aa47ec776a59f6d1a2a704c0a
|
data/CHANGELOG.md
CHANGED
@@ -3534,13 +3534,13 @@ module Google
|
|
3534
3534
|
# @return [String]
|
3535
3535
|
attr_accessor :name
|
3536
3536
|
|
3537
|
-
# The normal response of the operation
|
3538
|
-
#
|
3539
|
-
#
|
3540
|
-
#
|
3541
|
-
#
|
3542
|
-
#
|
3543
|
-
#
|
3537
|
+
# The normal, successful response of the operation. If the original method
|
3538
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
3539
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
3540
|
+
# response should be the resource. For other methods, the response should have
|
3541
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
3542
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
3543
|
+
# `TakeSnapshotResponse`.
|
3544
3544
|
# Corresponds to the JSON property `response`
|
3545
3545
|
# @return [Hash<String,Object>]
|
3546
3546
|
attr_accessor :response
|
@@ -3644,22 +3644,22 @@ module Google
|
|
3644
3644
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3645
3645
|
# the request, the resource, or both. To learn which resources support
|
3646
3646
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3647
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3647
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3648
3648
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3649
3649
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3650
3650
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3651
3651
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3652
3652
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3653
3653
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3654
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3655
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3656
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3657
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3658
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3659
|
-
# access description: Does not grant access after Sep 2020
|
3660
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3661
|
-
# a description of IAM and its features, see the
|
3662
|
-
# cloud.google.com/iam/docs/).
|
3654
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3655
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3656
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3657
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3658
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3659
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3660
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3661
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3662
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3663
3663
|
class Policy
|
3664
3664
|
include Google::Apis::Core::Hashable
|
3665
3665
|
|
@@ -4069,22 +4069,22 @@ module Google
|
|
4069
4069
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
4070
4070
|
# the request, the resource, or both. To learn which resources support
|
4071
4071
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
4072
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
4072
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
4073
4073
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
4074
4074
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
4075
4075
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
4076
4076
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
4077
4077
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
4078
4078
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
4079
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
4080
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
4081
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
4082
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
4083
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
4084
|
-
# access description: Does not grant access after Sep 2020
|
4085
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
4086
|
-
# a description of IAM and its features, see the
|
4087
|
-
# cloud.google.com/iam/docs/).
|
4079
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
4080
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
4081
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
4082
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
4083
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
4084
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
4085
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
4086
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
4087
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
4088
4088
|
# Corresponds to the JSON property `policy`
|
4089
4089
|
# @return [Google::Apis::SecuritycenterV1beta1::Policy]
|
4090
4090
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta1
|
18
18
|
# Version of the google-apis-securitycenter_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.59.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 = "20230803"
|
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-securitycenter_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.59.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-securitycenter_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.59.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|