Akeyless::RotatedSecretDelete Properties Name Type Description Notes json Boolean Set output format to JSON [optional][default to false] name String Rotated secret name token String Authentication token (see `/auth` and `/configure`) [optional] uid_token String The universal identity token, Required only for universal_identity authentication [optional] version Integer The specific version you want to delete, -1=entire item with all versions (default) [optional][default to -1] Example require 'akeyless' instance = Akeyless::RotatedSecretDelete.new( json: null, name: null, token: null, uid_token: null, version: null )