Google Cloud Data Loss Prevention v2 API - Class DataProfileAction.Types.PublishToDataplexCatalog (4.19.0)

public sealed class DataProfileAction.Types.PublishToDataplexCatalog : IMessage<DataProfileAction.Types.PublishToDataplexCatalog>, IEquatable<DataProfileAction.Types.PublishToDataplexCatalog>, IDeepCloneable<DataProfileAction.Types.PublishToDataplexCatalog>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileAction.Types.PublishToDataplexCatalog.

Create Dataplex Catalog aspects for profiled resources with the aspect type Sensitive Data Protection Profile. To learn more about aspects, see https://cloud.google.com/sensitive-data-protection/docs/add-aspects.

Inheritance

object > DataProfileAction.Types.PublishToDataplexCatalog

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

PublishToDataplexCatalog()

public PublishToDataplexCatalog()

PublishToDataplexCatalog(PublishToDataplexCatalog)

public PublishToDataplexCatalog(DataProfileAction.Types.PublishToDataplexCatalog other)
Parameter
Name Description
other DataProfileActionTypesPublishToDataplexCatalog

Properties

LowerDataRiskToLow

public bool LowerDataRiskToLow { get; set; }

Whether creating a Dataplex Catalog aspect for a profiled resource should lower the risk of the profile for that resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles.

Property Value
Type Description
bool