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 ICAP server by ID or name.
Using getDlpIcapServer
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 getDlpIcapServer(args: GetDlpIcapServerArgs, opts?: InvokeOptions): Promise<GetDlpIcapServerResult>
function getDlpIcapServerOutput(args: GetDlpIcapServerOutputArgs, opts?: InvokeOptions): Output<GetDlpIcapServerResult>def get_dlp_icap_server(name: Optional[str] = None,
resource_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDlpIcapServerResult
def get_dlp_icap_server_output(name: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDlpIcapServerResult]func GetDlpIcapServer(ctx *Context, args *GetDlpIcapServerArgs, opts ...InvokeOption) (*GetDlpIcapServerResult, error)
func GetDlpIcapServerOutput(ctx *Context, args *GetDlpIcapServerOutputArgs, opts ...InvokeOption) GetDlpIcapServerResultOutput> Note: This function is named GetDlpIcapServer in the Go SDK.
public static class GetDlpIcapServer
{
public static Task<GetDlpIcapServerResult> InvokeAsync(GetDlpIcapServerArgs args, InvokeOptions? opts = null)
public static Output<GetDlpIcapServerResult> Invoke(GetDlpIcapServerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDlpIcapServerResult> getDlpIcapServer(GetDlpIcapServerArgs args, InvokeOptions options)
public static Output<GetDlpIcapServerResult> getDlpIcapServer(GetDlpIcapServerArgs args, InvokeOptions options)
fn::invoke:
function: zia:getDlpIcapServer
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the DLP ICAP server to look up.
- Resource
Id int - The ID of the DLP ICAP server to look up.
- Name string
- The name of the DLP ICAP server to look up.
- Resource
Id int - The ID of the DLP ICAP server to look up.
- name String
- The name of the DLP ICAP server to look up.
- resource
Id Integer - The ID of the DLP ICAP server to look up.
- name string
- The name of the DLP ICAP server to look up.
- resource
Id number - The ID of the DLP ICAP server to look up.
- name str
- The name of the DLP ICAP server to look up.
- resource_
id int - The ID of the DLP ICAP server to look up.
- name String
- The name of the DLP ICAP server to look up.
- resource
Id Number - The ID of the DLP ICAP server to look up.
getDlpIcapServer Result
The following output properties are available:
- Name string
- The name of the DLP ICAP server.
- Resource
Id int - The ID of the DLP ICAP server.
- Status string
- The status of the DLP ICAP server.
- Url string
- The URL of the DLP ICAP server.
- Name string
- The name of the DLP ICAP server.
- Resource
Id int - The ID of the DLP ICAP server.
- Status string
- The status of the DLP ICAP server.
- Url string
- The URL of the DLP ICAP server.
- name String
- The name of the DLP ICAP server.
- resource
Id Integer - The ID of the DLP ICAP server.
- status String
- The status of the DLP ICAP server.
- url String
- The URL of the DLP ICAP server.
- name string
- The name of the DLP ICAP server.
- resource
Id number - The ID of the DLP ICAP server.
- status string
- The status of the DLP ICAP server.
- url string
- The URL of the DLP ICAP server.
- name str
- The name of the DLP ICAP server.
- resource_
id int - The ID of the DLP ICAP server.
- status str
- The status of the DLP ICAP server.
- url str
- The URL of the DLP ICAP server.
- name String
- The name of the DLP ICAP server.
- resource
Id Number - The ID of the DLP ICAP server.
- status String
- The status of the DLP ICAP server.
- url String
- The URL of the DLP ICAP 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
