This commit is contained in:
Hong Ooi 2019-04-29 16:21:01 +10:00
Родитель 1af675d586
Коммит ac5c3d9a4b
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -54,7 +54,7 @@
#' @section Value:
#' For `get_policy`, a list of certificate policy details.
#'
#' For `list_versions`, a vector of certificate version IDs.
#' For `list_versions`, a data frame containing details of each version.
#'
#' For `set_version`, the key object with the updated version.
#'

Просмотреть файл

@ -49,7 +49,7 @@
#' @section Value:
#' For the key operations, a raw vector (for `decrypt` and `unwrap`, if `as_raw=TRUE`) or character vector.
#'
#' For `list_versions`, a vector of key version IDs.
#' For `list_versions`, a data frame containing details of each version.
#'
#' For `set_version`, the key object with the updated version.
#'

Просмотреть файл

@ -30,7 +30,7 @@
#' A secret can have multiple _versions_, which are automatically generated when a secret is created with the same name as an existing secret. By default, the most recent (current) version is used for secret operations; use `list_versions` and `set_version` to change the version.
#'
#' @section Value:
#' For `list_versions`, a vector of secret version IDs.
#' For `list_versions`, a data frame containing details of each version.
#'
#' For `set_version`, the secret object with the updated version.
#'

Просмотреть файл

@ -70,7 +70,7 @@ A certificate can have multiple \emph{versions}, which are automatically generat
For \code{get_policy}, a list of certificate policy details.
For \code{list_versions}, a vector of certificate version IDs.
For \code{list_versions}, a data frame containing details of each version.
For \code{set_version}, the key object with the updated version.
}

Просмотреть файл

@ -64,7 +64,7 @@ A key can have multiple \emph{versions}, which are automatically generated when
For the key operations, a raw vector (for \code{decrypt} and \code{unwrap}, if \code{as_raw=TRUE}) or character vector.
For \code{list_versions}, a vector of key version IDs.
For \code{list_versions}, a data frame containing details of each version.
For \code{set_version}, the key object with the updated version.
}

Просмотреть файл

@ -96,7 +96,7 @@ For \code{create_sas_definition} and \code{get_sas_definition}, a list represent
For \code{show_sas}, a string containing the SAS.
For \code{list_versions}, a vector of secret version IDs.
For \code{list_versions}, a data frame containing details of each version.
For \code{set_version}, the secret object with the updated version.
}