Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.26 KB

File metadata and controls

34 lines (28 loc) · 1.26 KB

Akeyless::FolderSync

Properties

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]

Example

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
)