Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
File common properties.
Properties
| Property | Type | Description |
|---|---|---|
| fileName | String | The name of the file. |
| filePath | String | The file path (location) of the file instance. |
| filePublisher | String | The publisher of the file. |
| fileSize | Int64 | The size of the file in bytes. |
| issuer | String | The certificate authority (CA) that issued the certificate. |
| md5 | String | The Md5 cryptographic hash of the file content. |
| sha1 | String | The Sha1 cryptographic hash of the file content. |
| sha256 | String | The Sha256 cryptographic hash of the file content. |
| sha265Ac | String | The Sha256Ac cryptographic hash of the file content. |
| signer | String | The signer of the signed file. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.fileDetails",
"sha1": "String",
"sha256": "String",
"fileName": "String",
"filePath": "String",
"fileSize": "Integer",
"filePublisher": "String",
"signer": "String",
"issuer": "String"
}