keyring_backup_get
Sectech
Returns a ZIP (unecnrypted or encrypted) archive containing user created secrets present in the device.
Note
This method is not supported when using Remote Access.
Params
attribute | description |
---|---|
ids [string] |
An array with IDs of secrets to be present in the backup file. If not present all secrets will be selected. |
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 keyring backup file (*.zip ) containing the secrets |