Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.25 KB

CreateLinkedTarget.md

File metadata and controls

18 lines (14 loc) · 1.25 KB

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 str Description of the object [optional]
hosts str 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 str Target name
parent_target_name str The parent Target name [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
type str Specifies the hosts type, relevant only when working without parent target [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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