inferenceClassificationOverride resource type
Makale 24.05.2024
14 katılımcı
Geri Bildirim
Bu makalede
Methods
Properties
Relationships
JSON representation
Namespace: microsoft.graph
Represents a user's override for how incoming messages from a specific sender should always be classified as.
Tabloyu genişlet
Tabloyu genişlet
Property
Type
Description
classifyAs
inferenceClassificationType
Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused
, other
.
id
string
The unique identifier of the override. Read-only.
senderEmailAddress
emailAddress
The email address information of the sender for whom the override is created.
None
The following JSON representation shows the resource type.
{
"classifyAs" : "string" ,
"id" : "string (identifier)" ,
"senderEmailAddress" : {"@odata.type" : "microsoft.graph.emailAddress" }
}