InformationProtectionPolicy 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.
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
- 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) |