1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDlpIdmProfile
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
zia logo
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler

    Use this data source to look up a DLP IDM profile by ID or name.

    Using getDlpIdmProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDlpIdmProfile(args: GetDlpIdmProfileArgs, opts?: InvokeOptions): Promise<GetDlpIdmProfileResult>
    function getDlpIdmProfileOutput(args: GetDlpIdmProfileOutputArgs, opts?: InvokeOptions): Output<GetDlpIdmProfileResult>
    def get_dlp_idm_profile(profile_id: Optional[int] = None,
                            profile_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetDlpIdmProfileResult
    def get_dlp_idm_profile_output(profile_id: Optional[pulumi.Input[int]] = None,
                            profile_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetDlpIdmProfileResult]
    func GetDlpIdmProfile(ctx *Context, args *GetDlpIdmProfileArgs, opts ...InvokeOption) (*GetDlpIdmProfileResult, error)
    func GetDlpIdmProfileOutput(ctx *Context, args *GetDlpIdmProfileOutputArgs, opts ...InvokeOption) GetDlpIdmProfileResultOutput

    > Note: This function is named GetDlpIdmProfile in the Go SDK.

    public static class GetDlpIdmProfile 
    {
        public static Task<GetDlpIdmProfileResult> InvokeAsync(GetDlpIdmProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetDlpIdmProfileResult> Invoke(GetDlpIdmProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDlpIdmProfileResult> getDlpIdmProfile(GetDlpIdmProfileArgs args, InvokeOptions options)
    public static Output<GetDlpIdmProfileResult> getDlpIdmProfile(GetDlpIdmProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:getDlpIdmProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProfileId int
    The ID of the DLP IDM profile to look up.
    ProfileName string
    The name of the DLP IDM profile to look up.
    ProfileId int
    The ID of the DLP IDM profile to look up.
    ProfileName string
    The name of the DLP IDM profile to look up.
    profileId Integer
    The ID of the DLP IDM profile to look up.
    profileName String
    The name of the DLP IDM profile to look up.
    profileId number
    The ID of the DLP IDM profile to look up.
    profileName string
    The name of the DLP IDM profile to look up.
    profile_id int
    The ID of the DLP IDM profile to look up.
    profile_name str
    The name of the DLP IDM profile to look up.
    profileId Number
    The ID of the DLP IDM profile to look up.
    profileName String
    The name of the DLP IDM profile to look up.

    getDlpIdmProfile Result

    The following output properties are available:

    Host string
    The host for the IDM profile.
    LastModifiedTime int
    The last modification time (epoch).
    NumDocuments int
    The number of documents in the profile.
    Port int
    The port for the IDM profile.
    ProfileDesc string
    The description of the DLP IDM profile.
    ProfileDirPath string
    The directory path of the profile.
    ProfileId int
    The ID of the DLP IDM profile.
    ProfileName string
    The name of the DLP IDM profile.
    ProfileType string
    The type of the DLP IDM profile.
    ScheduleDay int
    The schedule day for the profile.
    ScheduleDayOfMonth List<string>
    The schedule days of the month.
    ScheduleDayOfWeek List<string>
    The schedule days of the week.
    ScheduleDisabled bool
    Whether the schedule is disabled.
    ScheduleTime int
    The schedule time for the profile.
    ScheduleType string
    The schedule type for the profile.
    UploadStatus string
    The upload status of the profile.
    UserName string
    The username associated with the profile.
    Version int
    The version of the profile.
    VolumeOfDocuments int
    The volume of documents in the profile.
    Host string
    The host for the IDM profile.
    LastModifiedTime int
    The last modification time (epoch).
    NumDocuments int
    The number of documents in the profile.
    Port int
    The port for the IDM profile.
    ProfileDesc string
    The description of the DLP IDM profile.
    ProfileDirPath string
    The directory path of the profile.
    ProfileId int
    The ID of the DLP IDM profile.
    ProfileName string
    The name of the DLP IDM profile.
    ProfileType string
    The type of the DLP IDM profile.
    ScheduleDay int
    The schedule day for the profile.
    ScheduleDayOfMonth []string
    The schedule days of the month.
    ScheduleDayOfWeek []string
    The schedule days of the week.
    ScheduleDisabled bool
    Whether the schedule is disabled.
    ScheduleTime int
    The schedule time for the profile.
    ScheduleType string
    The schedule type for the profile.
    UploadStatus string
    The upload status of the profile.
    UserName string
    The username associated with the profile.
    Version int
    The version of the profile.
    VolumeOfDocuments int
    The volume of documents in the profile.
    host String
    The host for the IDM profile.
    lastModifiedTime Integer
    The last modification time (epoch).
    numDocuments Integer
    The number of documents in the profile.
    port Integer
    The port for the IDM profile.
    profileDesc String
    The description of the DLP IDM profile.
    profileDirPath String
    The directory path of the profile.
    profileId Integer
    The ID of the DLP IDM profile.
    profileName String
    The name of the DLP IDM profile.
    profileType String
    The type of the DLP IDM profile.
    scheduleDay Integer
    The schedule day for the profile.
    scheduleDayOfMonth List<String>
    The schedule days of the month.
    scheduleDayOfWeek List<String>
    The schedule days of the week.
    scheduleDisabled Boolean
    Whether the schedule is disabled.
    scheduleTime Integer
    The schedule time for the profile.
    scheduleType String
    The schedule type for the profile.
    uploadStatus String
    The upload status of the profile.
    userName String
    The username associated with the profile.
    version Integer
    The version of the profile.
    volumeOfDocuments Integer
    The volume of documents in the profile.
    host string
    The host for the IDM profile.
    lastModifiedTime number
    The last modification time (epoch).
    numDocuments number
    The number of documents in the profile.
    port number
    The port for the IDM profile.
    profileDesc string
    The description of the DLP IDM profile.
    profileDirPath string
    The directory path of the profile.
    profileId number
    The ID of the DLP IDM profile.
    profileName string
    The name of the DLP IDM profile.
    profileType string
    The type of the DLP IDM profile.
    scheduleDay number
    The schedule day for the profile.
    scheduleDayOfMonth string[]
    The schedule days of the month.
    scheduleDayOfWeek string[]
    The schedule days of the week.
    scheduleDisabled boolean
    Whether the schedule is disabled.
    scheduleTime number
    The schedule time for the profile.
    scheduleType string
    The schedule type for the profile.
    uploadStatus string
    The upload status of the profile.
    userName string
    The username associated with the profile.
    version number
    The version of the profile.
    volumeOfDocuments number
    The volume of documents in the profile.
    host str
    The host for the IDM profile.
    last_modified_time int
    The last modification time (epoch).
    num_documents int
    The number of documents in the profile.
    port int
    The port for the IDM profile.
    profile_desc str
    The description of the DLP IDM profile.
    profile_dir_path str
    The directory path of the profile.
    profile_id int
    The ID of the DLP IDM profile.
    profile_name str
    The name of the DLP IDM profile.
    profile_type str
    The type of the DLP IDM profile.
    schedule_day int
    The schedule day for the profile.
    schedule_day_of_month Sequence[str]
    The schedule days of the month.
    schedule_day_of_week Sequence[str]
    The schedule days of the week.
    schedule_disabled bool
    Whether the schedule is disabled.
    schedule_time int
    The schedule time for the profile.
    schedule_type str
    The schedule type for the profile.
    upload_status str
    The upload status of the profile.
    user_name str
    The username associated with the profile.
    version int
    The version of the profile.
    volume_of_documents int
    The volume of documents in the profile.
    host String
    The host for the IDM profile.
    lastModifiedTime Number
    The last modification time (epoch).
    numDocuments Number
    The number of documents in the profile.
    port Number
    The port for the IDM profile.
    profileDesc String
    The description of the DLP IDM profile.
    profileDirPath String
    The directory path of the profile.
    profileId Number
    The ID of the DLP IDM profile.
    profileName String
    The name of the DLP IDM profile.
    profileType String
    The type of the DLP IDM profile.
    scheduleDay Number
    The schedule day for the profile.
    scheduleDayOfMonth List<String>
    The schedule days of the month.
    scheduleDayOfWeek List<String>
    The schedule days of the week.
    scheduleDisabled Boolean
    Whether the schedule is disabled.
    scheduleTime Number
    The schedule time for the profile.
    scheduleType String
    The schedule type for the profile.
    uploadStatus String
    The upload status of the profile.
    userName String
    The username associated with the profile.
    version Number
    The version of the profile.
    volumeOfDocuments Number
    The volume of documents in the profile.

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    zia logo
    Viewing docs for pulumi-resource-zia v1.3.8
    published on Friday, Mar 13, 2026 by Zscaler
      Try Pulumi Cloud free. Your team will thank you.