getCredentialProviders

On this page
Back to index

Summary

Retrieves all credential provider definitions in the specified project.
projectName
Stringrequired
Name of the project that the credential provider belongs to.

Usage

Perl

$cmdr->getCredentialProviders( "test-projectName" # projectName );

ectool

ectool getCredentialProviders \ "test-projectName" `# projectName`