Properties
| Name | Type | Description |
|---|---|---|
| action | object | |
| created_at | object | |
| deleted_at | object | |
| description | object | |
| device_posture | object | |
| enabled | object | |
| filters | object | |
| id | object | |
| identity | object | |
| name | object | |
| precedence | object | |
| rule_settings | object | |
| schedule | object | |
| traffic | object | |
| updated_at | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zero-trust-gateway_rules",
"title": "zero-trust-gateway_rules",
"properties": {
"action": {
"$ref": "#/components/schemas/zero-trust-gateway_action"
},
"created_at": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
},
"deleted_at": {
"$ref": "#/components/schemas/zero-trust-gateway_deleted_at"
},
"description": {
"$ref": "#/components/schemas/zero-trust-gateway_schemas-description"
},
"device_posture": {
"$ref": "#/components/schemas/zero-trust-gateway_device_posture"
},
"enabled": {
"$ref": "#/components/schemas/zero-trust-gateway_enabled"
},
"filters": {
"$ref": "#/components/schemas/zero-trust-gateway_filters"
},
"id": {
"$ref": "#/components/schemas/zero-trust-gateway_rules_components-schemas-uuid"
},
"identity": {
"$ref": "#/components/schemas/zero-trust-gateway_identity"
},
"name": {
"$ref": "#/components/schemas/zero-trust-gateway_components-schemas-name"
},
"precedence": {
"$ref": "#/components/schemas/zero-trust-gateway_precedence"
},
"rule_settings": {
"$ref": "#/components/schemas/zero-trust-gateway_rule-settings"
},
"schedule": {
"$ref": "#/components/schemas/zero-trust-gateway_schedule"
},
"traffic": {
"$ref": "#/components/schemas/zero-trust-gateway_traffic"
},
"updated_at": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
}
},
"type": "object"
}