google-apis-cloudkms_v1 0.47.0 → 0.48.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: d9067deb1911d6d056190ec1c07489d2b4071b3254558caaaf58cfeb7b9179ea
|
4
|
+
data.tar.gz: 21fe58557acbd0baf8b1b49673aa69c5500a664dbdc54c0cae243d4afdf87ce0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6bf13b5fae9626565f867aea535b3621321f8d557d2686b54f5ac135c6f7c8f0b6b3a14802ad21fd28902a4c43b6190831d4f310398a41a3bc6a419fc12b07f
|
7
|
+
data.tar.gz: e48ec8f18bcb9a14a4c6f4482bdc6bdfa4c08bdce09dbd1aec240624c7758fc7d366d985f4d289f4002d8d173296ca4abbe57a6b7720bf072f39000fac61f9d3
|
data/CHANGELOG.md
CHANGED
@@ -324,12 +324,13 @@ module Google
|
|
324
324
|
include Google::Apis::Core::Hashable
|
325
325
|
|
326
326
|
# Optional. Name of the key project, e.g. `projects/`PROJECT_ID`` or `projects/`
|
327
|
-
# PROJECT_NUMBER``, where Cloud KMS Autokey will provision new
|
328
|
-
# UpdateAutokeyConfig, the caller will require `
|
329
|
-
# permission on this key project. Once
|
330
|
-
# function properly, this key project must
|
331
|
-
# the Cloud KMS
|
332
|
-
# admin` role (or pertinent permissions).
|
327
|
+
# PROJECT_NUMBER``, where Cloud KMS Autokey will provision a new CryptoKey when
|
328
|
+
# a KeyHandle is created. On UpdateAutokeyConfig, the caller will require `
|
329
|
+
# cloudkms.cryptoKeys.setIamPolicy` permission on this key project. Once
|
330
|
+
# configured, for Cloud KMS Autokey to function properly, this key project must
|
331
|
+
# have the Cloud KMS API activated and the Cloud KMS Service Agent for this key
|
332
|
+
# project must be granted the `cloudkms.admin` role (or pertinent permissions).
|
333
|
+
# A request with an empty key project field will clear the configuration.
|
333
334
|
# Corresponds to the JSON property `keyProject`
|
334
335
|
# @return [String]
|
335
336
|
attr_accessor :key_project
|
@@ -1532,13 +1533,16 @@ module Google
|
|
1532
1533
|
include Google::Apis::Core::Hashable
|
1533
1534
|
|
1534
1535
|
# Output only. Name of a CryptoKey that has been provisioned for Customer
|
1535
|
-
# Managed Encryption Key (CMEK) use in the KeyHandle
|
1536
|
-
# the requested resource type.
|
1536
|
+
# Managed Encryption Key (CMEK) use in the KeyHandle project and location for
|
1537
|
+
# the requested resource type. The CryptoKey project will reflect the value
|
1538
|
+
# configured in the AutokeyConfig on the resource project's ancestor folder at
|
1539
|
+
# the time of the KeyHandle creation. If more than one ancestor folder has a
|
1540
|
+
# configured AutokeyConfig, the nearest of these configurations is used.
|
1537
1541
|
# Corresponds to the JSON property `kmsKey`
|
1538
1542
|
# @return [String]
|
1539
1543
|
attr_accessor :kms_key
|
1540
1544
|
|
1541
|
-
# Output only. Identifier. Name of the
|
1545
|
+
# Output only. Identifier. Name of the KeyHandle resource, e.g. `projects/`
|
1542
1546
|
# PROJECT_ID`/locations/`LOCATION`/keyHandles/`KEY_HANDLE_ID``.
|
1543
1547
|
# Corresponds to the JSON property `name`
|
1544
1548
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudkmsV1
|
18
18
|
# Version of the google-apis-cloudkms_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240502"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,8 +85,9 @@ module Google
|
|
85
85
|
|
86
86
|
# Updates the AutokeyConfig for a folder. The caller must have both `cloudkms.
|
87
87
|
# autokeyConfigs.update` permission on the parent folder and `cloudkms.
|
88
|
-
# cryptoKeys.setIamPolicy` permission on the provided key project.
|
89
|
-
#
|
88
|
+
# cryptoKeys.setIamPolicy` permission on the provided key project. A KeyHandle
|
89
|
+
# creation in the folder's descendant projects will use this configuration to
|
90
|
+
# determine where to create the resulting CryptoKey.
|
90
91
|
# @param [String] name
|
91
92
|
# Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
|
92
93
|
# autokeyConfig`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudkms_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.48.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: 2024-05-
|
11
|
+
date: 2024-05-12 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-cloudkms_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.48.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|