Home
last modified time | relevance | path

Searched defs:DevicePostureRule (Results 1 – 2 of 2) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Ddevice_posture_rule.go13 type DevicePostureRule struct { struct
14 ID string `json:"id,omitempty"`
15 Type string `json:"type"`
16 Name string `json:"name"`
17 Description string `json:"description,omitempty"`
18 Schedule string `json:"schedule,omitempty"`
19 Match []DevicePostureRuleMatch `json:"match,omitempty"`
20 Input DevicePostureRuleInput `json:"input,omitempty"`
81 func (api *API) DevicePostureRule(ctx context.Context, accountID, ruleID string) (DevicePostureRule… func
106 …) CreateDevicePostureRule(ctx context.Context, accountID string, rule DevicePostureRule) (DevicePo…
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Ddevice_posture_rule.go13 type DevicePostureRule struct { struct
14 ID string `json:"id,omitempty"`
15 Type string `json:"type"`
16 Name string `json:"name"`
17 Description string `json:"description,omitempty"`
18 Schedule string `json:"schedule,omitempty"`
19 Match []DevicePostureRuleMatch `json:"match,omitempty"`
20 Input DevicePostureRuleInput `json:"input,omitempty"`
81 func (api *API) DevicePostureRule(ctx context.Context, accountID, ruleID string) (DevicePostureRule… func
106 …) CreateDevicePostureRule(ctx context.Context, accountID string, rule DevicePostureRule) (DevicePo…
[all …]