1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. AtpSecurityExceptions
pulumi-resource-zia v1.3.3 published on Friday, Feb 27, 2026 by Zscaler
zia logo
pulumi-resource-zia v1.3.3 published on Friday, Feb 27, 2026 by Zscaler

    The zia_atp_security_exceptions resource manages the list of bypass URLs for Advanced Threat Protection (ATP) in the Zscaler Internet Access (ZIA) cloud service. URLs added to this list are excluded from ATP scanning. This is a singleton resource.

    For more information, see the ZIA Advanced Threat Protection documentation.

    This is a singleton resource. Import is not applicable.

    Example Usage

    Configure ATP Security Exceptions

    Example coming soon!

    Example coming soon!

    Example coming soon!

    import * as zia from "@bdzscaler/pulumi-zia";
    
    const example = new zia.AtpSecurityExceptions("example", {
        bypassUrls: [
            "trusted-partner.com",
            "internal-app.example.org",
        ],
    });
    
    import zscaler_pulumi_zia as zia
    
    example = zia.AtpSecurityExceptions("example",
        bypass_urls=[
            "trusted-partner.com",
            "internal-app.example.org",
        ],
    )
    
    resources:
      example:
        type: zia:AtpSecurityExceptions
        properties:
          bypassUrls:
            - trusted-partner.com
            - internal-app.example.org
    

    Create AtpSecurityExceptions Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AtpSecurityExceptions(name: string, args?: AtpSecurityExceptionsArgs, opts?: CustomResourceOptions);
    @overload
    def AtpSecurityExceptions(resource_name: str,
                              args: Optional[AtpSecurityExceptionsArgs] = None,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def AtpSecurityExceptions(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              bypass_urls: Optional[Sequence[str]] = None)
    func NewAtpSecurityExceptions(ctx *Context, name string, args *AtpSecurityExceptionsArgs, opts ...ResourceOption) (*AtpSecurityExceptions, error)
    public AtpSecurityExceptions(string name, AtpSecurityExceptionsArgs? args = null, CustomResourceOptions? opts = null)
    public AtpSecurityExceptions(String name, AtpSecurityExceptionsArgs args)
    public AtpSecurityExceptions(String name, AtpSecurityExceptionsArgs args, CustomResourceOptions options)
    
    type: zia:AtpSecurityExceptions
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AtpSecurityExceptionsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AtpSecurityExceptionsArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AtpSecurityExceptionsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AtpSecurityExceptionsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AtpSecurityExceptionsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var atpSecurityExceptionsResource = new Zia.AtpSecurityExceptions("atpSecurityExceptionsResource", new()
    {
        BypassUrls = new[]
        {
            "string",
        },
    });
    
    example, err := zia.NewAtpSecurityExceptions(ctx, "atpSecurityExceptionsResource", &zia.AtpSecurityExceptionsArgs{
    	BypassUrls: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var atpSecurityExceptionsResource = new AtpSecurityExceptions("atpSecurityExceptionsResource", AtpSecurityExceptionsArgs.builder()
        .bypassUrls("string")
        .build());
    
    atp_security_exceptions_resource = zia.AtpSecurityExceptions("atpSecurityExceptionsResource", bypass_urls=["string"])
    
    const atpSecurityExceptionsResource = new zia.AtpSecurityExceptions("atpSecurityExceptionsResource", {bypassUrls: ["string"]});
    
    type: zia:AtpSecurityExceptions
    properties:
        bypassUrls:
            - string
    

    AtpSecurityExceptions Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AtpSecurityExceptions resource accepts the following input properties:

    BypassUrls List<string>
    List of URLs to be excluded (bypassed) from Advanced Threat Protection scanning.
    BypassUrls []string
    List of URLs to be excluded (bypassed) from Advanced Threat Protection scanning.
    bypassUrls List<String>
    List of URLs to be excluded (bypassed) from Advanced Threat Protection scanning.
    bypassUrls string[]
    List of URLs to be excluded (bypassed) from Advanced Threat Protection scanning.
    bypass_urls Sequence[str]
    List of URLs to be excluded (bypassed) from Advanced Threat Protection scanning.
    bypassUrls List<String>
    List of URLs to be excluded (bypassed) from Advanced Threat Protection scanning.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AtpSecurityExceptions resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceId string
    The internal resource identifier for the ATP security exceptions.
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceId string
    The internal resource identifier for the ATP security exceptions.
    id String
    The provider-assigned unique ID for this managed resource.
    resourceId String
    The internal resource identifier for the ATP security exceptions.
    id string
    The provider-assigned unique ID for this managed resource.
    resourceId string
    The internal resource identifier for the ATP security exceptions.
    id str
    The provider-assigned unique ID for this managed resource.
    resource_id str
    The internal resource identifier for the ATP security exceptions.
    id String
    The provider-assigned unique ID for this managed resource.
    resourceId String
    The internal resource identifier for the ATP security exceptions.

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    zia logo
    pulumi-resource-zia v1.3.3 published on Friday, Feb 27, 2026 by Zscaler
      Meet Neo: Your AI Platform Teammate