Back to index
Summary
Retrieves the specified credential provider definition.projectNameStringrequiredName of the project that the credential provider belongs to. credentialProviderNameStringrequiredUnique name of the credential provider within the project. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCredentialProvider( projectName: "test-projectName", credentialProviderName: "test-credentialProviderName" )