Partager via


Type de ressource registryKeyEvidence

Espace de noms : microsoft.graph.security

Clé de Registre signalée dans l’alerte en tant que preuve.

Hérite de alertEvidence.

Propriétés

Propriété Type Description
registryHive Chaîne Ruche de registre de la clé à laquelle l’action enregistrée a été appliquée.
registryKey Chaîne Clé de Registre à laquelle l’action enregistrée a été appliquée.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.security.registryKeyEvidence",
  "createdDateTime": "String (timestamp)",
  "verdict": "String",
  "remediationStatus": "String",
  "remediationStatusDetails": "String",
  "roles": [
    "String"
  ],
  "tags": [
    "String"
  ],
  "registryKey": "String",
  "registryHive": "String"
}