oauthApplicationEvidence リソースの種類
名前空間: microsoft.graph.security
アラートで報告される OAuth アプリケーション。
alertEvidence から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
appId | String | アプリケーションの一意識別子。 |
displayName | String | アプリケーションの名前。 |
objectId | String | Azure AD のアプリケーション オブジェクトの一意識別子。 |
publisher | String | アプリケーション発行元の名前。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.oauthApplicationEvidence",
"createdDateTime": "String (timestamp)",
"verdict": "String",
"remediationStatus": "String",
"remediationStatusDetails": "String",
"roles": [
"String"
],
"tags": [
"String"
],
"appId": "String",
"displayName": "String",
"objectId": "String",
"publisher": "String"
}