DlpProfile

class DlpProfile : KotlinCustomResource

Provides a Cloudflare DLP Profile resource. Data Loss Prevention profiles are a set of entries that can be matched in HTTP bodies or files. They are referenced in Zero Trust Gateway rules.

Import

$ pulumi import cloudflare:index/dlpProfile:DlpProfile example <account_id>/<dlp_profile_id>

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val allowedMatchCount: Output<Int>

Related DLP policies will trigger when the match count exceeds the number set.

Link copied to clipboard
val description: Output<String>?

Brief summary of the profile and its intended use.

Link copied to clipboard

List of entries to apply to the profile.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Name of the profile. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

The type of the profile. Available values: custom, predefined. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val urn: Output<String>