BitwardenSecretManagerResource.getSecret
Method
interface BitwardenSecretManagerResource { // ... omitted for brevity getSecret(name: string): BitwardenSecretResource;}Signature
method
getSecretbuilderGets or creates a Bitwarden secret reference whose Aspire and remote names are the same. The secret must already exist in Bitwarden; use `AddSecret` if Aspire should own and write the secret value.
getSecret(name: string): BitwardenSecretResourceParameters
namestringReturns
BitwardenSecretResourceDefined on
This method is defined on the following type: