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."],["The `CloudDlpDataProfile` class contains properties like `DataProfile`, `DataProfileAsTableDataProfileName`, and `ParentType`, which provide information about the data profile's name, typed resource name, and hierarchy level, respectively."],["Two constructors are available: a default constructor and one that accepts another `CloudDlpDataProfile` instance for initialization, enabling both new instances and copies."],["The class allows getting information about data profiles, which are used for analysis and are found in the namespace `Google.Cloud.SecurityCenter.V2`."]]],[]]