Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.33 KB

File metadata and controls

34 lines (28 loc) · 1.33 KB

Akeyless::RotatedSecretSync

Properties

Name Type Description Notes
delete_remote Boolean Delete the secret from remote secret manager (for association create/update) [optional]
filter_secret_value String JQ expression to filter or transform the secret value [optional]
json Boolean Set output format to JSON [optional][default to false]
name String Rotated secret name
namespace String Vault namespace, releavnt only for Hashicorp Vault Target [optional]
remote_secret_name String Remote Secret Name that will be synced on the remote endpoint [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::RotatedSecretSync.new(
  delete_remote: null,
  filter_secret_value: null,
  json: null,
  name: null,
  namespace: null,
  remote_secret_name: null,
  token: null,
  uid_token: null,
  usc_name: null
)