你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InformationProtectionPolicyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
describes properties of an information protection policy.
public class InformationProtectionPolicyProperties
type InformationProtectionPolicyProperties = class
Public Class InformationProtectionPolicyProperties
- Inheritance
-
InformationProtectionPolicyProperties
Constructors
InformationProtectionPolicyProperties() |
Initializes a new instance of the InformationProtectionPolicyProperties class. |
InformationProtectionPolicyProperties(Nullable<DateTime>, String, IDictionary<String,SensitivityLabel>, IDictionary<String,InformationType>) |
Initializes a new instance of the InformationProtectionPolicyProperties class. |
Properties
InformationTypes |
Gets or sets the sensitivity information types. |
Labels |
Gets or sets dictionary of sensitivity labels. |
LastModifiedUtc |
Gets describes the last UTC time the policy was modified. |
Version |
Gets describes the version of the policy. |