fileEncryptionInfo resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties for file encryption information for the content version of a line of business app.
Properties
| Property | Type | Description |
|---|---|---|
| encryptionKey | Binary | The key used to encrypt the file content. |
| initializationVector | Binary | The initialization vector used for the encryption algorithm. |
| mac | Binary | The hash of the encrypted file content + IV (content hash). |
| macKey | Binary | The key used to get mac. |
| profileIdentifier | String | The the profile identifier. |
| fileDigest | Binary | The file digest prior to encryption. |
| fileDigestAlgorithm | String | The file digest algorithm. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.fileEncryptionInfo",
"encryptionKey": "binary",
"initializationVector": "binary",
"mac": "binary",
"macKey": "binary",
"profileIdentifier": "String",
"fileDigest": "binary",
"fileDigestAlgorithm": "String"
}
Feedback
Submit and view feedback for