public sealed class CloudDlpDataProfile : IMessage<CloudDlpDataProfile>, IEquatable<CloudDlpDataProfile>, IDeepCloneable<CloudDlpDataProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class CloudDlpDataProfile.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CloudDlpDataProfile` class, part of the Security Command Center v2 API, represents a data profile associated with a finding."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison within the .NET environment."],["The `CloudDlpDataProfile` class offers properties like `DataProfile`, `DataProfileAsTableDataProfileName`, and `ParentType` to manage and describe data profiles, including their name and hierarchical level."],["There are two constructors available for `CloudDlpDataProfile`, one default constructor and one that takes another `CloudDlpDataProfile` instance to allow for cloning."],["The `DataProfile` property stores the name of the data profile, while `DataProfileAsTableDataProfileName` provides a typed view over this property as a `TableDataProfileName` resource."]]],[]]