Back to index
Summary
Generate personal access token for an authorized user.descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. expirationDaysIntegeroptionalSpecify the number of days after which the user access token will expire. userAccessTokenNameStringoptionalThe name of the user access token. userNameStringoptionalThe user name for whom the access token is being created. If not provided, defaults to the current session user. |
Usage
Perl
$cmdr->createUserAccessToken( # optionals );
ectool
ectool createUserAccessToken \ # optionals