Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 894 Bytes

MoveObjects.md

File metadata and controls

28 lines (22 loc) · 894 Bytes

Akeyless::MoveObjects

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional][default to false]
objects_type String The objects type to move (item/auth_method/role) [optional][default to 'item']
source String Source path to move the objects from
target String Target path to move the objects to
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

instance = Akeyless::MoveObjects.new(
  json: null,
  objects_type: null,
  source: null,
  target: null,
  token: null,
  uid_token: null
)