Interface IScriptVaultAccessor
public interface IScriptVaultAccessor
- Since:
- 3.24.10
-
Method Summary
-
Method Details
-
project
- Returns:
- the
IScriptVault
for the Project context. Secrets defined in the Project context are only available to the Project that the script is running in. For example, a secret defined in the User Account Vault as 'scripts/myProject/secretService' will be accessible only in the project with the ID 'myProject' by callingproject().getSecret('secretService')
.