BitwardenSecretManagerResource.getSecretWithRemoteName
Method
interface BitwardenSecretManagerResource { // ... omitted for brevity getSecretWithRemoteName( name: string, remoteName: string): BitwardenSecretResource;}Signature
method
getSecretWithRemoteNamebuilderGets or creates a Bitwarden secret reference with distinct Aspire and remote names. The secret must already exist in Bitwarden; use `AddSecret` if Aspire should own and write the secret value.
getSecretWithRemoteName( name: string, remoteName: string): BitwardenSecretResourceParameters
namestringremoteNamestringReturns
BitwardenSecretResourceDefined on
This method is defined on the following type: