Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Use this data source to look up a DLP incident receiver server by ID or name.
Using getDlpIncidentReceiverServer
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 getDlpIncidentReceiverServer(args: GetDlpIncidentReceiverServerArgs, opts?: InvokeOptions): Promise<GetDlpIncidentReceiverServerResult>
function getDlpIncidentReceiverServerOutput(args: GetDlpIncidentReceiverServerOutputArgs, opts?: InvokeOptions): Output<GetDlpIncidentReceiverServerResult>def get_dlp_incident_receiver_server(name: Optional[str] = None,
resource_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDlpIncidentReceiverServerResult
def get_dlp_incident_receiver_server_output(name: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDlpIncidentReceiverServerResult]func GetDlpIncidentReceiverServer(ctx *Context, args *GetDlpIncidentReceiverServerArgs, opts ...InvokeOption) (*GetDlpIncidentReceiverServerResult, error)
func GetDlpIncidentReceiverServerOutput(ctx *Context, args *GetDlpIncidentReceiverServerOutputArgs, opts ...InvokeOption) GetDlpIncidentReceiverServerResultOutput> Note: This function is named GetDlpIncidentReceiverServer in the Go SDK.
public static class GetDlpIncidentReceiverServer
{
public static Task<GetDlpIncidentReceiverServerResult> InvokeAsync(GetDlpIncidentReceiverServerArgs args, InvokeOptions? opts = null)
public static Output<GetDlpIncidentReceiverServerResult> Invoke(GetDlpIncidentReceiverServerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDlpIncidentReceiverServerResult> getDlpIncidentReceiverServer(GetDlpIncidentReceiverServerArgs args, InvokeOptions options)
public static Output<GetDlpIncidentReceiverServerResult> getDlpIncidentReceiverServer(GetDlpIncidentReceiverServerArgs args, InvokeOptions options)
fn::invoke:
function: zia:getDlpIncidentReceiverServer
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the DLP incident receiver server to look up.
- Resource
Id int - The ID of the DLP incident receiver server to look up.
- Name string
- The name of the DLP incident receiver server to look up.
- Resource
Id int - The ID of the DLP incident receiver server to look up.
- name String
- The name of the DLP incident receiver server to look up.
- resource
Id Integer - The ID of the DLP incident receiver server to look up.
- name string
- The name of the DLP incident receiver server to look up.
- resource
Id number - The ID of the DLP incident receiver server to look up.
- name str
- The name of the DLP incident receiver server to look up.
- resource_
id int - The ID of the DLP incident receiver server to look up.
- name String
- The name of the DLP incident receiver server to look up.
- resource
Id Number - The ID of the DLP incident receiver server to look up.
getDlpIncidentReceiverServer Result
The following output properties are available:
- Flags int
- The flags associated with the DLP incident receiver server.
- Name string
- The name of the DLP incident receiver server.
- Resource
Id int - The ID of the DLP incident receiver server.
- Status string
- The status of the DLP incident receiver server.
- Url string
- The URL of the DLP incident receiver server.
- Flags int
- The flags associated with the DLP incident receiver server.
- Name string
- The name of the DLP incident receiver server.
- Resource
Id int - The ID of the DLP incident receiver server.
- Status string
- The status of the DLP incident receiver server.
- Url string
- The URL of the DLP incident receiver server.
- flags Integer
- The flags associated with the DLP incident receiver server.
- name String
- The name of the DLP incident receiver server.
- resource
Id Integer - The ID of the DLP incident receiver server.
- status String
- The status of the DLP incident receiver server.
- url String
- The URL of the DLP incident receiver server.
- flags number
- The flags associated with the DLP incident receiver server.
- name string
- The name of the DLP incident receiver server.
- resource
Id number - The ID of the DLP incident receiver server.
- status string
- The status of the DLP incident receiver server.
- url string
- The URL of the DLP incident receiver server.
- flags int
- The flags associated with the DLP incident receiver server.
- name str
- The name of the DLP incident receiver server.
- resource_
id int - The ID of the DLP incident receiver server.
- status str
- The status of the DLP incident receiver server.
- url str
- The URL of the DLP incident receiver server.
- flags Number
- The flags associated with the DLP incident receiver server.
- name String
- The name of the DLP incident receiver server.
- resource
Id Number - The ID of the DLP incident receiver server.
- status String
- The status of the DLP incident receiver server.
- url String
- The URL of the DLP incident receiver server.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
