Type de ressource oauthApplicationEvidence
Espace de noms : microsoft.graph.security
Application OAuth signalée dans l’alerte.
Hérite de alertEvidence.
Propriétés
Propriété | Type | Description |
---|---|---|
appId | Chaîne | Identificateur unique de l’application. |
displayName | Chaîne | Nom de l’application. |
objectId | Chaîne | Identificateur unique de l’objet d’application dans Azure AD. |
publisher | Chaîne | Nom de l’éditeur de l’application. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@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"
}