Back to index
Summary
Creates a new SAML identity provider.samlIdentityProviderNameStringrequiredThe name of the SAML Identity Provider. colorCodeStringoptionaldeprecatedColor code to be associated with the IDP. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. enabledBooleanoptionalIf true, enables SAML Identity Provider. labelStringoptionaldeprecatedLabel used by the UI to display the text. For example, a label for a UI button. metadataStringoptionalThe metadata of the SAML identity provider. ssoProviderStringoptionalUsed to identify the SSO provider for displaying the branded SSO button on the login page. Possible values: "GOOGLE" , "KEYCLOAK" , "OKTA" , "OTHER" |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createSamlIdentityProvider( samlIdentityProviderName: "test-samlIdentityProviderName" /* optional arguments */ )