Method
listOrganizationSecrets GET
Copy GET

Lists all secrets for an organization.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
No decryptValue bool Whether to decrypt the secret values.
No secretType OrganizationSecretType Filter secrets by type. Use OrganizationSecretType enum values.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[OrganizationSecret]
Language: