Class DmarcFailingSourceResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class DmarcFailingSourceResponse
Properties
FailedCount
Declaration
[JsonPropertyName("failed_count")]
public int FailedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HeaderFrom
Declaration
[JsonPropertyName("header_from")]
public string? HeaderFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceIp
Declaration
[JsonPropertyName("source_ip")]
public string SourceIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |