moveDirectoryProvider

On this page
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.
providerName
Stringrequired
Name for a LDAP directory provider; must be unique.
beforeProviderName
Stringoptional
Used 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 */ )