AzureKeyVault/DESCRIPTION

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

2019-03-26 10:06:24 +03:00
Package: AzureKeyVault
Title: Key and Secret Management in 'Azure'
2021-09-16 17:43:49 +03:00
Version: 1.0.5
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
URL: https://github.com/Azure/AzureKeyVault https://github.com/Azure/AzureR
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,
2020-10-12 07:41:36 +03:00
rmarkdown,
2019-03-26 10:06:24 +03:00
testthat
Roxygen: list(markdown=TRUE, r6=FALSE)
RoxygenNote: 7.1.1