1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getCasbTombstoneTemplate
Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler

zia.getCasbTombstoneTemplate

Explore with Pulumi AI

zia logo
Zscaler Internet Access v1.1.1 published on Tuesday, Jun 24, 2025 by Zscaler

    Use the zia_casb_tombstone_template data source to get information about templates for the tombstone file created when a file is quarantined.

    Example Usage

    By Name

    
    data "zia_casb_tombstone_template" "this" {
      name = "TombstoneTemplate01"
    }
    

    By ID

    
    data "zia_casb_tombstone_template" "this" {
      id = 154658
    }
    

    Using getCasbTombstoneTemplate

    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 getCasbTombstoneTemplate(args: GetCasbTombstoneTemplateArgs, opts?: InvokeOptions): Promise<GetCasbTombstoneTemplateResult>
    function getCasbTombstoneTemplateOutput(args: GetCasbTombstoneTemplateOutputArgs, opts?: InvokeOptions): Output<GetCasbTombstoneTemplateResult>
    def get_casb_tombstone_template(id: Optional[int] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCasbTombstoneTemplateResult
    def get_casb_tombstone_template_output(id: Optional[pulumi.Input[int]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetCasbTombstoneTemplateResult]
    func GetCasbTombstoneTemplate(ctx *Context, args *GetCasbTombstoneTemplateArgs, opts ...InvokeOption) (*GetCasbTombstoneTemplateResult, error)
    func GetCasbTombstoneTemplateOutput(ctx *Context, args *GetCasbTombstoneTemplateOutputArgs, opts ...InvokeOption) GetCasbTombstoneTemplateResultOutput

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

    public static class GetCasbTombstoneTemplate 
    {
        public static Task<GetCasbTombstoneTemplateResult> InvokeAsync(GetCasbTombstoneTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetCasbTombstoneTemplateResult> Invoke(GetCasbTombstoneTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCasbTombstoneTemplateResult> getCasbTombstoneTemplate(GetCasbTombstoneTemplateArgs args, InvokeOptions options)
    public static Output<GetCasbTombstoneTemplateResult> getCasbTombstoneTemplate(GetCasbTombstoneTemplateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getCasbTombstoneTemplate:getCasbTombstoneTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id int
    Tombstone file template ID
    Name string
    Tombstone file template name
    Id int
    Tombstone file template ID
    Name string
    Tombstone file template name
    id Integer
    Tombstone file template ID
    name String
    Tombstone file template name
    id number
    Tombstone file template ID
    name string
    Tombstone file template name
    id int
    Tombstone file template ID
    name str
    Tombstone file template name
    id Number
    Tombstone file template ID
    name String
    Tombstone file template name

    getCasbTombstoneTemplate Result

    The following output properties are available:

    Description string
    Id int
    Name string
    Description string
    Id int
    Name string
    description String
    id Integer
    name String
    description string
    id number
    name string
    description str
    id int
    name str
    description String
    id Number
    name 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.1.1 published on Tuesday, Jun 24, 2025 by Zscaler