get_secrets {azuremlsdk}R Documentation

Get secrets from a keyvault

Description

Returns the secret values from the keyvault associated with the workspace for a given set of secret names. For runs submitted using submit_experiment(), you can use get_secrets_from_run() instead, as that method shortcuts workspace instantiation (since a submitted run is aware of its workspace).

Usage

get_secrets(keyvault, secrets)

Arguments

keyvault

The Keyvault object.

secrets

A vector of secret names.

Value

A named list of found and not found secrets, where element name corresponds to the secret name. If a secret was not found, the corresponding element will be NULL.


[Package azuremlsdk version 1.10.0 Index]