re az keyvault:处理针对Azure Key Vault REST API的调用 源码
重新az-keyvault 使用Azure Key Vault REST API进行调用。 内容 信息 小型轻量模块,用于处理针对Azure Key Vault REST API的调用。 v0.1.0中的方法 getCertificate() getKey() getSecret() getSecrets() listSecrets() 安装 npm install re-az-keyvault 用法 创建一个KeyVault对象。 const AZAuthentication = require ( 're-az-authentication' ) ; const KeyVault = require ( 're-az-keyvault' ) ; let credentials ; // Get token response from Azure Rest API. S
文件列表
re-az-keyvault-main.zip
(预估有个10文件)
re-az-keyvault-main
package.json
826B
.github
workflows
test.yml
544B
test
keyvault.spec.js
11KB
LICENSE
1KB
package-lock.json
89KB
.npmignore
28B
暂无评论