appconnectorschedule

package
v2.61.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UpdateSchedule added in v2.61.0

func UpdateSchedule(service *services.Service, schedulerID string, assistantSchedule *AssistantSchedule) (*http.Response, error)

Types

type AssistantSchedule

type AssistantSchedule struct {
	// The unique identifier for the App Connector auto deletion configuration for a customer. This field is only required for the PUT request to update the frequency of the App Connector Settings.
	ID string `json:"id,omitempty"`

	// The unique identifier of the ZPA tenant.
	CustomerID string `json:"customerId"`

	// Indicates if the App Connectors are included for deletion if they are in a disconnected state based on frequencyInterval and frequency values.
	DeleteDisabled bool `json:"deleteDisabled"`

	// Indicates if the setting for deleting App Connectors is enabled or disabled.
	Enabled bool `json:"enabled"`

	// The scheduled frequency at which the disconnected App Connectors are deleted.
	Frequency string `json:"frequency"`

	// The interval for the configured frequency value. The minimum supported value is 5.
	FrequencyInterval string `json:"frequencyInterval"`
}

func CreateSchedule added in v2.61.0

func CreateSchedule(service *services.Service, assistantSchedule AssistantSchedule) (*AssistantSchedule, *http.Response, error)

Configure a App Connector schedule frequency to delete the in active connectors with configured frequency.

func GetSchedule added in v2.61.0

func GetSchedule(service *services.Service) (*AssistantSchedule, *http.Response, error)

Get a Configured App Connector schedule frequency.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL