AzureKeyVault/DESCRIPTION

31 строка
1.1 KiB
Plaintext
Исходник Обычный вид История

2019-03-26 10:06:24 +03:00
Package: AzureKeyVault
Title: Key and Secret Management in 'Azure'
Version: 1.0.4
2019-03-26 10:06:24 +03:00
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
2019-03-26 10:06:24 +03:00
person("Microsoft", role="cph")
)
2020-10-12 06:40:01 +03:00
Description: Manage keys, certificates, secrets, and storage accounts in Microsoft's 'Key Vault' service: <https://azure.microsoft.com/services/key-vault/>. Provides facilities to store and retrieve secrets, use keys to encrypt, decrypt, sign and verify data, and manage certificates. Integrates with the 'AzureAuth' package to enable authentication with a certificate, and with the 'openssl' package for importing and exporting cryptographic objects. Part of the 'AzureR' family of packages.
2019-03-26 10:06:24 +03:00
License: MIT + file LICENSE
2019-05-31 10:34:20 +03:00
URL: https://github.com/Azure/AzureKeyVault https://github.com/Azure/AzureR
2019-05-23 03:23:20 +03:00
BugReports: https://github.com/Azure/AzureKeyVault/issues
2019-03-26 10:06:24 +03:00
VignetteBuilder: knitr
Depends:
R (>= 3.3),
Imports:
utils,
R6,
httr,
2019-04-03 18:09:32 +03:00
jsonlite,
2019-04-26 21:05:13 +03:00
openssl,
2019-04-03 18:09:32 +03:00
jose,
2019-03-26 10:06:24 +03:00
AzureRMR,
2019-03-26 13:11:09 +03:00
AzureGraph,
2019-03-26 10:06:24 +03:00
AzureAuth (>= 1.0.1)
Suggests:
2019-04-03 20:26:08 +03:00
AzureStor,
2019-03-27 21:38:19 +03:00
knitr,
2019-03-26 10:06:24 +03:00
testthat
Roxygen: list(markdown=TRUE)
RoxygenNote: 6.1.1