Versions in this module Expand all Collapse all v1 v1.0.1 Aug 10, 2023 Changes in this version + type AppSegmentPRA struct + Applications string + BypassType string + CommonAppsDto CommonAppsDto + ConfigSpace string + CreationTime string + DefaultIdleTimeout string + DefaultMaxAge string + Description string + DomainNames []string + DoubleEncrypt bool + Enabled bool + HealthCheckType string + HealthReporting string + ID string + IcmpAccessType string + IpAnchored bool + IsCnameEnabled bool + IsIncompleteDRConfig bool + ModifiedBy string + ModifiedTime string + Name string + PassiveHealthEnabled bool + SRAAppsDto []SRAAppsDto + SegmentGroupID string + SegmentGroupName string + SelectConnectorCloseToApp bool + ServerGroups []AppServerGroups + TCPAppPortRange []common.NetworkPorts + TCPKeepAlive string + TCPPortRanges []string + UDPAppPortRange []common.NetworkPorts + UDPPortRanges []string + UseInDrMode bool + type AppServerGroups struct + ID string + type AppsConfig struct + AllowOptions bool + AppID string + AppTypes []string + ApplicationPort string + ApplicationProtocol string + Cname string + ConnectionSecurity string + Description string + Domain string + Enabled bool + Hidden bool + ID string + LocalDomain string + Name string + Portal bool + type CommonAppsDto struct + AppsConfig []AppsConfig + DeletedSraApps []string + type SRAAppsDto struct + AppID string + ApplicationPort string + ApplicationProtocol string + CertificateID string + CertificateName string + ConnectionSecurity string + Description string + Domain string + Enabled bool + Hidden bool + ID string + Name string + Portal bool + type Service struct + Client *zpa.Client + func New(c *zpa.Client) *Service + func (service *Service) Create(appSegmentPra AppSegmentPRA) (*AppSegmentPRA, *http.Response, error) + func (service *Service) Delete(id string) (*http.Response, error) + func (service *Service) Get(id string) (*AppSegmentPRA, *http.Response, error) + func (service *Service) GetAll() ([]AppSegmentPRA, *http.Response, error) + func (service *Service) GetByName(BaName string) (*AppSegmentPRA, *http.Response, error) + func (service *Service) Update(id string, appSegmentPra *AppSegmentPRA) (*http.Response, error)