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

zia.getAuthSettingsURLs

Explore with Pulumi AI

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

    Use the zia_auth_settings_urls data source to get a list of URLs that were exempted from cookie authentiation and SSL Inspection in the Zscaler Internet Access cloud or via the API. To learn more see URL Format Guidelines

    Example Usage

    # ZIA User Auth Settings Data Source
    data "zia_auth_settings_urls" "foo" {}
    

    Using getAuthSettingsURLs

    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 getAuthSettingsURLs(opts?: InvokeOptions): Promise<GetAuthSettingsURLsResult>
    function getAuthSettingsURLsOutput(opts?: InvokeOptions): Output<GetAuthSettingsURLsResult>
    def get_auth_settings_urls(opts: Optional[InvokeOptions] = None) -> GetAuthSettingsURLsResult
    def get_auth_settings_urls_output(opts: Optional[InvokeOptions] = None) -> Output[GetAuthSettingsURLsResult]
    func LookupAuthSettingsURLs(ctx *Context, opts ...InvokeOption) (*LookupAuthSettingsURLsResult, error)
    func LookupAuthSettingsURLsOutput(ctx *Context, opts ...InvokeOption) LookupAuthSettingsURLsResultOutput

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

    public static class GetAuthSettingsURLs 
    {
        public static Task<GetAuthSettingsURLsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetAuthSettingsURLsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAuthSettingsURLsResult> getAuthSettingsURLs(InvokeOptions options)
    public static Output<GetAuthSettingsURLsResult> getAuthSettingsURLs(InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getAuthSettingsURLs:getAuthSettingsURLs
      arguments:
        # arguments dictionary

    getAuthSettingsURLs Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Urls List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Urls []string
    id String
    The provider-assigned unique ID for this managed resource.
    urls List<String>
    id string
    The provider-assigned unique ID for this managed resource.
    urls string[]
    id str
    The provider-assigned unique ID for this managed resource.
    urls Sequence[str]
    id String
    The provider-assigned unique ID for this managed resource.
    urls List<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