name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | required, max size: 255, min size: 1 | |
user | string | ||
secretKey | string | ||
sshKey | string | ||
sshKeyPath | string | ||
powerShellTransportType | PowerShellTransportType |
Example
{ "guid" : "...", "name" : "...", "user" : "...", "secretKey" : "...", "sshKey" : "...", "sshKeyPath" : "...", "powerShellTransportType" : "KERBEROS" }