getSamlServiceProviderMetadata

On this page
Back to index

Summary

Retrieves SAML identity provider metadata.
downloadCertificateOnly
Booleanoptional
Service provider Certificate file will be available to downloaded.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getSamlServiceProviderMetadata( /* optional arguments */ )