| title | analyzedEmailAuthenticationDetail resource type |
|---|---|
| description | Represents a list of pass or fail verdicts by email authentication protocols. |
| author | MishraSoumyaMS |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents a list of pass or fail verdicts by email authentication protocols such as DMARC, DKIM, SPF, or a combination of multiple authentication types (CompAuth).
| Property | Type | Description |
|---|---|---|
| compositeAuthentication | String | A value used by Microsoft 365 to combine email authentication such as SPF, DKIM, and DMARC, to determine whether the message is authentic. |
| dkim | String | DomainKeys identified mail (DKIM). Indicates whether it was pass/fail/soft fail. |
| dmarc | String | Domain-based Message Authentication. Indicates whether it was pass/fail/soft fail. |
| senderPolicyFramework | String | Sender Policy Framework (SPF). Indicates whether it was pass/fail/soft fail. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailAuthenticationDetail",
"dmarc": "String",
"dkim": "String",
"senderPolicyFramework": "String",
"compositeAuthentication": "String"
}