Documentation ¶
Index ¶
- type Conditions
- type ConnectorGroups
- type LSSClientTypes
- type LSSConfig
- type LSSFormats
- type LSSResource
- type LSSStatusCodes
- type Operands
- type PolicyRule
- type PolicyRuleResource
- type PolicyRuleResourceConditions
- type PolicyRuleResourceOperands
- type Service
- func (service *Service) Create(lssConfig *LSSResource) (*LSSResource, *http.Response, error)
- func (service *Service) Delete(lssID string) (*http.Response, error)
- func (service *Service) Get(lssID string) (*LSSResource, *http.Response, error)
- func (service *Service) GetAll() ([]LSSResource, *http.Response, error)
- func (service *Service) GetByName(lssName string) (*LSSResource, *http.Response, error)
- func (service *Service) GetClientTypes() (*LSSClientTypes, *http.Response, error)
- func (service *Service) GetFormats(logType string) (*LSSFormats, *http.Response, error)
- func (service *Service) GetStatusCodes() (*LSSStatusCodes, *http.Response, error)
- func (service *Service) Update(lssID string, lssConfig *LSSResource) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conditions ¶
type Conditions struct { CreationTime string `json:"creationTime,omitempty"` ID string `json:"id,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Negated bool `json:"negated"` Operands *[]Operands `json:"operands,omitempty"` Operator string `json:"operator,omitempty"` }
type ConnectorGroups ¶
type LSSClientTypes ¶
type LSSClientTypes struct { // ID string `json:"id"` ZPNClientTypeExporter string `json:"zpn_client_type_exporter"` ZPNClientTypeMachineTunnel string `json:"zpn_client_type_machine_tunnel"` ZPNClientTypeIPAnchoring string `json:"zpn_client_type_ip_anchoring"` ZPNClientTypeEdgeConnector string `json:"zpn_client_type_edge_connector"` ZPNClientTypeZAPP string `json:"zpn_client_type_zapp"` ZPNClientTypeSlogger string `json:"zpn_client_type_slogger,omitempty"` }
type LSSConfig ¶
type LSSConfig struct { AuditMessage string `json:"auditMessage,omitempty"` CreationTime string `json:"creationTime,omitempty"` Description string `json:"description,omitempty"` Enabled bool `json:"enabled,omitempty"` Filter []string `json:"filter,omitempty"` Format string `json:"format,omitempty"` ID string `json:"id,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Name string `json:"name,omitempty"` LSSHost string `json:"lssHost,omitempty"` LSSPort string `json:"lssPort,omitempty"` SourceLogType string `json:"sourceLogType,omitempty"` UseTLS bool `json:"useTls,omitempty"` }
type LSSFormats ¶
type LSSResource ¶
type LSSResource struct { LSSConfig *LSSConfig `json:"config"` ID string `json:"id"` ConnectorGroups []ConnectorGroups `json:"connectorGroups,omitempty"` PolicyRule *PolicyRule `json:"policyRule,omitempty"` PolicyRuleResource *PolicyRuleResource `json:"policyRuleResource,omitempty"` }
type LSSStatusCodes ¶
type Operands ¶
type Operands struct { CreationTime string `json:"creationTime,omitempty"` ID string `json:"id,omitempty"` IdpID string `json:"idpId,omitempty"` LHS string `json:"lhs,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Name string `json:"name,omitempty"` ObjectType string `json:"objectType,omitempty"` RHS string `json:"rhs,omitempty"` }
type PolicyRule ¶
type PolicyRule struct { Action string `json:"action,omitempty"` ActionID string `json:"actionId,omitempty"` BypassDefaultRule bool `json:"bypassDefaultRule,omitempty"` CreationTime string `json:"creationTime,omitempty"` CustomMsg string `json:"customMsg,omitempty"` DefaultRule bool `json:"defaultRule,omitempty"` Description string `json:"description,omitempty"` ID string `json:"id,omitempty"` IsolationDefaultRule bool `json:"isolationDefaultRule,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Name string `json:"name,omitempty"` Operator string `json:"operator,omitempty"` PolicySetID string `json:"policySetId,omitempty"` PolicyType string `json:"policyType,omitempty"` Priority string `json:"priority,omitempty"` ReauthDefaultRule bool `json:"reauthDefaultRule,omitempty"` ReauthIdleTimeout string `json:"reauthIdleTimeout,omitempty"` ReauthTimeout string `json:"reauthTimeout,omitempty"` RuleOrder string `json:"ruleOrder,omitempty"` LssDefaultRule bool `json:"lssDefaultRule,omitempty"` ZpnCbiProfileID string `json:"zpnCbiProfileId,omitempty"` ZpnInspectionProfileID string `json:"zpnInspectionProfileId,omitempty"` ZpnInspectionProfileName string `json:"zpnInspectionProfileName,omitempty"` Conditions []Conditions `json:"conditions,omitempty"` }
type PolicyRuleResource ¶
type PolicyRuleResource struct { Action string `json:"action,omitempty"` ActionID string `json:"actionId,omitempty"` BypassDefaultRule bool `json:"bypassDefaultRule,omitempty"` CreationTime string `json:"creationTime,omitempty"` CustomMsg string `json:"customMsg,omitempty"` DefaultRule bool `json:"defaultRule,omitempty"` Description string `json:"description,omitempty"` ID string `json:"id,omitempty"` IsolationDefaultRule bool `json:"isolationDefaultRule,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Name string `json:"name,omitempty"` Operator string `json:"operator,omitempty"` PolicySetID string `json:"policySetId,omitempty"` PolicyType string `json:"policyType,omitempty"` Priority string `json:"priority,omitempty"` ReauthDefaultRule bool `json:"reauthDefaultRule,omitempty"` ReauthIdleTimeout string `json:"reauthIdleTimeout,omitempty"` ReauthTimeout string `json:"reauthTimeout,omitempty"` RuleOrder string `json:"ruleOrder,omitempty"` LssDefaultRule bool `json:"lssDefaultRule,omitempty"` ZpnCbiProfileID string `json:"zpnCbiProfileId,omitempty"` ZpnInspectionProfileID string `json:"zpnInspectionProfileId,omitempty"` ZpnInspectionProfileName string `json:"zpnInspectionProfileName,omitempty"` Conditions []PolicyRuleResourceConditions `json:"conditions,omitempty"` }
type PolicyRuleResourceConditions ¶
type PolicyRuleResourceConditions struct { CreationTime string `json:"creationTime,omitempty"` ID string `json:"id,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Negated bool `json:"negated"` Operands *[]PolicyRuleResourceOperands `json:"operands,omitempty"` Operator string `json:"operator,omitempty"` }
type Service ¶
func (*Service) Create ¶
func (service *Service) Create(lssConfig *LSSResource) (*LSSResource, *http.Response, error)
func (*Service) GetAll ¶ added in v0.0.4
func (service *Service) GetAll() ([]LSSResource, *http.Response, error)
func (*Service) GetClientTypes ¶
func (service *Service) GetClientTypes() (*LSSClientTypes, *http.Response, error)
func (*Service) GetFormats ¶
func (*Service) GetStatusCodes ¶
func (service *Service) GetStatusCodes() (*LSSStatusCodes, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.