Back to index
Summary
Retrieves all credentials in a project.projectNameStringrequiredThe name for the project that must be unique among all projects. includeHiddenBooleanoptionalIf true, return only credentials explicitly created by a user and not credentials that are automatically created. For example, for plugin configurations. usableOnlyBooleanoptionalIf true, return only those credentials which the current user has the execute privilege on. |
Usage
Perl
$cmdr->getCredentials( "test-projectName" # projectName # optionals );
ectool
ectool getCredentials \ "test-projectName" `# projectName` \ # optionals