postureprofile

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 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 ...

func Get added in v2.61.0

func Get(service *services.Service, id string) (*PostureProfile, *http.Response, error)

func GetAll added in v2.61.0

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

func GetByName added in v2.61.0

func GetByName(service *services.Service, postureName string) (*PostureProfile, *http.Response, error)

func GetByPostureUDID added in v2.61.0

func GetByPostureUDID(service *services.Service, postureUDID string) (*PostureProfile, *http.Response, error)

Jump to

Keyboard shortcuts

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