SecretProviderListNames()
Returns an array containing the names (keys) of all secrets available in a configured Secret Provider. This function only returns the secret names, not the actual secret values. When no provider name is specified, the function aggregates secret names from all configured providers, returning a deduplicated and sorted list.
Introduced: 7.0.2.94
SecretProviderListNames( name=string );
Returns: Array
| Argument | Description |
|---|---|
|
name
string,
optional
|
edit
Name of the Secret Provider to list secret names from, as configured in .CFConfig.json. If not defined, the function lists secret names from all configured providers. |
Examples
There are currently no examples for this function 28,835ms WARN No examples for function SecretProviderListNamesSee also
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)