Back to index
Summary
Moves an Active Directory or LDAP directory provider in front of another specified provider or to the end of the list.providerNameStringrequiredName for a LDAP directory provider; must be unique. beforeProviderNameStringoptionalUsed when reordering the directory providers: the provider is moved to a position just before this provider. Blank means move the provider to the end of the provider list. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.moveDirectoryProvider( providerName: "test-providerName" /* optional arguments */ )