dlp_PayloadLogSetting

APIs.ioEngineeringPlatform

Properties

Name Type Description
public_key string
updated_at string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-payloadlogsetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_PayloadLogSetting",
  "title": "dlp_PayloadLogSetting",
  "properties": {
    "public_key": {
      "nullable": true,
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "updated_at"
  ],
  "type": "object"
}