google-apis-cloudresourcemanager_v1 0.22.0 → 0.23.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: ff8673c6b0648c7f54aa914588d06da57d4b1b88a7eb7bf68052da45f4ecbd1d
|
|
4
|
+
data.tar.gz: e0589ced887038234ec6728194972993191044fa2158930de4afb22eb925e1be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25c3600302d41bb43891b197dec11da5a734e874afab74a4c247bad09001a789dfa2bb6c01d14e381c6c9a9e2bd10a67d7eafd9b111e1ac1db48ba018c32d571
|
|
7
|
+
data.tar.gz: aceb3bdde2b681380efc86f7249951a1dc56572deef12aab028bcb85d2c0d2551cf6ef61ec751aa8fd6fc763823680324dd80c59e8c258fca4bb7b3f2a5b8baa
|
data/CHANGELOG.md
CHANGED
|
@@ -57,8 +57,8 @@ module Google
|
|
|
57
57
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
|
58
58
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
|
59
59
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
|
60
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
|
61
|
-
# DATA_WRITE logging.
|
|
60
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
|
61
|
+
# from DATA_WRITE logging.
|
|
62
62
|
class AuditConfig
|
|
63
63
|
include Google::Apis::Core::Hashable
|
|
64
64
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudresourcemanagerV1
|
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220501"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -538,8 +538,9 @@ module Google
|
|
|
538
538
|
# the Google IAM permission `resourcemanager.organizations.getIamPolicy` on the
|
|
539
539
|
# specified organization
|
|
540
540
|
# @param [String] resource
|
|
541
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
542
|
-
#
|
|
541
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
542
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
543
|
+
# appropriate value for this field.
|
|
543
544
|
# @param [Google::Apis::CloudresourcemanagerV1::GetIamPolicyRequest] get_iam_policy_request_object
|
|
544
545
|
# @param [String] fields
|
|
545
546
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -712,8 +713,9 @@ module Google
|
|
|
712
713
|
# permission `resourcemanager.organizations.setIamPolicy` on the specified
|
|
713
714
|
# organization
|
|
714
715
|
# @param [String] resource
|
|
715
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
716
|
-
#
|
|
716
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
717
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
718
|
+
# appropriate value for this field.
|
|
717
719
|
# @param [Google::Apis::CloudresourcemanagerV1::SetIamPolicyRequest] set_iam_policy_request_object
|
|
718
720
|
# @param [String] fields
|
|
719
721
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -784,8 +786,9 @@ module Google
|
|
|
784
786
|
# resource` field should be the organization's resource name, e.g. "
|
|
785
787
|
# organizations/123". There are no permissions required for making this API call.
|
|
786
788
|
# @param [String] resource
|
|
787
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
788
|
-
#
|
|
789
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
790
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
791
|
+
# appropriate value for this field.
|
|
789
792
|
# @param [Google::Apis::CloudresourcemanagerV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
790
793
|
# @param [String] fields
|
|
791
794
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1038,8 +1041,9 @@ module Google
|
|
|
1038
1041
|
# structure and identification, see [Resource Names](https://cloud.google.com/
|
|
1039
1042
|
# apis/design/resource_names).
|
|
1040
1043
|
# @param [String] resource
|
|
1041
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
1042
|
-
#
|
|
1044
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
1045
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1046
|
+
# appropriate value for this field.
|
|
1043
1047
|
# @param [Google::Apis::CloudresourcemanagerV1::GetIamPolicyRequest] get_iam_policy_request_object
|
|
1044
1048
|
# @param [String] fields
|
|
1045
1049
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1273,8 +1277,9 @@ module Google
|
|
|
1273
1277
|
# inaccessible. Authorization requires the Google IAM permission `
|
|
1274
1278
|
# resourcemanager.projects.setIamPolicy` on the project
|
|
1275
1279
|
# @param [String] resource
|
|
1276
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
1277
|
-
#
|
|
1280
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
1281
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1282
|
+
# appropriate value for this field.
|
|
1278
1283
|
# @param [Google::Apis::CloudresourcemanagerV1::SetIamPolicyRequest] set_iam_policy_request_object
|
|
1279
1284
|
# @param [String] fields
|
|
1280
1285
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1346,8 +1351,9 @@ module Google
|
|
|
1346
1351
|
# see [Resource Names](https://cloud.google.com/apis/design/resource_names).
|
|
1347
1352
|
# There are no permissions required for making this API call.
|
|
1348
1353
|
# @param [String] resource
|
|
1349
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
1350
|
-
#
|
|
1354
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
1355
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1356
|
+
# appropriate value for this field.
|
|
1351
1357
|
# @param [Google::Apis::CloudresourcemanagerV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
1352
1358
|
# @param [String] fields
|
|
1353
1359
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudresourcemanager_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.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-
|
|
11
|
+
date: 2022-05-09 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-cloudresourcemanager_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.23.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|