public interface ResourceProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addSecret(String variableId,
String secret)
Creates a secret value within the specified variable
|
String |
retrieveSecret(String variableId)
Fetch the value of a secret in the specified variable
|
Copyright © 2025. All rights reserved.