Documentation ¶
Index ¶
- type PostureProfile
- func Get(ctx context.Context, service *zscaler.Service, id string) (*PostureProfile, *http.Response, error)
- func GetAll(ctx context.Context, service *zscaler.Service) ([]PostureProfile, *http.Response, error)
- func GetByName(ctx context.Context, service *zscaler.Service, postureName string) (*PostureProfile, *http.Response, error)
- func GetByPostureUDID(ctx context.Context, service *zscaler.Service, 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 { ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` ApplyToMachineTunnelEnabled bool `json:"applyToMachineTunnelEnabled"` CRLCheckEnabled bool `json:"crlCheckEnabled"` NonExportablePrivateKeyEnabled bool `json:"nonExportablePrivateKeyEnabled"` Platform string `json:"platform,omitempty"` CreationTime string `json:"creationTime,omitempty"` Domain string `json:"domain,omitempty"` MasterCustomerID string `json:"masterCustomerId,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` PostureType string `json:"postureType,omitempty"` PostureudID string `json:"postureUdid,omitempty"` RootCert string `json:"rootCert,omitempty"` ZscalerCloud string `json:"zscalerCloud,omitempty"` ZscalerCustomerID string `json:"zscalerCustomerId,omitempty"` }
PostureProfile ...
Click to show internal directories.
Click to hide internal directories.