Google Cloud Data Loss Prevention v2 API - Enum ContentPolicyVerdict (4.27.0)

public enum ContentPolicyVerdict

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum ContentPolicyVerdict.

Possible results of applying a content policy. This may expand to include additional result types in the future.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

Name Description
Allow

The policy allows the provided content to be used.

Block

The policy prevents the provided content from being used. This should result in a blocked file upload, exclusion from training dataset, or other similar block action. (specific action will depend on the caller).

Unspecified

Not used.