Partager via


type de ressource fileHash

Espace de noms: microsoft.graph

Contient des informations avec état sur les hachages de fichiers (chiffrement et sensibles à l’emplacement).

Propriétés

Propriété Type Description
hashType énumération fileHashType Type de hachage de fichier. Les valeurs possibles sont , unknown, sha1, sha256md5, authenticodeHash256, lsHash, ctph, , peSha1, , peSha256.
hashValue String Valeur du hachage de fichier.

Relations

Aucun.

Représentation JSON

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

{
  "hashType": "@odata.type: microsoft.graph.fileHashType",
  "hashValue": "String"
}