Back to index
Summary
Retrieves all credential provider definitions in the specified project.projectNameStringrequiredName of the project that the credential provider belongs to. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCredentialProviders( projectName: "test-projectName" )