getSamlIdentityProvider

On this page
Back to index

Summary

Retrieves a SAML identity provider by name.
samlIdentityProviderName
Stringrequired
The 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" )