Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.75 KB

UpdateLinkedTarget.md

File metadata and controls

22 lines (18 loc) · 1.75 KB

akeyless.Model.UpdateLinkedTarget

updateLinkedTarget is a command that updates an existing target. [Deprecated: Use target-update-linked command]

Properties

Name Type Description Notes
AddHosts string A comma seperated list of new server hosts and server descriptions joined by semicolon ';' that will be added to the Linked Target hosts. [optional]
Description string Description of the object [optional]
Hosts string A comma seperated list of server hosts and server descriptions joined by semicolon ';' (i.e. 'server-dev.com;My Dev server,server-prod.com;My Prod server description') [optional]
Json bool Set output format to JSON [optional] [default to false]
KeepPrevVersion string Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
Name string Linked Target name
NewName string New Linked Target name [optional]
ParentTargetName string The parent Target name [optional]
RmHosts string Comma separated list of existing hosts that will be removed from Linked Target hosts. [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
Type string Specifies the hosts type, relevant only when working without parent target [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]