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.
request
Stringrequired
This parameter and the value displayed are required; request=moveDirectoryProvider must appear in your query string.
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( request: "test-request", providerName: "test-providerName" /* optional arguments */ )