google-cloud-org_policy 1.2.0 → 1.2.1
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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/org_policy/version.rb +1 -1
- data/lib/google/cloud/org_policy.rb +14 -14
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23411a95f25054d5f781deba23c361536d2fd8d66a2d93746bda951d4bfe74ae
|
|
4
|
+
data.tar.gz: b670e13c4a4145ec1a13c04f8c1426a69b8d7f4100ad40793fb24adeaa7a3886
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e2de1cb940d6e6e74cd8698d051897b65ef0257591f62dde69adb416134f3d6b114fe4391d23da8aaebcfdbe5cfee4cc66011ed811400079df09e027bf76154
|
|
7
|
+
data.tar.gz: bb04fc9e9ca3fa4ddad48f76decb4c32c730b8879c97df0e5827ccf0332d9ea6270ed08ce23e535fdf6c8068dc23481664bc7aeb0806a871dd0eafe086467eec
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ for this library, google-cloud-org_policy, to see the convenience methods for
|
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
|
18
18
|
client gems:
|
|
19
|
-
[google-cloud-org_policy-v2](https://
|
|
19
|
+
[google-cloud-org_policy-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-org_policy-v2/latest).
|
|
20
20
|
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/resource-manager/docs/organization-policy/overview)
|
|
22
22
|
for more usage information.
|
|
@@ -48,7 +48,7 @@ module Google
|
|
|
48
48
|
# Create a new client object for OrgPolicy.
|
|
49
49
|
#
|
|
50
50
|
# By default, this returns an instance of
|
|
51
|
-
# [Google::Cloud::OrgPolicy::V2::OrgPolicy::Client](https://
|
|
51
|
+
# [Google::Cloud::OrgPolicy::V2::OrgPolicy::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-org_policy-v2/latest/Google-Cloud-OrgPolicy-V2-OrgPolicy-Client)
|
|
52
52
|
# for a gRPC client for version V2 of the API.
|
|
53
53
|
# However, you can specify a different API version by passing it in the
|
|
54
54
|
# `version` parameter. If the OrgPolicy service is
|
|
@@ -61,23 +61,23 @@ module Google
|
|
|
61
61
|
#
|
|
62
62
|
# An interface for managing organization policies.
|
|
63
63
|
#
|
|
64
|
-
# The
|
|
65
|
-
# restrict the allowed configurations across their entire
|
|
66
|
-
# hierarchy.
|
|
64
|
+
# The Organization Policy Service provides a simple mechanism for
|
|
65
|
+
# organizations to restrict the allowed configurations across their entire
|
|
66
|
+
# resource hierarchy.
|
|
67
67
|
#
|
|
68
|
-
# You can use a
|
|
69
|
-
# example, you can enforce a
|
|
70
|
-
# Cloud
|
|
71
|
-
# hierarchy, or prevents serial port access to VM instances in a
|
|
72
|
-
# folder.
|
|
68
|
+
# You can use a policy to configure restrictions on resources. For
|
|
69
|
+
# example, you can enforce a policy that restricts which Google
|
|
70
|
+
# Cloud APIs can be activated in a certain part of your resource
|
|
71
|
+
# hierarchy, or prevents serial port access to VM instances in a
|
|
72
|
+
# particular folder.
|
|
73
73
|
#
|
|
74
|
-
#
|
|
74
|
+
# Policies are inherited down through the resource hierarchy. A policy
|
|
75
75
|
# applied to a parent resource automatically applies to all its child resources
|
|
76
|
-
# unless overridden with a
|
|
76
|
+
# unless overridden with a policy lower in the hierarchy.
|
|
77
77
|
#
|
|
78
|
-
# A
|
|
79
|
-
# controlled by an organization's policy administrator.
|
|
80
|
-
# collection of
|
|
78
|
+
# A constraint defines an aspect of a resource's configuration that can be
|
|
79
|
+
# controlled by an organization's policy administrator. Policies are a
|
|
80
|
+
# collection of constraints that defines their allowable configuration on a
|
|
81
81
|
# particular resource and its child resources.
|
|
82
82
|
#
|
|
83
83
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-org_policy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
- !ruby/object:Gem::Version
|
|
190
190
|
version: '0'
|
|
191
191
|
requirements: []
|
|
192
|
-
rubygems_version: 3.
|
|
192
|
+
rubygems_version: 3.5.3
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 4
|
|
195
195
|
summary: API Client library for the Organization Policy API
|