Skip to main content
Version: 8.3

system.secrets.getProviders

New in 8.3.1

This function is used in Python Scripting.

Description​

Returns a list of Secret Providers configured in the Secrets Management system on the Gateway. Each list entry includes the name, description, and type of the provider.

Syntax​

system.secrets.getProviders()

Parameters​

None

Returns​

List - A List of SecretProviderMeta instances that represent all of the Secret Providers.

Scope​

Gateway, Vision Client, Perspective Session

Code Examples​

Code Snippet
listOfSecretProviders = system.secrets.getProviders()