| Name |
Type |
Description |
Notes |
| accessibility |
String |
for personal password manager |
[optional][default to 'regular'] |
| delete_remote |
Boolean |
Delete the secret from the remote target as well |
[optional] |
| engine_name |
String |
Hashi Vault engine name prefix, must end with '/' |
[optional] |
| json |
Boolean |
Set output format to JSON |
[optional][default to false] |
| name |
String |
Folder name |
|
| namespace |
String |
Vault namespace, relevant only for Hashicorp Vault Target |
[optional] |
| token |
String |
Authentication token (see `/auth` and `/configure`) |
[optional] |
| uid_token |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
| usc_name |
String |
Universal Secret Connector name, If not provided all attached USC's will be synced |
[optional] |
require 'akeyless'
instance = Akeyless::FolderSync.new(
accessibility: null,
delete_remote: null,
engine_name: null,
json: null,
name: null,
namespace: null,
token: null,
uid_token: null,
usc_name: null
)