Skip to content
DocsTry Aspire
DocsTry

KeycloakResource Constructors

ClassConstructors1 member
A resource that represents a Keycloak resource.
Constructor(string, ParameterResource?, ParameterResource)Section titled Constructor(string, ParameterResource?, ParameterResource)
A resource that represents a Keycloak resource.
public sealed class KeycloakResource
{
public KeycloakResource(
string name,
ParameterResource? admin,
ParameterResource adminPassword)
{
// ...
}
}
namestringThe name of the resource.
adminParameterResource?A parameter that contains the Keycloak admin, or null to use a default value.
adminPasswordParameterResourceA parameter that contains the Keycloak admin password.