Get Zero Trust Gateway Policy Result
data class GetZeroTrustGatewayPolicyResult(val accountId: String, val action: String, val createdAt: String, val deletedAt: String, val description: String, val devicePosture: String, val enabled: Boolean, val expiration: GetZeroTrustGatewayPolicyExpiration, val filters: List<String>, val id: String, val identity: String, val name: String, val precedence: Int, val ruleId: String? = null, val ruleSettings: GetZeroTrustGatewayPolicyRuleSettings, val schedule: GetZeroTrustGatewayPolicySchedule, val traffic: String, val updatedAt: String, val version: Int)
A collection of values returned by getZeroTrustGatewayPolicy.
Constructors
Link copied to clipboard
constructor(accountId: String, action: String, createdAt: String, deletedAt: String, description: String, devicePosture: String, enabled: Boolean, expiration: GetZeroTrustGatewayPolicyExpiration, filters: List<String>, id: String, identity: String, name: String, precedence: Int, ruleId: String? = null, ruleSettings: GetZeroTrustGatewayPolicyRuleSettings, schedule: GetZeroTrustGatewayPolicySchedule, traffic: String, updatedAt: String, version: Int)
Properties
Link copied to clipboard
The action to preform when the associated traffic, identity, and device posture expressions are either absent or evaluate to true
. Available values: "on", "off", "allow", "block", "scan", "noscan", "safesearch", "ytrestricted", "isolate", "noisolate", "override", "l4_override", "egress", "resolve", "quarantine".
Link copied to clipboard
The description of the rule.
Link copied to clipboard
The wirefilter expression used for device posture check matching.
Link copied to clipboard
The expiration time stamp and default duration of a DNS policy. Takes precedence over the policy's schedule
configuration, if any.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard