inspection_profile

package
v2.732.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.0

func Delete(service *services.Service, profileID string) (*http.Response, error)

func Patch added in v2.61.0

func Patch(service *services.Service, profileID string, inspectionProfile *InspectionProfile) (*http.Response, error)

func PutAssociate added in v2.61.0

func PutAssociate(service *services.Service, profileID string, inspectionProfile *InspectionProfile) (*http.Response, error)

func PutDeassociate added in v2.61.0

func PutDeassociate(service *services.Service, profileID string, inspectionProfile *InspectionProfile) (*http.Response, error)

func Update added in v2.61.0

func Update(service *services.Service, profileID string, inspectionProfile *InspectionProfile) (*http.Response, error)

Types

type AssociatedCustomers

type AssociatedCustomers struct {
	CustomerID           string `json:"customerId,omitempty"`
	ExcludeConstellation bool   `json:"excludeConstellation,omitempty"`
	IsPartner            bool   `json:"isPartner,omitempty"`
	Name                 string `json:"name,omitempty"`
}

type ControlInfoResource

type ControlInfoResource struct {
	ControlType string `json:"controlType,omitempty"`
	Count       string `json:"count,omitempty"`
}

type InspectionCustomControl

type InspectionCustomControl struct {
	Action                           string                          `json:"action,omitempty"`
	ActionValue                      string                          `json:"actionValue,omitempty"`
	ControlNumber                    string                          `json:"controlNumber,omitempty"`
	ControlRuleJson                  string                          `json:"controlRuleJson,omitempty"`
	ControlType                      string                          `json:"controlType,omitempty"`
	CreationTime                     string                          `json:"creationTime,omitempty"`
	DefaultAction                    string                          `json:"defaultAction,omitempty"`
	DefaultActionValue               string                          `json:"defaultActionValue,omitempty"`
	Description                      string                          `json:"description,omitempty"`
	ID                               string                          `json:"id,omitempty"`
	ModifiedBy                       string                          `json:"modifiedBy,omitempty"`
	ModifiedTime                     string                          `json:"modifiedTime,omitempty"`
	Name                             string                          `json:"name,omitempty"`
	ProtocolType                     string                          `json:"protocolType,omitempty"`
	ParanoiaLevel                    string                          `json:"paranoiaLevel,omitempty"`
	Severity                         string                          `json:"severity,omitempty"`
	Type                             string                          `json:"type,omitempty"`
	Version                          string                          `json:"version,omitempty"`
	AssociatedInspectionProfileNames []common.AssociatedProfileNames `json:"associatedInspectionProfileNames,omitempty"`
	Rules                            []common.Rules                  `json:"rules,omitempty"`
}

type InspectionProfile

type InspectionProfile struct {
	ID                                string                        `json:"id,omitempty"`
	Name                              string                        `json:"name,omitempty"`
	Description                       string                        `json:"description,omitempty"`
	APIProfile                        bool                          `json:"apiProfile,omitempty"`
	OverrideAction                    string                        `json:"overrideAction,omitempty"`
	CommonGlobalOverrideActionsConfig map[string]interface{}        `json:"commonGlobalOverrideActionsConfig,omitempty"`
	CreationTime                      string                        `json:"creationTime,omitempty"`
	ZSDefinedControlChoice            string                        `json:"zsDefinedControlChoice,omitempty"`
	GlobalControlActions              []string                      `json:"globalControlActions,omitempty"`
	IncarnationNumber                 string                        `json:"incarnationNumber,omitempty"`
	ModifiedBy                        string                        `json:"modifiedBy,omitempty"`
	ModifiedTime                      string                        `json:"modifiedTime,omitempty"`
	ParanoiaLevel                     string                        `json:"paranoiaLevel,omitempty"`
	PredefinedControlsVersion         string                        `json:"predefinedControlsVersion,omitempty"`
	CheckControlDeploymentStatus      bool                          `json:"checkControlDeploymentStatus,omitempty"`
	ControlInfoResource               []ControlInfoResource         `json:"controlsInfo,omitempty"`
	CustomControls                    []InspectionCustomControl     `json:"customControls,omitempty"`
	PredefinedAPIControls             []common.CustomCommonControls `json:"predefinedApiControls,omitempty"`
	PredefinedControls                []common.CustomCommonControls `json:"predefinedControls,omitempty"`
	WebSocketControls                 []WebSocketControls           `json:"websocketControls,omitempty"`
	ThreatLabzControls                []ThreatLabzControls          `json:"threatlabzControls,omitempty"`
}

func Create added in v2.61.0

func Create(service *services.Service, inspectionProfile InspectionProfile) (*InspectionProfile, *http.Response, error)

func Get added in v2.61.0

func Get(service *services.Service, profileID string) (*InspectionProfile, *http.Response, error)

func GetAll added in v2.61.0

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

func GetByName added in v2.61.0

func GetByName(service *services.Service, profileName string) (*InspectionProfile, *http.Response, error)

type PatchQuery

type PatchQuery struct {
	Version string `json:"version,omitempty" url:"version,omitempty"`
}

type ThreatLabzControls

type ThreatLabzControls struct {
	ID                               string                          `json:"id,omitempty"`
	Name                             string                          `json:"name,omitempty"`
	Description                      string                          `json:"description,omitempty"`
	Enabled                          bool                            `json:"enabled,omitempty"`
	Action                           string                          `json:"action,omitempty"`
	ActionValue                      string                          `json:"actionValue,omitempty"`
	Attachment                       string                          `json:"attachment,omitempty"`
	ControlGroup                     string                          `json:"controlGroup,omitempty"`
	ControlNumber                    string                          `json:"controlNumber,omitempty"`
	ControlType                      string                          `json:"controlType,omitempty"`
	CreationTime                     string                          `json:"creationTime,omitempty"`
	DefaultAction                    string                          `json:"defaultAction,omitempty"`
	DefaultActionValue               string                          `json:"defaultActionValue,omitempty"`
	ModifiedBy                       string                          `json:"modifiedBy,omitempty"`
	ModifiedTime                     string                          `json:"modifiedTime,omitempty"`
	ParanoiaLevel                    string                          `json:"paranoiaLevel,omitempty"`
	Severity                         string                          `json:"severity,omitempty"`
	Version                          string                          `json:"version,omitempty"`
	EngineVersion                    string                          `json:"engineVersion,omitempty"`
	LastDeploymentTime               string                          `json:"lastDeploymentTime,omitempty"`
	RuleDeploymentState              string                          `json:"ruleDeploymentState,omitempty"`
	RuleMetadata                     string                          `json:"ruleMetadata,omitempty"`
	RuleProcessor                    string                          `json:"ruleProcessor,omitempty"`
	RulesetName                      string                          `json:"rulesetName,omitempty"`
	RulesetVersion                   string                          `json:"rulesetVersion,omitempty"`
	ZscalerInfoUrl                   string                          `json:"zscalerInfoUrl,omitempty"`
	AssociatedCustomers              []AssociatedCustomers           `json:"associatedCustomers,omitempty"`
	AssociatedInspectionProfileNames []common.AssociatedProfileNames `json:"associatedInspectionProfileNames,omitempty"`
}

type WebSocketControls added in v2.61.11

type WebSocketControls struct {
	ID                               string                          `json:"id,omitempty"`
	Name                             string                          `json:"name,omitempty"`
	Description                      string                          `json:"description,omitempty"`
	Action                           string                          `json:"action,omitempty"`
	ActionValue                      string                          `json:"actionValue,omitempty"`
	ControlNumber                    string                          `json:"controlNumber,omitempty"`
	ControlType                      string                          `json:"controlType,omitempty"`
	CreationTime                     string                          `json:"creationTime,omitempty"`
	DefaultAction                    string                          `json:"defaultAction,omitempty"`
	DefaultActionValue               string                          `json:"defaultActionValue,omitempty"`
	ModifiedBy                       string                          `json:"modifiedBy,omitempty"`
	ModifiedTime                     string                          `json:"modifiedTime,omitempty"`
	ParanoiaLevel                    string                          `json:"paranoiaLevel,omitempty"`
	Severity                         string                          `json:"severity,omitempty"`
	Version                          string                          `json:"version,omitempty"`
	ZSDefinedControlChoice           string                          `json:"zsDefinedControlChoice,omitempty"`
	AssociatedInspectionProfileNames []common.AssociatedProfileNames `json:"associatedInspectionProfileNames,omitempty"`
}

Jump to

Keyboard shortcuts

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