Viewing docs for pulumi-resource-zia v1.3.9
published on Thursday, Apr 2, 2026 by Zscaler
published on Thursday, Apr 2, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.9
published on Thursday, Apr 2, 2026 by Zscaler
published on Thursday, Apr 2, 2026 by Zscaler
Use this data source to look up a DLP Exact Data Match (EDM) schema by ID or project name.
Using getDlpEdmSchema
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 getDlpEdmSchema(args: GetDlpEdmSchemaArgs, opts?: InvokeOptions): Promise<GetDlpEdmSchemaResult>
function getDlpEdmSchemaOutput(args: GetDlpEdmSchemaOutputArgs, opts?: InvokeOptions): Output<GetDlpEdmSchemaResult>def get_dlp_edm_schema(project_name: Optional[str] = None,
schema_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDlpEdmSchemaResult
def get_dlp_edm_schema_output(project_name: Optional[pulumi.Input[str]] = None,
schema_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDlpEdmSchemaResult]func GetDlpEdmSchema(ctx *Context, args *GetDlpEdmSchemaArgs, opts ...InvokeOption) (*GetDlpEdmSchemaResult, error)
func GetDlpEdmSchemaOutput(ctx *Context, args *GetDlpEdmSchemaOutputArgs, opts ...InvokeOption) GetDlpEdmSchemaResultOutput> Note: This function is named GetDlpEdmSchema in the Go SDK.
public static class GetDlpEdmSchema
{
public static Task<GetDlpEdmSchemaResult> InvokeAsync(GetDlpEdmSchemaArgs args, InvokeOptions? opts = null)
public static Output<GetDlpEdmSchemaResult> Invoke(GetDlpEdmSchemaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDlpEdmSchemaResult> getDlpEdmSchema(GetDlpEdmSchemaArgs args, InvokeOptions options)
public static Output<GetDlpEdmSchemaResult> getDlpEdmSchema(GetDlpEdmSchemaArgs args, InvokeOptions options)
fn::invoke:
function: zia:getDlpEdmSchema
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Name string - The project name of the DLP EDM schema to look up.
- Schema
Id int - The ID of the DLP EDM schema to look up.
- Project
Name string - The project name of the DLP EDM schema to look up.
- Schema
Id int - The ID of the DLP EDM schema to look up.
- project
Name String - The project name of the DLP EDM schema to look up.
- schema
Id Integer - The ID of the DLP EDM schema to look up.
- project
Name string - The project name of the DLP EDM schema to look up.
- schema
Id number - The ID of the DLP EDM schema to look up.
- project_
name str - The project name of the DLP EDM schema to look up.
- schema_
id int - The ID of the DLP EDM schema to look up.
- project
Name String - The project name of the DLP EDM schema to look up.
- schema
Id Number - The ID of the DLP EDM schema to look up.
getDlpEdmSchema Result
The following output properties are available:
- Cells
Used int - The number of cells used.
- File
Name string - The file name of the schema.
- File
Upload stringStatus - The file upload status.
- Last
Modified intTime - The last modification time (epoch).
- Orig
Col intCount - The original column count.
- Original
File stringName - The original file name of the schema.
- Project
Name string - The project name of the DLP EDM schema.
- Revision int
- The revision number of the schema.
- Schedule
Present bool - Whether a schedule is present.
- Schema
Active bool - Whether the schema is active.
- Schema
Id int - The ID of the DLP EDM schema.
- Cells
Used int - The number of cells used.
- File
Name string - The file name of the schema.
- File
Upload stringStatus - The file upload status.
- Last
Modified intTime - The last modification time (epoch).
- Orig
Col intCount - The original column count.
- Original
File stringName - The original file name of the schema.
- Project
Name string - The project name of the DLP EDM schema.
- Revision int
- The revision number of the schema.
- Schedule
Present bool - Whether a schedule is present.
- Schema
Active bool - Whether the schema is active.
- Schema
Id int - The ID of the DLP EDM schema.
- cells
Used Integer - The number of cells used.
- file
Name String - The file name of the schema.
- file
Upload StringStatus - The file upload status.
- last
Modified IntegerTime - The last modification time (epoch).
- orig
Col IntegerCount - The original column count.
- original
File StringName - The original file name of the schema.
- project
Name String - The project name of the DLP EDM schema.
- revision Integer
- The revision number of the schema.
- schedule
Present Boolean - Whether a schedule is present.
- schema
Active Boolean - Whether the schema is active.
- schema
Id Integer - The ID of the DLP EDM schema.
- cells
Used number - The number of cells used.
- file
Name string - The file name of the schema.
- file
Upload stringStatus - The file upload status.
- last
Modified numberTime - The last modification time (epoch).
- orig
Col numberCount - The original column count.
- original
File stringName - The original file name of the schema.
- project
Name string - The project name of the DLP EDM schema.
- revision number
- The revision number of the schema.
- schedule
Present boolean - Whether a schedule is present.
- schema
Active boolean - Whether the schema is active.
- schema
Id number - The ID of the DLP EDM schema.
- cells_
used int - The number of cells used.
- file_
name str - The file name of the schema.
- file_
upload_ strstatus - The file upload status.
- last_
modified_ inttime - The last modification time (epoch).
- orig_
col_ intcount - The original column count.
- original_
file_ strname - The original file name of the schema.
- project_
name str - The project name of the DLP EDM schema.
- revision int
- The revision number of the schema.
- schedule_
present bool - Whether a schedule is present.
- schema_
active bool - Whether the schema is active.
- schema_
id int - The ID of the DLP EDM schema.
- cells
Used Number - The number of cells used.
- file
Name String - The file name of the schema.
- file
Upload StringStatus - The file upload status.
- last
Modified NumberTime - The last modification time (epoch).
- orig
Col NumberCount - The original column count.
- original
File StringName - The original file name of the schema.
- project
Name String - The project name of the DLP EDM schema.
- revision Number
- The revision number of the schema.
- schedule
Present Boolean - Whether a schedule is present.
- schema
Active Boolean - Whether the schema is active.
- schema
Id Number - The ID of the DLP EDM schema.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.9
published on Thursday, Apr 2, 2026 by Zscaler
published on Thursday, Apr 2, 2026 by Zscaler
