Python APIsecretsutilsOn this pageutils Utility functions for secret management and display. def display_secrets(secrets: list[dict[str, str]]) -> None Display a list of secrets in the console. Parameters secrets : list[dict[str, str]] List of secret dictionaries to display.