browseraccess

package
v2.72.4 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.0

func Delete(service *services.Service, appID string) (*http.Response, error)

func Update added in v2.61.0

func Update(service *services.Service, appID string, browserAccess *BrowserAccess) (*http.Response, error)

Types

type AppServerGroups

type AppServerGroups struct {
	ID string `json:"id"`
}

type BrowserAccess

type BrowserAccess struct {
	ID                        string                    `json:"id,omitempty"`
	Name                      string                    `json:"name,omitempty"`
	Description               string                    `json:"description,omitempty"`
	SegmentGroupID            string                    `json:"segmentGroupId,omitempty"`
	SegmentGroupName          string                    `json:"segmentGroupName,omitempty"`
	BypassType                string                    `json:"bypassType,omitempty"`
	BypassOnReauth            bool                      `json:"bypassOnReauth,omitempty"`
	AppRecommendationId       string                    `json:"appRecommendationId,omitempty"`
	MatchStyle                string                    `json:"matchStyle,omitempty"`
	ConfigSpace               string                    `json:"configSpace,omitempty"`
	DomainNames               []string                  `json:"domainNames,omitempty"`
	Enabled                   bool                      `json:"enabled"`
	PassiveHealthEnabled      bool                      `json:"passiveHealthEnabled"`
	FQDNDnsCheck              bool                      `json:"fqdnDnsCheck"`
	SelectConnectorCloseToApp bool                      `json:"selectConnectorCloseToApp"`
	DoubleEncrypt             bool                      `json:"doubleEncrypt"`
	HealthCheckType           string                    `json:"healthCheckType,omitempty"`
	IsCnameEnabled            bool                      `json:"isCnameEnabled"`
	IPAnchored                bool                      `json:"ipAnchored"`
	TCPKeepAlive              string                    `json:"tcpKeepAlive,omitempty"`
	IsIncompleteDRConfig      bool                      `json:"isIncompleteDRConfig"`
	UseInDrMode               bool                      `json:"useInDrMode"`
	InspectTrafficWithZia     bool                      `json:"inspectTrafficWithZia"`
	MicroTenantID             string                    `json:"microtenantId,omitempty"`
	MicroTenantName           string                    `json:"microtenantName,omitempty"`
	HealthReporting           string                    `json:"healthReporting,omitempty"`
	ICMPAccessType            string                    `json:"icmpAccessType,omitempty"`
	CreationTime              string                    `json:"creationTime,omitempty"`
	ModifiedBy                string                    `json:"modifiedBy,omitempty"`
	ModifiedTime              string                    `json:"modifiedTime,omitempty"`
	TCPPortRanges             []string                  `json:"tcpPortRanges,omitempty"`
	UDPPortRanges             []string                  `json:"udpPortRanges,omitempty"`
	TCPAppPortRange           []common.NetworkPorts     `json:"tcpPortRange,omitempty"`
	UDPAppPortRange           []common.NetworkPorts     `json:"udpPortRange,omitempty"`
	ClientlessApps            []ClientlessApps          `json:"clientlessApps,omitempty"`
	AppServerGroups           []servergroup.ServerGroup `json:"serverGroups,omitempty"`
	SharedMicrotenantDetails  SharedMicrotenantDetails  `json:"sharedMicrotenantDetails,omitempty"`
}

func Create added in v2.61.0

func Create(service *services.Service, browserAccess BrowserAccess) (*BrowserAccess, *http.Response, error)

func Get added in v2.61.0

func Get(service *services.Service, appID string) (*BrowserAccess, *http.Response, error)

func GetAll added in v2.61.0

func GetAll(service *services.Service) ([]BrowserAccess, *http.Response, error)

func GetByName added in v2.61.0

func GetByName(service *services.Service, BaName string) (*BrowserAccess, *http.Response, error)

type ClientlessApps

type ClientlessApps struct {
	AllowOptions        bool   `json:"allowOptions"`
	AppID               string `json:"appId,omitempty"`
	ApplicationPort     string `json:"applicationPort,omitempty"`
	ApplicationProtocol string `json:"applicationProtocol,omitempty"`
	CertificateID       string `json:"certificateId,omitempty"`
	CertificateName     string `json:"certificateName,omitempty"`
	Cname               string `json:"cname,omitempty"`
	CreationTime        string `json:"creationTime,omitempty"`
	Description         string `json:"description,omitempty"`
	Domain              string `json:"domain,omitempty"`
	Enabled             bool   `json:"enabled"`
	Hidden              bool   `json:"hidden"`
	ID                  string `json:"id,omitempty"`
	LocalDomain         string `json:"localDomain,omitempty"`
	ModifiedBy          string `json:"modifiedBy,omitempty"`
	ModifiedTime        string `json:"modifiedTime,omitempty"`
	Name                string `json:"name,omitempty"`
	Path                string `json:"path,omitempty"`
	MicroTenantID       string `json:"microtenantId,omitempty"`
	MicroTenantName     string `json:"microtenantName,omitempty"`
	TrustUntrustedCert  bool   `json:"trustUntrustedCert"`
}

type SharedFromMicrotenant

type SharedFromMicrotenant struct {
	ID   string `json:"id,omitempty"`
	Name string `json:"name,omitempty"`
}

type SharedMicrotenantDetails

type SharedMicrotenantDetails struct {
	SharedFromMicrotenant SharedFromMicrotenant `json:"sharedFromMicrotenant,omitempty"`
	SharedToMicrotenants  []SharedToMicrotenant `json:"sharedToMicrotenants,omitempty"`
}

type SharedToMicrotenant

type SharedToMicrotenant struct {
	ID   string `json:"id,omitempty"`
	Name string `json:"name,omitempty"`
}

Jump to

Keyboard shortcuts

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