Class ReverseProxyUpdateRequest
- Namespace
- JJConsulting.Infinity.Domain.ReverseProxy
- Assembly
- JJConsulting.Infinity.Domain.dll
public sealed class ReverseProxyUpdateRequest
Inheritance
-
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
-
Name
public required string Name { get; set; }
Property Value
- string
-
OpenApiDocumentUrl
public string? OpenApiDocumentUrl { get; set; }
Property Value
- string?
-
PathPrefix
public required string PathPrefix { get; set; }
Property Value
- string
-
TimeoutSeconds
public int? TimeoutSeconds { get; set; }
Property Value
- int?
-