Akeyless::RotatedSecretSync
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]
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
)