@google-cloud/kms
module
The @google-cloud/kms
package has the following named exports:
KeyManagementServiceClient
- Reference to v1.KeyManagementServiceClientv1
- This is used for selecting or pinning a particular backend service version. It exports:KeyManagementServiceClient
- Reference to v1.KeyManagementServiceClient
Examples
Install the client library with npm:
npm install --save @google-cloud/kms
Import the client library:
const kms = require('@google-cloud/kms');
Create a client that uses Application Default Credentials (ADC):
const client = new kms.KeyManagementServiceClient();
Create a client with explicit credentials:
const client = new kms.KeyManagementServiceClient({
projectId: 'your-project-id',
keyFilename: '/path/to/keyfile.json',
});
Exports
require("@google-cloud/kms")
unknown
Property
Parameter |
|
---|---|
KeyManagementServiceClient |
Reference to v1.KeyManagementServiceClient |
Property
v1
static
object
Property
Parameter |
|
---|---|
KeyManagementServiceClient |
constructor Reference to v1.KeyManagementServiceClient |