cloudItemReachability
Last updated
Result of the live reachability probe for a cloud asset.
type CloudItemReachability {
confirmed: Boolean
breachable: Boolean
responseCode: String
authTagValue: String
conclusion: String
playbook: String
steps: [String]
response: String
}confirmed Boolean
Whether the live probe confirmed the asset is reachable from the internet.
breachable Boolean
Legacy breach verdict from the previous AI reachability analysis. Superseded by agentVerdict.isBreachable, which the reachability agent writes instead.
responseCode String
HTTP response code observed during the reachability probe.
authTagValue String
Authentication verdict label recorded by the probe, including the observed HTTP status.
conclusion String
Verdict phrase the probe concluded with.
playbook String
Explanation of how the probe reached its verdict.
steps [String]
Ordered steps the probe took while testing reachability.
response String
Application-layer response captured during the probe.
Last updated
