dlp_PayloadLogSettingUpdate

APIs.ioEngineeringPlatform

Properties

Name Type Description
public_key string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-payloadlogsettingupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_PayloadLogSettingUpdate",
  "title": "dlp_PayloadLogSettingUpdate",
  "properties": {
    "public_key": {
      "nullable": true,
      "type": "string"
    }
  },
  "type": "object"
}