getFullCredential

On this page
Back to index

Summary

Retrieves a credential by name, including a user name or password, from within a running step.
credentialName
Stringrequired
The name of the credential.
jobStepId
Stringrequired
The ID of the job step to use.

Usage

Perl

$cmdr->getFullCredential( "test-credentialName", # credentialName "test-jobStepId" # jobStepId );

ectool

ectool getFullCredential \ "test-credentialName" `# credentialName` \ "test-jobStepId" `# jobStepId`