cbizpaprofile

package
v3.0.7 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 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 ZPAProfiles

type ZPAProfiles struct {
	ID           string `json:"id,omitempty"`
	Name         string `json:"name,omitempty"`
	Description  string `json:"description,omitempty"`
	Enabled      bool   `json:"enabled"`
	CreationTime string `json:"creationTime,omitempty"`
	ModifiedBy   string `json:"modifiedBy,omitempty"`
	ModifiedTime string `json:"modifiedTime,omitempty"`
	CBITenantID  string `json:"cbiTenantId,omitempty"`
	CBIProfileID string `json:"cbiProfileId,omitempty"`
	CBIURL       string `json:"cbiUrl"`
}

func Get

func Get(ctx context.Context, service *zscaler.Service, profileID string) (*ZPAProfiles, *http.Response, error)

The current API does not seem to support search by ID

func GetAll

func GetAll(ctx context.Context, service *zscaler.Service) ([]ZPAProfiles, *http.Response, error)

func GetByName

func GetByName(ctx context.Context, service *zscaler.Service, profileName string) (*ZPAProfiles, *http.Response, error)

The current API does not seem to support search by Name

Jump to

Keyboard shortcuts

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