Back to index
Summary
Modifies the specified persona object.personaNameStringrequiredThe persona name. clearDetailsBooleanoptionalClears persona details, if modifying. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. homePageNameStringoptionalThe default home page. isDefaultBooleanoptionalSet as default persona. newNameStringoptionalThe new name for an existing object that is being renamed. personaDetailsStringoptionalThe details of the persona, if creating. |
Usage
Perl
$cmdr->modifyPersona( "test-personaName" # personaName # optionals );
ectool
ectool modifyPersona \ "test-personaName" `# personaName` \ # optionals