1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDLPIncidentReceiverServers
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

zia.getDLPIncidentReceiverServers

Explore with Pulumi AI

zia logo
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

    Use the zia_dlp_incident_receiver_servers data source to get information about a ZIA DLP Incident Receiver Server in the Zscaler Internet Access cloud or via the API.

    Example Usage

    # Retrieve a DLP Incident Receiver Server by name
    data "zia_dlp_incident_receiver_servers" "this" {
      name = "ZS_Incident_Receiver"
    }
    
    # Retrieve a DLP Incident Receiver Server by ID
    data "zia_dlp_incident_receiver_servers" "this"{
        id = 1234567890
    }
    

    Using getDLPIncidentReceiverServers

    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 getDLPIncidentReceiverServers(args: GetDLPIncidentReceiverServersArgs, opts?: InvokeOptions): Promise<GetDLPIncidentReceiverServersResult>
    function getDLPIncidentReceiverServersOutput(args: GetDLPIncidentReceiverServersOutputArgs, opts?: InvokeOptions): Output<GetDLPIncidentReceiverServersResult>
    def get_dlp_incident_receiver_servers(name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetDLPIncidentReceiverServersResult
    def get_dlp_incident_receiver_servers_output(name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetDLPIncidentReceiverServersResult]
    func GetDLPIncidentReceiverServers(ctx *Context, args *GetDLPIncidentReceiverServersArgs, opts ...InvokeOption) (*GetDLPIncidentReceiverServersResult, error)
    func GetDLPIncidentReceiverServersOutput(ctx *Context, args *GetDLPIncidentReceiverServersOutputArgs, opts ...InvokeOption) GetDLPIncidentReceiverServersResultOutput

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

    public static class GetDLPIncidentReceiverServers 
    {
        public static Task<GetDLPIncidentReceiverServersResult> InvokeAsync(GetDLPIncidentReceiverServersArgs args, InvokeOptions? opts = null)
        public static Output<GetDLPIncidentReceiverServersResult> Invoke(GetDLPIncidentReceiverServersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDLPIncidentReceiverServersResult> getDLPIncidentReceiverServers(GetDLPIncidentReceiverServersArgs args, InvokeOptions options)
    public static Output<GetDLPIncidentReceiverServersResult> getDLPIncidentReceiverServers(GetDLPIncidentReceiverServersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getDLPIncidentReceiverServers:getDLPIncidentReceiverServers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getDLPIncidentReceiverServers Result

    The following output properties are available:

    Flags int
    Id int
    Status string
    Url string
    Name string
    Flags int
    Id int
    Status string
    Url string
    Name string
    flags Integer
    id Integer
    status String
    url String
    name String
    flags number
    id number
    status string
    url string
    name string
    flags int
    id int
    status str
    url str
    name str
    flags Number
    id Number
    status String
    url String
    name String

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    MIT
    Notes
    This Pulumi package is based on the zia Terraform Provider.
    zia logo
    Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler