1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. DlpCustomProfile
Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi

cloudflare.DlpCustomProfile

Explore with Pulumi AI

cloudflare logo
Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi
    Deprecated: cloudflare.index/dlpcustomprofile.DlpCustomProfile has been deprecated in favor of cloudflare.index/zerotrustdlpcustomprofile.ZeroTrustDlpCustomProfile

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      exampleZeroTrustDlpCustomProfile:
        type: cloudflare:ZeroTrustDlpCustomProfile
        name: example_zero_trust_dlp_custom_profile
        properties:
          accountId: account_id
          profiles:
            - entries:
                - enabled: true
                  name: name
                  pattern:
                    regex: regex
                    validation: luhn
              name: name
              ai_context_enabled: true
              allowed_match_count: 5
              confidence_threshold: confidence_threshold
              context_awareness:
                enabled: true
                skip:
                  files: true
              description: description
              ocr_enabled: true
              shared_entries:
                - enabled: true
                  entryId: 182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e
                  entryType: custom
    

    Create DlpCustomProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DlpCustomProfile(name: string, args: DlpCustomProfileArgs, opts?: CustomResourceOptions);
    @overload
    def DlpCustomProfile(resource_name: str,
                         args: DlpCustomProfileArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def DlpCustomProfile(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         account_id: Optional[str] = None,
                         ai_context_enabled: Optional[bool] = None,
                         allowed_match_count: Optional[int] = None,
                         confidence_threshold: Optional[str] = None,
                         context_awareness: Optional[DlpCustomProfileContextAwarenessArgs] = None,
                         description: Optional[str] = None,
                         entries: Optional[Sequence[DlpCustomProfileEntryArgs]] = None,
                         name: Optional[str] = None,
                         ocr_enabled: Optional[bool] = None,
                         profiles: Optional[Sequence[DlpCustomProfileProfileArgs]] = None,
                         shared_entries: Optional[Sequence[DlpCustomProfileSharedEntryArgs]] = None)
    func NewDlpCustomProfile(ctx *Context, name string, args DlpCustomProfileArgs, opts ...ResourceOption) (*DlpCustomProfile, error)
    public DlpCustomProfile(string name, DlpCustomProfileArgs args, CustomResourceOptions? opts = null)
    public DlpCustomProfile(String name, DlpCustomProfileArgs args)
    public DlpCustomProfile(String name, DlpCustomProfileArgs args, CustomResourceOptions options)
    
    type: cloudflare:DlpCustomProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DlpCustomProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DlpCustomProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DlpCustomProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DlpCustomProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DlpCustomProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DlpCustomProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DlpCustomProfile resource accepts the following input properties:

    AccountId string
    AiContextEnabled bool
    AllowedMatchCount int
    Related DLP policies will trigger when the match count exceeds the number set.
    ConfidenceThreshold string
    ContextAwareness DlpCustomProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    Description string
    The description of the profile
    Entries List<DlpCustomProfileEntry>
    Name string
    OcrEnabled bool
    Profiles List<DlpCustomProfileProfile>
    SharedEntries List<DlpCustomProfileSharedEntry>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    AccountId string
    AiContextEnabled bool
    AllowedMatchCount int
    Related DLP policies will trigger when the match count exceeds the number set.
    ConfidenceThreshold string
    ContextAwareness DlpCustomProfileContextAwarenessArgs
    Scan the context of predefined entries to only return matches surrounded by keywords.
    Description string
    The description of the profile
    Entries []DlpCustomProfileEntryArgs
    Name string
    OcrEnabled bool
    Profiles []DlpCustomProfileProfileArgs
    SharedEntries []DlpCustomProfileSharedEntryArgs
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    accountId String
    aiContextEnabled Boolean
    allowedMatchCount Integer
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold String
    contextAwareness DlpCustomProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description String
    The description of the profile
    entries List<DlpCustomProfileEntry>
    name String
    ocrEnabled Boolean
    profiles List<DlpCustomProfileProfile>
    sharedEntries List<DlpCustomProfileSharedEntry>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    accountId string
    aiContextEnabled boolean
    allowedMatchCount number
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold string
    contextAwareness DlpCustomProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description string
    The description of the profile
    entries DlpCustomProfileEntry[]
    name string
    ocrEnabled boolean
    profiles DlpCustomProfileProfile[]
    sharedEntries DlpCustomProfileSharedEntry[]
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    account_id str
    ai_context_enabled bool
    allowed_match_count int
    Related DLP policies will trigger when the match count exceeds the number set.
    confidence_threshold str
    context_awareness DlpCustomProfileContextAwarenessArgs
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description str
    The description of the profile
    entries Sequence[DlpCustomProfileEntryArgs]
    name str
    ocr_enabled bool
    profiles Sequence[DlpCustomProfileProfileArgs]
    shared_entries Sequence[DlpCustomProfileSharedEntryArgs]
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    accountId String
    aiContextEnabled Boolean
    allowedMatchCount Number
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold String
    contextAwareness Property Map
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description String
    The description of the profile
    entries List<Property Map>
    name String
    ocrEnabled Boolean
    profiles List<Property Map>
    sharedEntries List<Property Map>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DlpCustomProfile resource produces the following output properties:

    CreatedAt string
    When the profile was created
    Id string
    The provider-assigned unique ID for this managed resource.
    OpenAccess bool
    Whether this profile can be accessed by anyone
    Type string
    Available values: "custom".
    UpdatedAt string
    When the profile was lasted updated
    CreatedAt string
    When the profile was created
    Id string
    The provider-assigned unique ID for this managed resource.
    OpenAccess bool
    Whether this profile can be accessed by anyone
    Type string
    Available values: "custom".
    UpdatedAt string
    When the profile was lasted updated
    createdAt String
    When the profile was created
    id String
    The provider-assigned unique ID for this managed resource.
    openAccess Boolean
    Whether this profile can be accessed by anyone
    type String
    Available values: "custom".
    updatedAt String
    When the profile was lasted updated
    createdAt string
    When the profile was created
    id string
    The provider-assigned unique ID for this managed resource.
    openAccess boolean
    Whether this profile can be accessed by anyone
    type string
    Available values: "custom".
    updatedAt string
    When the profile was lasted updated
    created_at str
    When the profile was created
    id str
    The provider-assigned unique ID for this managed resource.
    open_access bool
    Whether this profile can be accessed by anyone
    type str
    Available values: "custom".
    updated_at str
    When the profile was lasted updated
    createdAt String
    When the profile was created
    id String
    The provider-assigned unique ID for this managed resource.
    openAccess Boolean
    Whether this profile can be accessed by anyone
    type String
    Available values: "custom".
    updatedAt String
    When the profile was lasted updated

    Look up Existing DlpCustomProfile Resource

    Get an existing DlpCustomProfile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DlpCustomProfileState, opts?: CustomResourceOptions): DlpCustomProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            ai_context_enabled: Optional[bool] = None,
            allowed_match_count: Optional[int] = None,
            confidence_threshold: Optional[str] = None,
            context_awareness: Optional[DlpCustomProfileContextAwarenessArgs] = None,
            created_at: Optional[str] = None,
            description: Optional[str] = None,
            entries: Optional[Sequence[DlpCustomProfileEntryArgs]] = None,
            name: Optional[str] = None,
            ocr_enabled: Optional[bool] = None,
            open_access: Optional[bool] = None,
            profiles: Optional[Sequence[DlpCustomProfileProfileArgs]] = None,
            shared_entries: Optional[Sequence[DlpCustomProfileSharedEntryArgs]] = None,
            type: Optional[str] = None,
            updated_at: Optional[str] = None) -> DlpCustomProfile
    func GetDlpCustomProfile(ctx *Context, name string, id IDInput, state *DlpCustomProfileState, opts ...ResourceOption) (*DlpCustomProfile, error)
    public static DlpCustomProfile Get(string name, Input<string> id, DlpCustomProfileState? state, CustomResourceOptions? opts = null)
    public static DlpCustomProfile get(String name, Output<String> id, DlpCustomProfileState state, CustomResourceOptions options)
    resources:  _:    type: cloudflare:DlpCustomProfile    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    AiContextEnabled bool
    AllowedMatchCount int
    Related DLP policies will trigger when the match count exceeds the number set.
    ConfidenceThreshold string
    ContextAwareness DlpCustomProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    CreatedAt string
    When the profile was created
    Description string
    The description of the profile
    Entries List<DlpCustomProfileEntry>
    Name string
    OcrEnabled bool
    OpenAccess bool
    Whether this profile can be accessed by anyone
    Profiles List<DlpCustomProfileProfile>
    SharedEntries List<DlpCustomProfileSharedEntry>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    Type string
    Available values: "custom".
    UpdatedAt string
    When the profile was lasted updated
    AccountId string
    AiContextEnabled bool
    AllowedMatchCount int
    Related DLP policies will trigger when the match count exceeds the number set.
    ConfidenceThreshold string
    ContextAwareness DlpCustomProfileContextAwarenessArgs
    Scan the context of predefined entries to only return matches surrounded by keywords.
    CreatedAt string
    When the profile was created
    Description string
    The description of the profile
    Entries []DlpCustomProfileEntryArgs
    Name string
    OcrEnabled bool
    OpenAccess bool
    Whether this profile can be accessed by anyone
    Profiles []DlpCustomProfileProfileArgs
    SharedEntries []DlpCustomProfileSharedEntryArgs
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    Type string
    Available values: "custom".
    UpdatedAt string
    When the profile was lasted updated
    accountId String
    aiContextEnabled Boolean
    allowedMatchCount Integer
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold String
    contextAwareness DlpCustomProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    createdAt String
    When the profile was created
    description String
    The description of the profile
    entries List<DlpCustomProfileEntry>
    name String
    ocrEnabled Boolean
    openAccess Boolean
    Whether this profile can be accessed by anyone
    profiles List<DlpCustomProfileProfile>
    sharedEntries List<DlpCustomProfileSharedEntry>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    type String
    Available values: "custom".
    updatedAt String
    When the profile was lasted updated
    accountId string
    aiContextEnabled boolean
    allowedMatchCount number
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold string
    contextAwareness DlpCustomProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    createdAt string
    When the profile was created
    description string
    The description of the profile
    entries DlpCustomProfileEntry[]
    name string
    ocrEnabled boolean
    openAccess boolean
    Whether this profile can be accessed by anyone
    profiles DlpCustomProfileProfile[]
    sharedEntries DlpCustomProfileSharedEntry[]
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    type string
    Available values: "custom".
    updatedAt string
    When the profile was lasted updated
    account_id str
    ai_context_enabled bool
    allowed_match_count int
    Related DLP policies will trigger when the match count exceeds the number set.
    confidence_threshold str
    context_awareness DlpCustomProfileContextAwarenessArgs
    Scan the context of predefined entries to only return matches surrounded by keywords.
    created_at str
    When the profile was created
    description str
    The description of the profile
    entries Sequence[DlpCustomProfileEntryArgs]
    name str
    ocr_enabled bool
    open_access bool
    Whether this profile can be accessed by anyone
    profiles Sequence[DlpCustomProfileProfileArgs]
    shared_entries Sequence[DlpCustomProfileSharedEntryArgs]
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    type str
    Available values: "custom".
    updated_at str
    When the profile was lasted updated
    accountId String
    aiContextEnabled Boolean
    allowedMatchCount Number
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold String
    contextAwareness Property Map
    Scan the context of predefined entries to only return matches surrounded by keywords.
    createdAt String
    When the profile was created
    description String
    The description of the profile
    entries List<Property Map>
    name String
    ocrEnabled Boolean
    openAccess Boolean
    Whether this profile can be accessed by anyone
    profiles List<Property Map>
    sharedEntries List<Property Map>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    type String
    Available values: "custom".
    updatedAt String
    When the profile was lasted updated

    Supporting Types

    DlpCustomProfileContextAwareness, DlpCustomProfileContextAwarenessArgs

    Enabled bool
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    Skip DlpCustomProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    Enabled bool
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    Skip DlpCustomProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled Boolean
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip DlpCustomProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled boolean
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip DlpCustomProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled bool
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip DlpCustomProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled Boolean
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip Property Map
    Content types to exclude from context analysis and return all matches.

    DlpCustomProfileContextAwarenessSkip, DlpCustomProfileContextAwarenessSkipArgs

    Files bool
    If the content type is a file, skip context analysis and return all matches.
    Files bool
    If the content type is a file, skip context analysis and return all matches.
    files Boolean
    If the content type is a file, skip context analysis and return all matches.
    files boolean
    If the content type is a file, skip context analysis and return all matches.
    files bool
    If the content type is a file, skip context analysis and return all matches.
    files Boolean
    If the content type is a file, skip context analysis and return all matches.

    DlpCustomProfileEntry, DlpCustomProfileEntryArgs

    enabled Boolean
    name String
    pattern Property Map
    words List<String>

    DlpCustomProfileEntryPattern, DlpCustomProfileEntryPatternArgs

    Regex string
    Validation string
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    Regex string
    Validation string
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex String
    validation String
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex string
    validation string
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex str
    validation str
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex String
    validation String
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    DlpCustomProfileProfile, DlpCustomProfileProfileArgs

    Entries List<DlpCustomProfileProfileEntry>
    Name string
    AiContextEnabled bool
    AllowedMatchCount int
    Related DLP policies will trigger when the match count exceeds the number set.
    ConfidenceThreshold string
    ContextAwareness DlpCustomProfileProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    Description string
    The description of the profile
    OcrEnabled bool
    SharedEntries List<DlpCustomProfileProfileSharedEntry>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    Entries []DlpCustomProfileProfileEntry
    Name string
    AiContextEnabled bool
    AllowedMatchCount int
    Related DLP policies will trigger when the match count exceeds the number set.
    ConfidenceThreshold string
    ContextAwareness DlpCustomProfileProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    Description string
    The description of the profile
    OcrEnabled bool
    SharedEntries []DlpCustomProfileProfileSharedEntry
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    entries List<DlpCustomProfileProfileEntry>
    name String
    aiContextEnabled Boolean
    allowedMatchCount Integer
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold String
    contextAwareness DlpCustomProfileProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description String
    The description of the profile
    ocrEnabled Boolean
    sharedEntries List<DlpCustomProfileProfileSharedEntry>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    entries DlpCustomProfileProfileEntry[]
    name string
    aiContextEnabled boolean
    allowedMatchCount number
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold string
    contextAwareness DlpCustomProfileProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description string
    The description of the profile
    ocrEnabled boolean
    sharedEntries DlpCustomProfileProfileSharedEntry[]
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    entries Sequence[DlpCustomProfileProfileEntry]
    name str
    ai_context_enabled bool
    allowed_match_count int
    Related DLP policies will trigger when the match count exceeds the number set.
    confidence_threshold str
    context_awareness DlpCustomProfileProfileContextAwareness
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description str
    The description of the profile
    ocr_enabled bool
    shared_entries Sequence[DlpCustomProfileProfileSharedEntry]
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).
    entries List<Property Map>
    name String
    aiContextEnabled Boolean
    allowedMatchCount Number
    Related DLP policies will trigger when the match count exceeds the number set.
    confidenceThreshold String
    contextAwareness Property Map
    Scan the context of predefined entries to only return matches surrounded by keywords.
    description String
    The description of the profile
    ocrEnabled Boolean
    sharedEntries List<Property Map>
    Entries from other profiles (e.g. pre-defined Cloudflare profiles, or your Microsoft Information Protection profiles).

    DlpCustomProfileProfileContextAwareness, DlpCustomProfileProfileContextAwarenessArgs

    Enabled bool
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    Skip DlpCustomProfileProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    Enabled bool
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    Skip DlpCustomProfileProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled Boolean
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip DlpCustomProfileProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled boolean
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip DlpCustomProfileProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled bool
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip DlpCustomProfileProfileContextAwarenessSkip
    Content types to exclude from context analysis and return all matches.
    enabled Boolean
    If true, scan the context of predefined entries to only return matches surrounded by keywords.
    skip Property Map
    Content types to exclude from context analysis and return all matches.

    DlpCustomProfileProfileContextAwarenessSkip, DlpCustomProfileProfileContextAwarenessSkipArgs

    Files bool
    If the content type is a file, skip context analysis and return all matches.
    Files bool
    If the content type is a file, skip context analysis and return all matches.
    files Boolean
    If the content type is a file, skip context analysis and return all matches.
    files boolean
    If the content type is a file, skip context analysis and return all matches.
    files bool
    If the content type is a file, skip context analysis and return all matches.
    files Boolean
    If the content type is a file, skip context analysis and return all matches.

    DlpCustomProfileProfileEntry, DlpCustomProfileProfileEntryArgs

    enabled Boolean
    name String
    pattern Property Map
    words List<String>

    DlpCustomProfileProfileEntryPattern, DlpCustomProfileProfileEntryPatternArgs

    Regex string
    Validation string
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    Regex string
    Validation string
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex String
    validation String
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex string
    validation string
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex str
    validation str
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    regex String
    validation String
    Available values: "luhn".

    Deprecated: This attribute is deprecated.

    DlpCustomProfileProfileSharedEntry, DlpCustomProfileProfileSharedEntryArgs

    Enabled bool
    EntryId string
    EntryType string
    Available values: "custom".
    Enabled bool
    EntryId string
    EntryType string
    Available values: "custom".
    enabled Boolean
    entryId String
    entryType String
    Available values: "custom".
    enabled boolean
    entryId string
    entryType string
    Available values: "custom".
    enabled bool
    entry_id str
    entry_type str
    Available values: "custom".
    enabled Boolean
    entryId String
    entryType String
    Available values: "custom".

    DlpCustomProfileSharedEntry, DlpCustomProfileSharedEntryArgs

    Enabled bool
    EntryId string
    EntryType string
    Available values: "custom".
    Enabled bool
    EntryId string
    EntryType string
    Available values: "custom".
    enabled Boolean
    entryId String
    entryType String
    Available values: "custom".
    enabled boolean
    entryId string
    entryType string
    Available values: "custom".
    enabled bool
    entry_id str
    entry_type str
    Available values: "custom".
    enabled Boolean
    entryId String
    entryType String
    Available values: "custom".

    Import

    $ pulumi import cloudflare:index/dlpCustomProfile:DlpCustomProfile example '<account_id>/<profile_id>'
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo
    Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi