Back to index
Summary
Finds a credential by name.projectNameStringrequiredThe name for the project that must be unique among all projects. credentialNameStringrequiredThe name of the credential. |
Usage
Perl
$cmdr->getCredential( "test-projectName", # projectName "test-credentialName" # credentialName );
ectool
ectool getCredential \ "test-projectName" `# projectName` \ "test-credentialName" `# credentialName`