Method: Mongo::Crypt::KMS::GCP::MasterKeyDocument#key_name

Defined in:
lib/mongo/crypt/kms/gcp/master_document.rb

#key_nameString (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns GCP KMS key name.

Returns:

  • (String)

    GCP KMS key name.



38
39
40
# File 'lib/mongo/crypt/kms/gcp/master_document.rb', line 38

def key_name
  @key_name
end