positiveReinforcementNotification リソースの種類
名前空間: microsoft.graph
シミュレーションの作成時にエンド ユーザー通知の肯定的な補強設定を表します。 管理者は、フィッシング メッセージを正常に識別するユーザーの通知の詳細を構成できます。
baseEndUserNotification から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
defaultLanguage | String | 既定の言語。 baseEndUserNotification から継承されます。 |
deliveryPreference | notificationDeliveryPreference | 配信設定。 使用可能な値: unknown 、deliverImmedietly 、deliverAfterCampaignEnd 、unknownFutureValue 。 |
関係
リレーションシップ | 型 | 説明 |
---|---|---|
endUserNotification | endUserNotification | エンド ユーザー通知の詳細。 baseEndUserNotification から継承されます。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.positiveReinforcementNotification",
"defaultLanguage": "String",
"deliveryPreference": "String"
}