InformationProtectionPolicyData Class

Definition

Information protection policy.

public class InformationProtectionPolicyData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyData>
type InformationProtectionPolicyData = class
    inherit ResourceData
    interface IJsonModel<InformationProtectionPolicyData>
    interface IPersistableModel<InformationProtectionPolicyData>
Public Class InformationProtectionPolicyData
Inherits ResourceData
Implements IJsonModel(Of InformationProtectionPolicyData), IPersistableModel(Of InformationProtectionPolicyData)
Inheritance
InformationProtectionPolicyData
Implements

Constructors

Name Description
InformationProtectionPolicyData()

Initializes a new instance of InformationProtectionPolicyData.

Properties

Name Description
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InformationTypes

The sensitivity information types.

Labels

Dictionary of sensitivity labels.

LastModifiedUtc

Describes the last UTC time the policy was modified.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Version

Describes the version of the policy.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<InformationProtectionPolicyData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<InformationProtectionPolicyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<InformationProtectionPolicyData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<InformationProtectionPolicyData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<InformationProtectionPolicyData>.Write(ModelReaderWriterOptions)

Applies to