Back to index
Summary
Assigns the specified list of groups to an existing persona.personaNameStringrequiredThe persona name. groupNamesArray<Unknown>optionalList of groups that have personas. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.assignPersonaToGroup( personaName: "test-personaName" /* optional arguments */ )