Method: Mongo::Crypt::KMS::Credentials#azure

Defined in:
lib/mongo/crypt/kms/credentials.rb

#azureCredentials::Azure | nil (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 Azure KMS credentials.

Returns:

  • (Credentials::Azure | nil)

    Azure KMS credentials.



31
32
33
# File 'lib/mongo/crypt/kms/credentials.rb', line 31

def azure
  @azure
end