Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getATPSecurityExceptions
Explore with Pulumi AI
Use the zia_atp_security_exceptions data source to retrieve information about the security exceptions configured for the ATP policy. To learn more see Advanced Threat Protection
Example Usage
data "zia_atp_security_exceptions" "this" {}
Using getATPSecurityExceptions
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 getATPSecurityExceptions(opts?: InvokeOptions): Promise<GetATPSecurityExceptionsResult>
function getATPSecurityExceptionsOutput(opts?: InvokeOptions): Output<GetATPSecurityExceptionsResult>
def get_atp_security_exceptions(opts: Optional[InvokeOptions] = None) -> GetATPSecurityExceptionsResult
def get_atp_security_exceptions_output(opts: Optional[InvokeOptions] = None) -> Output[GetATPSecurityExceptionsResult]
func LookupATPSecurityExceptions(ctx *Context, opts ...InvokeOption) (*LookupATPSecurityExceptionsResult, error)
func LookupATPSecurityExceptionsOutput(ctx *Context, opts ...InvokeOption) LookupATPSecurityExceptionsResultOutput
> Note: This function is named LookupATPSecurityExceptions
in the Go SDK.
public static class GetATPSecurityExceptions
{
public static Task<GetATPSecurityExceptionsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetATPSecurityExceptionsResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetATPSecurityExceptionsResult> getATPSecurityExceptions(InvokeOptions options)
public static Output<GetATPSecurityExceptionsResult> getATPSecurityExceptions(InvokeOptions options)
fn::invoke:
function: zia:index/getATPSecurityExceptions:getATPSecurityExceptions
arguments:
# arguments dictionary
getATPSecurityExceptions Result
The following output properties are available:
- Bypass
Urls List<string> - Id string
- The provider-assigned unique ID for this managed resource.
- Bypass
Urls []string - Id string
- The provider-assigned unique ID for this managed resource.
- bypass
Urls List<String> - id String
- The provider-assigned unique ID for this managed resource.
- bypass
Urls string[] - id string
- The provider-assigned unique ID for this managed resource.
- bypass_
urls Sequence[str] - id str
- The provider-assigned unique ID for this managed resource.
- bypass
Urls List<String> - id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.