BitwardenSecretResource.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
IExpressionValueDefined on
This method is defined on the following type: