Zscaler Private Access v1.0.3 published on Wednesday, Jan 21, 2026 by Zscaler
Zscaler Private Access v1.0.3 published on Wednesday, Jan 21, 2026 by Zscaler
Use the zpa_service_edge_assistant_schedule data source to get information about Auto Delete frequency of the Service Edge for the specified customer in the Zscaler Private Access cloud.
NOTE - The
customer_idattribute is optional and not required during the configuration.
Using getServiceEdgeAssistantSchedule
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 getServiceEdgeAssistantSchedule(args: GetServiceEdgeAssistantScheduleArgs, opts?: InvokeOptions): Promise<GetServiceEdgeAssistantScheduleResult>
function getServiceEdgeAssistantScheduleOutput(args: GetServiceEdgeAssistantScheduleOutputArgs, opts?: InvokeOptions): Output<GetServiceEdgeAssistantScheduleResult>def get_service_edge_assistant_schedule(customer_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceEdgeAssistantScheduleResult
def get_service_edge_assistant_schedule_output(customer_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceEdgeAssistantScheduleResult]func LookupServiceEdgeAssistantSchedule(ctx *Context, args *LookupServiceEdgeAssistantScheduleArgs, opts ...InvokeOption) (*LookupServiceEdgeAssistantScheduleResult, error)
func LookupServiceEdgeAssistantScheduleOutput(ctx *Context, args *LookupServiceEdgeAssistantScheduleOutputArgs, opts ...InvokeOption) LookupServiceEdgeAssistantScheduleResultOutput> Note: This function is named LookupServiceEdgeAssistantSchedule in the Go SDK.
public static class GetServiceEdgeAssistantSchedule
{
public static Task<GetServiceEdgeAssistantScheduleResult> InvokeAsync(GetServiceEdgeAssistantScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetServiceEdgeAssistantScheduleResult> Invoke(GetServiceEdgeAssistantScheduleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceEdgeAssistantScheduleResult> getServiceEdgeAssistantSchedule(GetServiceEdgeAssistantScheduleArgs args, InvokeOptions options)
public static Output<GetServiceEdgeAssistantScheduleResult> getServiceEdgeAssistantSchedule(GetServiceEdgeAssistantScheduleArgs args, InvokeOptions options)
fn::invoke:
function: zpa:index/getServiceEdgeAssistantSchedule:getServiceEdgeAssistantSchedule
arguments:
# arguments dictionaryThe following arguments are supported:
- Customer
Id string - Id string
- Customer
Id string - Id string
- customer
Id String - id String
- customer
Id string - id string
- customer_
id str - id str
- customer
Id String - id String
getServiceEdgeAssistantSchedule Result
The following output properties are available:
- Delete
Disabled bool - Enabled bool
- Frequency string
- Frequency
Interval string - Customer
Id string - Id string
- Delete
Disabled bool - Enabled bool
- Frequency string
- Frequency
Interval string - Customer
Id string - Id string
- delete
Disabled Boolean - enabled Boolean
- frequency String
- frequency
Interval String - customer
Id String - id String
- delete
Disabled boolean - enabled boolean
- frequency string
- frequency
Interval string - customer
Id string - id string
- delete_
disabled bool - enabled bool
- frequency str
- frequency_
interval str - customer_
id str - id str
- delete
Disabled Boolean - enabled Boolean
- frequency String
- frequency
Interval String - customer
Id String - id String
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpaTerraform Provider.
Zscaler Private Access v1.0.3 published on Wednesday, Jan 21, 2026 by Zscaler
