Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TrustedNetwork ¶
type TrustedNetwork struct { ID string `json:"id"` Active bool `json:"active"` CompanyID string `json:"companyId"` ConditionType int `json:"conditionType"` CreatedBy string `json:"createdBy"` DnsSearchDomains string `json:"dnsSearchDomains"` DnsServers string `json:"dnsServers"` EditedBy string `json:"editedBy"` Guid string `json:"guid"` Hostnames string `json:"hostnames"` NetworkName string `json:"networkName"` ResolvedIpsForHostname string `json:"resolvedIpsForHostname"` Ssids string `json:"ssids"` TrustedDhcpServers string `json:"trustedDhcpServers"` TrustedEgressIps string `json:"trustedEgressIps"` TrustedGateways string `json:"trustedGateways"` TrustedSubnets string `json:"trustedSubnets"` }
func CreateTrustedNetwork ¶
func CreateTrustedNetwork(ctx context.Context, service *zscaler.Service, network *TrustedNetwork) (*TrustedNetwork, error)
func UpdateTrustedNetwork ¶
func UpdateTrustedNetwork(ctx context.Context, service *zscaler.Service, network *TrustedNetwork) (*TrustedNetwork, error)
type TrustedNetworksResponse ¶
type TrustedNetworksResponse struct { TotalCount int `json:"totalCount"` TrustedNetworkContracts []TrustedNetwork `json:"trustedNetworkContracts"` }
Click to show internal directories.
Click to hide internal directories.