Skip to content
DocsTry Aspire
DocsTry

BitwardenSecretManagerResource Constructors

ClassConstructors1 member
Represents a Bitwarden Secrets Manager project and secret graph.
Constructor(string, ParameterResource, ParameterResource, ParameterResource, string)Section titled Constructor(string, ParameterResource, ParameterResource, ParameterResource, string)
Initializes a new instance of the BitwardenSecretManagerResource class.
public class BitwardenSecretManagerResource
{
public BitwardenSecretManagerResource(
string name,
ParameterResource projectNameOrIdParameter,
ParameterResource organizationIdParameter,
ParameterResource managementAccessToken,
string appHostDirectory)
{
// ...
}
}
namestringThe resource name.
projectNameOrIdParameterParameterResourceThe parameter that resolves to the Bitwarden project name or project identifier (GUID).
organizationIdParameterParameterResourceThe parameter that supplies the Bitwarden organization identifier.
managementAccessTokenParameterResourceThe access token used to reconcile the Bitwarden project and managed secrets.
appHostDirectorystringThe AppHost directory used to resolve relative paths.