Back to index
Summary
Modifies an existing 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. newNameStringoptionalThe new name for an existing object that is being renamed. 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.modifySamlIdentityProvider( samlIdentityProviderName: "test-samlIdentityProviderName" /* optional arguments */ )