Back to index
Summary
Retrieves a SAML identity provider by name.samlIdentityProviderNameStringrequiredThe name of the SAML Identity Provider. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getSamlIdentityProvider( samlIdentityProviderName: "test-samlIdentityProviderName" )