modifyUserAccessToken

On this page
Back to index

Summary

Modify user access token details for an authorized user.
request
Stringrequired
This parameter and the value displayed are required; request=modifyUserAccessToken must appear in your query string.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
newName
Stringoptional
The new name for an existing object that is being renamed.
userAccessTokenName
Stringoptional
The name of the user access token.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyUserAccessToken( request: "test-request" /* optional arguments */ )