Documentation ¶
Index ¶
- type Service
- func (service *Service) Get(networkID string) (*TrustedNetwork, *http.Response, error)
- func (service *Service) GetAll() ([]TrustedNetwork, *http.Response, error)
- func (service *Service) GetByName(trustedNetworkName string) (*TrustedNetwork, *http.Response, error)
- func (service *Service) GetByNetID(netID string) (*TrustedNetwork, *http.Response, error)
- type TrustedNetwork
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"` }
Click to show internal directories.
Click to hide internal directories.