trustednetwork

package
v2.61.1 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2024 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TrustedNetwork

type TrustedNetwork struct {
	CreationTime     string `json:"creationTime,omitempty"`
	Domain           string `json:"domain,omitempty"`
	ID               string `json:"id,omitempty"`
	MasterCustomerID string `json:"masterCustomerId,omitempty"`
	ModifiedBy       string `json:"modifiedBy,omitempty"`
	ModifiedTime     string `json:"modifiedTime,omitempty"`
	Name             string `json:"name,omitempty"`
	NetworkID        string `json:"networkId,omitempty"`
	ZscalerCloud     string `json:"zscalerCloud,omitempty"`
}

func Get added in v2.61.0

func Get(service *services.Service, networkID string) (*TrustedNetwork, *http.Response, error)

func GetAll added in v2.61.0

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

func GetByName added in v2.61.0

func GetByName(service *services.Service, trustedNetworkName string) (*TrustedNetwork, *http.Response, error)

func GetByNetID added in v2.61.0

func GetByNetID(service *services.Service, netID string) (*TrustedNetwork, *http.Response, error)

Jump to

Keyboard shortcuts

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