Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

CreateLinkedTarget.md

File metadata and controls

18 lines (14 loc) · 1.28 KB

akeyless.Model.CreateLinkedTarget

createLinkedTarget is a command that creates a new Linked Target which can inherit credentials from existing Targets. [Deprecated: Use target-create-linked command]

Properties

Name Type Description Notes
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]
Name string Target name
ParentTargetName string The parent Target name [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]