Back to index
Summary
Modifies a service account.serviceAccountNameStringrequiredThe service account name. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. newNameStringoptionalThe new name for an existing object that is being renamed. |
Usage
Perl
$cmdr->modifyServiceAccount( "test-serviceAccountName" # serviceAccountName # optionals );
ectool
ectool modifyServiceAccount \ "test-serviceAccountName" `# serviceAccountName` \ # optionals