Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.04 KB

File metadata and controls

30 lines (24 loc) · 1.04 KB

Akeyless::StaticSecretDeleteSync

Properties

Name Type Description Notes
delete_from_usc Boolean Delete the secret from the remote target USC as well [optional][default to false]
json Boolean Set output format to JSON [optional][default to false]
name String Static secret name
remote_secret_name String Remote Secret Name to disambiguate when multiple syncs exist under the same USC [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

Example

require 'akeyless'

instance = Akeyless::StaticSecretDeleteSync.new(
  delete_from_usc: null,
  json: null,
  name: null,
  remote_secret_name: null,
  token: null,
  uid_token: null,
  usc_name: null
)