Azure 保护策略/Azure RMS - 通用数据保护

Azure Protection Policy/ Azure RMS - generic data protection

我不确定我是否完全理解使用 Azure 保护策略和 Azure RMS 提供的工具可以保护哪些类型的数据。

特别是,我无法理解 "non native" 数据格式在何种程度上可以从通用保护中受益。 这真的适用于任何类型的数据格式吗?或者它仍然仅限于某些数据类型?

提前感谢您的回答,

此致,

伦纳德

我还在 Azure documentation page

之一上发布了这个问题

这是我从一位版主那里得到的答案:

The data protection service (Azure Rights Management) from Azure Information Protection has the ability to protect all file types. However, you need an application to do that protection. The Azure Information Protection client is such an application and has components that include an extension for File Explorer (so that you can right-click a file to protect it), PowerShell (so that you can bulk-protect or script protection of files), and now the scanner (so that a Windows service can inspect the contents of files stored on-premises and automatically protect these files if sensitive data is found).

For the Azure Information Protection client, there are some exceptions for files that it won't protect (see the file types excluded section on this page). You can't currently install this client on Linux, but that's an OS limitation rather than a file type limitation.

In addition to the Azure Information Protection client, other applications and services can interact with the Azure Rights Management service to protect files. We provide SDKs for software vendors and developers so that their applications and services can protect files - and they choose whether to support native protection only, or also support generic protection. Applications support specific file types, so it makes sense for them to implement native protection. Generic protection is good for when you don't know the file type in advance - for example, protecting all files in a folder that contains a mix of file types. Or, as a software developer, you want to make a single call to protect files and don't need the additional protection that native protection provides (enforcing usage rights, expiry, offline access control).

我希望这也会对你们中的一些人有所帮助!

此致,

伦纳德