oAuthConsentAppDetail リソースの種類

名前空間: microsoft.graph

oAuth 手法に必要な詳細を表します。 管理者は、シミュレーションに関連付けられているフィッシング アプリのスコープ、名前、ロゴを構成できます。

プロパティ

プロパティ 説明
appScope oAuthAppScope アプリ スコープ。 可能な値は、unknownreadCalendarreadContactreadMailreadAllChatreadAllFilereadAndWriteMailsendMailunknownFutureValue です。
displayLogo String アプリの表示ロゴ。
displayName String アプリ名。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.oAuthConsentAppDetail",
  "appScope": "String",
  "displayLogo": "String",
  "displayName": "String"
}