你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InformationProtectionPolicy Class

Definition

Information protection policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class InformationProtectionPolicy : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type InformationProtectionPolicy = class
    inherit Resource
Public Class InformationProtectionPolicy
Inherits Resource
Inheritance
InformationProtectionPolicy
Attributes

Constructors

InformationProtectionPolicy()

Initializes a new instance of the InformationProtectionPolicy class.

InformationProtectionPolicy(String, String, String, Nullable<DateTime>, String, IDictionary<String,SensitivityLabel>, IDictionary<String, InformationType>)

Initializes a new instance of the InformationProtectionPolicy class.

Properties

Id

Gets resource Id

(Inherited from Resource)
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.

Name

Gets resource name

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)
Version

Gets describes the version of the policy.

Extension Methods

ConverToPSType(InformationProtectionPolicy)

Applies to