oauthApplicationEvidence 资源类型
Namespace:microsoft.graph.security
警报中报告的 OAuth 应用程序。
继承自 alertEvidence。
属性
属性 | 类型 | 说明 |
---|---|---|
appId | String | 应用程序的唯一标识符。 |
displayName | String | 应用程序的名称。 |
objectId | String | Azure AD 中应用程序对象的唯一标识符。 |
发布者 | 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"
}