createSamlIdentityProvider
Creates a new SAML identity provider.
Arguments
Argument Name | Type | Description |
---|---|---|
samlIdentityProviderName |
String |
The name of the SAML Identity Provider. (Required) |
colorCode |
String |
Deprecated: The argument is no longer used Color code to be associate with the IDP. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
enabled |
Boolean |
If true, enables SAML Identity Provider. |
label |
String |
Deprecated: The argument is no longer used Label used by UI to display the text (e.g. label for UI button). |
metadata |
String |
The metadata of the SAML identity provider. |
ssoProvider |
String |
Used to identify the SSO provider for displaying the branded SSO button on the login page. |
deleteSamlIdentityProvider
getSamlIdentityProvider
modifySamlIdentityProvider
Modifies an existing SAML identity provider.
Arguments
Argument Name | Type | Description |
---|---|---|
samlIdentityProviderName |
String |
The name of the SAML Identity Provider. (Required) |
colorCode |
String |
Deprecated: The argument is no longer used Color code to be associate with the IDP. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
enabled |
Boolean |
If true, enables SAML Identity Provider. |
label |
String |
Deprecated: The argument is no longer used Label used by UI to display the text (e.g. label for UI button). |
metadata |
String |
The metadata of the SAML identity provider. |
newName |
String |
The new name for an existing object that is being renamed. |
ssoProvider |
String |
Used to identify the SSO provider for displaying the branded SSO button on the login page. |