Home
last modified time | relevance | path

Searched defs:DevicePostureRuleInput (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.go29 type DevicePostureRuleInput struct { struct
30 ID string `json:"id,omitempty"`
31 Path string `json:"path,omitempty"`
32 Exists bool `json:"exists,omitempty"`
33 Thumbprint string `json:"thumbprint,omitempty"`
34 Sha256 string `json:"sha256,omitempty"`
35 Running bool `json:"running,omitempty"`
37 Enabled bool `json:"enabled,omitempty"`
38 Version string `json:"version,omitempty"`
39 Operator string `json:"operator,omitempty"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Ddevice_posture_rule.go29 type DevicePostureRuleInput struct { struct
30 ID string `json:"id,omitempty"`
31 Path string `json:"path,omitempty"`
32 Exists bool `json:"exists,omitempty"`
33 Thumbprint string `json:"thumbprint,omitempty"`
34 Sha256 string `json:"sha256,omitempty"`
35 Running bool `json:"running,omitempty"`
37 Enabled bool `json:"enabled,omitempty"`
38 Version string `json:"version,omitempty"`
39 Operator string `json:"operator,omitempty"`
[all …]