BitwardenSecretResource
Handle
interface BitwardenSecretResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithParent, BitwardenSecretManagerResource]], IValueProvider, IValueWithReferences { asSecretId(): IExpressionValue;}Methods
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
IExpressionValue