postureprofile

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

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

type Service

type Service struct {
	Client *zpa.Client
}

func New

func New(c *zpa.Client) *Service

func (*Service) Get

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

func (*Service) GetAll

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

func (*Service) GetByName

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

func (*Service) GetByPostureUDID

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

Jump to

Keyboard shortcuts

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