Skip to content
DocsTry Aspire
DocsTry

PostaResource Properties

ClassProperties9 members
Resource for the Posta email delivery platform.
AdminPasswordParameterSection titled AdminPasswordParameterParameterResource
Gets the parameter that contains the initial admin password.
public ParameterResource AdminPasswordParameter { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Connection string for the Posta HTTP API in the form of Endpoint=http://host:port.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for the HTTP endpoint.
public EndpointReferenceExpression Host { get; }
JwtSecretParameterSection titled JwtSecretParameterParameterResource
Gets the parameter that contains the JWT signing secret.
public ParameterResource JwtSecretParameter { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for the HTTP endpoint.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary HTTP endpoint for the Posta server.
public EndpointReference PrimaryEndpoint { get; }
SmtpEndpointSection titled SmtpEndpointEndpointReference
Gets the inbound SMTP endpoint for the Posta server.
public EndpointReference SmtpEndpoint { get; }
SmtpRelayEndpointSection titled SmtpRelayEndpointEndpointReference
Gets the authenticated SMTP relay endpoint for the Posta server.
public EndpointReference SmtpRelayEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Posta HTTP API.
public ReferenceExpression UriExpression { get; }