pulumi-resource-zia v1.3.3 published on Friday, Feb 27, 2026 by Zscaler
pulumi-resource-zia v1.3.3 published on Friday, Feb 27, 2026 by Zscaler
Use this data source to look up a CASB quarantine tombstone template by ID or name.
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(name: Optional[str] = None,
resource_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetCasbTombstoneTemplateResult
def get_casb_tombstone_template_output(name: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[int]] = 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:getCasbTombstoneTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the tombstone template to look up.
- Resource
Id int - The ID of the tombstone template to look up.
- Name string
- The name of the tombstone template to look up.
- Resource
Id int - The ID of the tombstone template to look up.
- name String
- The name of the tombstone template to look up.
- resource
Id Integer - The ID of the tombstone template to look up.
- name string
- The name of the tombstone template to look up.
- resource
Id number - The ID of the tombstone template to look up.
- name str
- The name of the tombstone template to look up.
- resource_
id int - The ID of the tombstone template to look up.
- name String
- The name of the tombstone template to look up.
- resource
Id Number - The ID of the tombstone template to look up.
getCasbTombstoneTemplate Result
The following output properties are available:
- Description string
- The description of the tombstone template.
- Name string
- The name of the tombstone template.
- Resource
Id int - The ID of the tombstone template.
- Description string
- The description of the tombstone template.
- Name string
- The name of the tombstone template.
- Resource
Id int - The ID of the tombstone template.
- description String
- The description of the tombstone template.
- name String
- The name of the tombstone template.
- resource
Id Integer - The ID of the tombstone template.
- description string
- The description of the tombstone template.
- name string
- The name of the tombstone template.
- resource
Id number - The ID of the tombstone template.
- description str
- The description of the tombstone template.
- name str
- The name of the tombstone template.
- resource_
id int - The ID of the tombstone template.
- description String
- The description of the tombstone template.
- name String
- The name of the tombstone template.
- resource
Id Number - The ID of the tombstone template.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
pulumi-resource-zia v1.3.3 published on Friday, Feb 27, 2026 by Zscaler
