名前空間: microsoft.graph
oAuth 手法に必要な詳細を表します。 管理者は、シミュレーションに関連付けられているフィッシング アプリのスコープ、名前、ロゴを構成できます。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| appScope | oAuthAppScope | アプリ スコープ。 可能な値は、unknown、readCalendar、readContact、readMail、readAllChat、readAllFile、readAndWriteMail、sendMail、unknownFutureValue です。 |
| displayLogo | String | アプリの表示ロゴ。 |
| displayName | String | アプリ名。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.oAuthConsentAppDetail",
"appScope": "String",
"displayLogo": "String",
"displayName": "String"
}