Skip to content
DocsTry Aspire
DocsTry

BitwardenSecretResource Properties

ClassProperties5 members
Represents a Bitwarden secret resource.
Gets a value indicating whether this resource is a managed secret (owned and written by Aspire) as opposed to a reference-only secret (read from an existing Bitwarden secret).
public bool IsManaged { get; }
Gets the owning Bitwarden resource.
public BitwardenSecretManagerResource Parent { get; }
Gets the Bitwarden secret name.
public string RemoteName { get; }
ResolvedSecretIdSection titled ResolvedSecretIdnullableGuid?
Gets the effective Bitwarden secret identifier: the explicitly configured ID if set, otherwise the resolved ID.
public Guid? ResolvedSecretId { get; }
SecretIdSection titled SecretIdnullableGuid?
Gets the resolved Bitwarden secret identifier after initialization.
public Guid? SecretId { get; }