createCredentialProvider
Creates a new external credential provider definition for a project.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
Name of the project that the credential provider belongs to.(Required) |
credentialProviderName |
String |
Unique name of the credential provider within the project.(Required) |
accountName |
String |
Applicable for |
applicationId |
String |
Applicable for |
authMethodsMapping |
String |
Applicable for |
cyberarkProvider |
String |
Applicable for |
cyberarkSafe |
String |
Applicable for |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
keyPassword |
String |
Applicable for |
namespace |
String |
Applicable for |
password |
String |
Applicable for |
providerType |
String |
Credential provider type. |
reason |
String |
Applicable for |
roleId |
String |
Applicable for |
secretEnginePath |
String |
Applicable for |
secretEngineType |
String |
Applicable for |
secretId |
String |
Applicable for |
serverUrl |
String |
Applicable for |
store |
String |
Applicable for |
storePassword |
String |
Applicable for |
testConnection |
Boolean |
Specifies if the connection to the CI server should be tested before
saving the configuration. The default is |
testSecret |
String |
Applicable for |
token |
String |
Applicable for |
useResponseWrapping |
Boolean |
If true, the secretID will be unwrapped before saving. Defaults to false. |
userName |
String |
Applicable for |
deleteCredentialProvider
getCredentialProvider
getCredentialProviders
modifyCredentialProvider
Modifies an existing credential provider.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
Name of the project that the credential provider belongs to.(Required) |
credentialProviderName |
String |
Unique name of the credential provider within the project.(Required) |
accountName |
String |
Applicable for |
applicationId |
String |
Applicable for |
authMethodsMapping |
String |
Applicable for |
cyberarkProvider |
String |
Applicable for |
cyberarkSafe |
String |
Applicable for |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
keyPassword |
String |
Applicable for |
namespace |
String |
Applicable for |
newName |
String |
The new name for an existing object that is being renamed. |
password |
String |
Applicable for |
providerType |
String |
Credential provider type. |
reason |
String |
Applicable for |
roleId |
String |
Applicable for |
secretEnginePath |
String |
Applicable for |
secretEngineType |
String |
Applicable for |
secretId |
String |
Applicable for |
serverUrl |
String |
Applicable for |
store |
String |
Applicable for |
storePassword |
String |
Applicable for |
testConnection |
Boolean |
Specifies if the connection to the CI server should be tested before
saving the configuration. The default is |
testSecret |
String |
Applicable for |
token |
String |
Applicable for |
useResponseWrapping |
Boolean |
If true, the secretID will be unwrapped before saving. Defaults to false. |
userName |
String |
Applicable for |