Retrieve Secret
Retrieve secret strings, integers, and arrays from the network.
retrieve_secret
returns a tuple containing two elements: the first element is the name of the secret represented as a UUID (Universally Unique Identifier), and the second element is the actual secret value.
retrieve_secret Python Client Reference
Retrieve a SecretBlob
Retrieve and decode a stored secret string
examples_and_tutorials/core_concept_store_and_retrieve_secrets/store_and_retrieve_blob.py
loading...
Retrieve a SecretInteger
Retrieve a stored secret integer
examples_and_tutorials/core_concept_store_and_retrieve_secrets/store_and_retrieve_integer.py
loading...