Skip to content
DocsTry Aspire
DocsTry

BitwardenSecretManagerResource Properties

ClassProperties4 members
Represents a Bitwarden Secrets Manager project and secret graph.
AuthCacheDirectorySection titled AuthCacheDirectorynullablestring?
Gets the AppHost auth cache directory override (Bitwarden SDK auth session on the AppHost).
public string? AuthCacheDirectory { get; }
CacheFileSection titled CacheFilenullablestring?
Gets the AppHost cache file path override (integration bookkeeping: project ID, secret ID mappings).
public string? CacheFile { get; }
ExistingProjectIdSection titled ExistingProjectIdnullableGuid?
Gets the existing Bitwarden project identifier when the project is adopted by ID. Set during BitwardenSecretManagerResource.ResolveProjectIdentityAsync when the configured parameter resolves to a GUID.
public Guid? ExistingProjectId { get; }
ProjectIdSection titled ProjectIdnullableGuid?
Gets the resolved Bitwarden project identifier after initialization.
public Guid? ProjectId { get; }