SecurityPINs interface
Interface que representa um SecurityPINs.
Métodos
get(string, string, Security |
Obtenha o PIN de segurança. |
Detalhes do método
get(string, string, SecurityPINsGetOptionalParams)
Obtenha o PIN de segurança.
function get(vaultName: string, resourceGroupName: string, options?: SecurityPINsGetOptionalParams): Promise<TokenInformation>
Parâmetros
- vaultName
-
string
O nome do cofre dos serviços de recuperação.
- resourceGroupName
-
string
O nome do grupo de recursos em que o cofre dos serviços de recuperação está presente.
- options
- SecurityPINsGetOptionalParams
Os parâmetros de opções.
Retornos
Promise<TokenInformation>