Table of Contents

Class ReverseProxyModel

Namespace
JJConsulting.Infinity.Domain.ReverseProxy
Assembly
JJConsulting.Infinity.Domain.dll
public sealed class ReverseProxyModel : IEntity

Inheritance

Implements

Inherited Members

Properties

Address

public required string Address { get; set; }

Property Value

string

AppendPrefixAtUrls

public bool AppendPrefixAtUrls { get; set; }

Property Value

bool

AuthenticationMode

public ReverseProxyAuthenticationMode AuthenticationMode { get; set; }

Property Value

ReverseProxyAuthenticationMode

BlockMultipleRoles

public bool BlockMultipleRoles { get; set; }

Property Value

bool

Id

public Guid Id { get; set; }

Property Value

Guid

LastModifiedDate

public DateTime LastModifiedDate { get; set; }

Property Value

DateTime

Name

public required string Name { get; set; }

Property Value

string

PathPrefix

public required string PathPrefix { get; set; }

Property Value

string

Roles

public List<RoleInfo> Roles { get; set; }

Property Value

List<RoleInfo>

TimeoutSeconds

public int? TimeoutSeconds { get; set; }

Property Value

int?