zero-trust-gateway_activity-log-settings

Activity log settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Enable activity logging.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-activity-log-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_activity-log-settings",
  "title": "zero-trust-gateway_activity-log-settings",
  "description": "Activity log settings.",
  "properties": {
    "enabled": {
      "description": "Enable activity logging.",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}