getCredential

On this page
Back to index

Summary

Finds a credential by name.
projectName
Stringrequired
The name for the project that must be unique among all projects.
credentialName
Stringrequired
The name of the credential.

Usage

Perl

$cmdr->getCredential( "test-projectName", # projectName "test-credentialName" # credentialName );

ectool

ectool getCredential \ "test-projectName" `# projectName` \ "test-credentialName" `# credentialName`