Skip to content
DocsTry Aspire
DocsTry

withBitwardenReferenceAuthCacheDirectoryFromParameter

Method
📦 CommunityToolkit.Aspire.Hosting.Bitwarden.SecretManager v13.5.0
interface ContainerResource {
// ... omitted for brevity
withBitwardenReferenceAuthCacheDirectoryFromParameter(
source: BitwardenSecretManagerResource,
authCacheDirectory: ParameterResource): IResourceWithEnvironment;
}

Signature

methodwithBitwardenReferenceAuthCacheDirectoryFromParameterbuilder
Configures the directory where the Bitwarden SDK stores its auth cache inside the resource, using a parameter, for the connection associated with `source`.
withBitwardenReferenceAuthCacheDirectoryFromParameter(
source: BitwardenSecretManagerResource,
authCacheDirectory: ParameterResource): IResourceWithEnvironment
sourceBitwardenSecretManagerResource
authCacheDirectoryParameterResource
IResourceWithEnvironment

Applies to

This method applies to the following types: