# ZitadelResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Zitadel](/reference/api/csharp/communitytoolkit.aspire.hosting.zitadel.md)
- Type: [ZitadelResource](/reference/api/csharp/communitytoolkit.aspire.hosting.zitadel/zitadelresource.md)
- Kind: `Constructors`
- Members: `1`

Resource for the Zitadel API server.

## ZitadelResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Zitadel/ZitadelResource.cs#L8)

Resource for the Zitadel API server.

```csharp
public sealed class ZitadelResource
{
    public ZitadelResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
