Documentation ¶
Index ¶
- type PostureProfile
- type Service
- func (service *Service) Get(id string) (*PostureProfile, *http.Response, error)
- func (service *Service) GetAll() ([]PostureProfile, *http.Response, error)
- func (service *Service) GetByName(postureName string) (*PostureProfile, *http.Response, error)
- func (service *Service) GetByPostureUDID(postureUDID string) (*PostureProfile, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostureProfile ¶
type PostureProfile 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"` PostureudID string `json:"postureUdid,omitempty"` ZscalerCloud string `json:"zscalerCloud,omitempty"` ZscalerCustomerID string `json:"zscalerCustomerId,omitempty"` }
PostureProfile ...
Click to show internal directories.
Click to hide internal directories.