Class ConnectionAllowlistIssueDetails
public sealed record ConnectionAllowlistIssueDetails : IEquatable<ConnectionAllowlistIssueDetails>
- Inheritance
-
ConnectionAllowlistIssueDetails
- Implements
- Inherited Members
Constructors
ConnectionAllowlistIssueDetails(ConnectionAllowlistError, AffectedRequest)
public ConnectionAllowlistIssueDetails(ConnectionAllowlistError Error, AffectedRequest Request)
Parameters
ErrorConnectionAllowlistErrorRequestAffectedRequest
Properties
Error
public ConnectionAllowlistError Error { get; init; }
Property Value
Request
public AffectedRequest Request { get; init; }