google-apis-cloudkms_v1 0.72.0 → 0.73.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: a5ba4907b89b833755ba0ad17c4e78b0c6684a07dbce8ab7bb26acdbfaa3d685
|
|
4
|
+
data.tar.gz: ab7de249d77b8a9c53aae499cdfa64da551c496a011f63e9b1800aeba876f8ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 420da4ed0b675fd32ab10ff61535aa86d2a1d804448db435f3d3c62b771ceb5e6ab2406cde225b7679d3390ffda544975481322f9900b3c666cef2d1aa1f702a
|
|
7
|
+
data.tar.gz: 0ac3ef8fa211116a963f193590b024395516543324cf521c7d3473df50038040ce0abdcc7a7860dc62cde5f42c8c732a66dc885d2b19c880b1e7404a93e5d6aa
|
data/CHANGELOG.md
CHANGED
|
@@ -1970,6 +1970,15 @@ module Google
|
|
|
1970
1970
|
# @return [Google::Apis::CloudkmsV1::KeyAccessJustificationsPolicy]
|
|
1971
1971
|
attr_accessor :default_key_access_justification_policy
|
|
1972
1972
|
|
|
1973
|
+
# Output only. Indicates whether this parent resource is available to default
|
|
1974
|
+
# policy feature. Please consult [the prerequisite of default policy feature](
|
|
1975
|
+
# https://cloud.google.com/assured-workloads/key-access-justifications/docs/set-
|
|
1976
|
+
# default-policy#before) for more details.
|
|
1977
|
+
# Corresponds to the JSON property `defaultPolicyAvailable`
|
|
1978
|
+
# @return [Boolean]
|
|
1979
|
+
attr_accessor :default_policy_available
|
|
1980
|
+
alias_method :default_policy_available?, :default_policy_available
|
|
1981
|
+
|
|
1973
1982
|
# Identifier. Represents the resource name for this
|
|
1974
1983
|
# KeyAccessJustificationsPolicyConfig in the format of "`organizations|folders|
|
|
1975
1984
|
# projects`/*/kajPolicyConfig".
|
|
@@ -1984,6 +1993,7 @@ module Google
|
|
|
1984
1993
|
# Update properties of this object
|
|
1985
1994
|
def update!(**args)
|
|
1986
1995
|
@default_key_access_justification_policy = args[:default_key_access_justification_policy] if args.key?(:default_key_access_justification_policy)
|
|
1996
|
+
@default_policy_available = args[:default_policy_available] if args.key?(:default_policy_available)
|
|
1987
1997
|
@name = args[:name] if args.key?(:name)
|
|
1988
1998
|
end
|
|
1989
1999
|
end
|
|
@@ -3815,6 +3825,14 @@ module Google
|
|
|
3815
3825
|
# @return [String]
|
|
3816
3826
|
attr_accessor :disable_time
|
|
3817
3827
|
|
|
3828
|
+
# Optional. Immutable. Indicates whether key portability is enabled for the
|
|
3829
|
+
# SingleTenantHsmInstance. This can only be set at creation time. Key
|
|
3830
|
+
# portability features are disabled by default and not yet available in GA.
|
|
3831
|
+
# Corresponds to the JSON property `keyPortabilityEnabled`
|
|
3832
|
+
# @return [Boolean]
|
|
3833
|
+
attr_accessor :key_portability_enabled
|
|
3834
|
+
alias_method :key_portability_enabled?, :key_portability_enabled
|
|
3835
|
+
|
|
3818
3836
|
# Identifier. The resource name for this SingleTenantHsmInstance in the format `
|
|
3819
3837
|
# projects/*/locations/*/singleTenantHsmInstances/*`.
|
|
3820
3838
|
# Corresponds to the JSON property `name`
|
|
@@ -3847,6 +3865,7 @@ module Google
|
|
|
3847
3865
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
3848
3866
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
3849
3867
|
@disable_time = args[:disable_time] if args.key?(:disable_time)
|
|
3868
|
+
@key_portability_enabled = args[:key_portability_enabled] if args.key?(:key_portability_enabled)
|
|
3850
3869
|
@name = args[:name] if args.key?(:name)
|
|
3851
3870
|
@quorum_auth = args[:quorum_auth] if args.key?(:quorum_auth)
|
|
3852
3871
|
@state = args[:state] if args.key?(:state)
|
|
@@ -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.73.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260409"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -989,6 +989,7 @@ module Google
|
|
|
989
989
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
990
990
|
property :default_key_access_justification_policy, as: 'defaultKeyAccessJustificationPolicy', class: Google::Apis::CloudkmsV1::KeyAccessJustificationsPolicy, decorator: Google::Apis::CloudkmsV1::KeyAccessJustificationsPolicy::Representation
|
|
991
991
|
|
|
992
|
+
property :default_policy_available, as: 'defaultPolicyAvailable'
|
|
992
993
|
property :name, as: 'name'
|
|
993
994
|
end
|
|
994
995
|
end
|
|
@@ -1409,6 +1410,7 @@ module Google
|
|
|
1409
1410
|
property :create_time, as: 'createTime'
|
|
1410
1411
|
property :delete_time, as: 'deleteTime'
|
|
1411
1412
|
property :disable_time, as: 'disableTime'
|
|
1413
|
+
property :key_portability_enabled, as: 'keyPortabilityEnabled'
|
|
1412
1414
|
property :name, as: 'name'
|
|
1413
1415
|
property :quorum_auth, as: 'quorumAuth', class: Google::Apis::CloudkmsV1::QuorumAuth, decorator: Google::Apis::CloudkmsV1::QuorumAuth::Representation
|
|
1414
1416
|
|
|
@@ -598,10 +598,15 @@ module Google
|
|
|
598
598
|
end
|
|
599
599
|
|
|
600
600
|
# Lists information about the supported locations for this service. This method
|
|
601
|
-
#
|
|
602
|
-
#
|
|
603
|
-
#
|
|
604
|
-
#
|
|
601
|
+
# lists locations based on the resource scope provided in the [
|
|
602
|
+
# ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
|
|
603
|
+
# the method lists the public locations available to all projects. * **Project-
|
|
604
|
+
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
605
|
+
# method lists locations visible to that specific project. This includes public,
|
|
606
|
+
# private, or other project-specific locations enabled for the project. For gRPC
|
|
607
|
+
# and client library implementations, the resource name is passed as the `name`
|
|
608
|
+
# field. For direct service calls, the resource name is incorporated into the
|
|
609
|
+
# request path based on the specific service implementation and version.
|
|
605
610
|
# @param [String] name
|
|
606
611
|
# The resource that owns the locations collection, if applicable.
|
|
607
612
|
# @param [Array<String>, String] extra_location_types
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.73.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.73.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|