APIs.io Engineering Platform · Schema
zero-trust-gateway_gateway-account-logging-settings
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| redact_pii | boolean | Redact personally identifiable information from activity logging (PII fields are: source IP, user email, user ID, device ID, URL, referrer, user agent). |
| settings_by_rule_type | object | Logging settings by rule type. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zero-trust-gateway_gateway-account-logging-settings",
"title": "zero-trust-gateway_gateway-account-logging-settings",
"properties": {
"redact_pii": {
"description": "Redact personally identifiable information from activity logging (PII fields are: source IP, user email, user ID, device ID, URL, referrer, user agent).",
"example": true,
"type": "boolean"
},
"settings_by_rule_type": {
"description": "Logging settings by rule type.",
"properties": {
"dns": {
"description": "Logging settings for DNS firewall.",
"type": "object"
},
"http": {
"description": "Logging settings for HTTP/HTTPS firewall.",
"type": "object"
},
"l4": {
"description": "Logging settings for Network firewall.",
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}