Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions google-cloud-kms/lib/google/cloud/kms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,15 @@ def self.autokey_available? version: :v1, transport: :grpc
# ## About AutokeyAdmin
#
# Provides interfaces for managing [Cloud KMS
# Autokey](https://cloud.google.com/kms/help/autokey) folder-level
# configurations. A configuration is inherited by all descendent projects. A
# configuration at one folder overrides any other configurations in its
# ancestry. Setting a configuration on a folder is a prerequisite for Cloud KMS
# Autokey, so that users working in a descendant project can request
# provisioned CryptoKeys, ready for Customer
# Managed Encryption Key (CMEK) use, on-demand.
# Autokey](https://cloud.google.com/kms/help/autokey) folder-level or
# project-level configurations. A configuration is inherited by all descendent
# folders and projects. A configuration at a folder or project overrides any
# other configurations in its ancestry. Setting a configuration on a folder is
# a prerequisite for Cloud KMS Autokey, so that users working in a descendant
# project can request provisioned CryptoKeys,
# ready for Customer Managed Encryption Key (CMEK) use, on-demand when using
# the dedicated key project mode. This is not required when using the delegated
# key management mode for same-project keys.
#
# @param version [::String, ::Symbol] The API version to connect to. Optional.
# Defaults to `:v1`.
Expand Down
Loading