createLinkedTarget is a command that creates a new Linked Target which can inherit credentials from existing Targets. [Deprecated: Use target-create-linked command]
| 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] |