asSecretId
Method
interface BitwardenSecretResource { // ... omitted for brevity asSecretId(): IExpressionValue;}Signature
method
asSecretIdReturns an `IExpressionValue` that resolves to the Bitwarden secret identifier. Pass it to `WithEnvironment` to inject the secret ID as an environment variable. The app then uses the Bitwarden SDK to fetch the secret value at runtime.
asSecretId(): IExpressionValueReturns
IExpressionValueApplies to
This method applies to the following types: