fileDetails resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. |
sha1 | String | The Sha1 cryptographic hash of the file content. |
sha256 | String | The Sha256 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"
}