Documentation ¶
Index ¶
- type QueryParams
- type ZPAProfiles
- func Get(service *services.Service, profileID string) (*ZPAProfiles, *http.Response, error)
- func GetAll(service *services.Service, showDisabled *bool, scopeId *int) ([]ZPAProfiles, *http.Response, error)
- func GetByName(service *services.Service, profileName string) (*ZPAProfiles, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryParams ¶ added in v2.61.8
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 ¶ added in v2.61.0
Get retrieves a profile by its ID. This function now uses GetAll with optional parameters correctly.
Click to show internal directories.
Click to hide internal directories.