keyring_secret_download
Sectech
Returns a file containing the specified secret.
Params
attribute | description |
---|---|
id* string |
The ID of the secret to donwload |
encryption_passphrase string |
A passphrase used to encrypt the file. If not sent the file will not be encrypted. |
Return
attribute | description |
---|---|
base64* string |
Base64 encoded file containing the secret |
extension* 'key'|'crt'|'pem'|'rmtkey'|'dbkey'|'uftp'|'pskey'|'pub'|'zip' |
The file extension based on the type of the downloaded secret.
|