addressing_address-maps

APIs.ioEngineeringPlatform

Properties

Name Type Description
can_delete object
can_modify_ips object
created_at object
default_sni object
description object
enabled object
id object
modified_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-address-maps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_address-maps",
  "title": "addressing_address-maps",
  "properties": {
    "can_delete": {
      "$ref": "#/components/schemas/addressing_can_delete"
    },
    "can_modify_ips": {
      "$ref": "#/components/schemas/addressing_can_modify_ips"
    },
    "created_at": {
      "$ref": "#/components/schemas/addressing_timestamp"
    },
    "default_sni": {
      "$ref": "#/components/schemas/addressing_default_sni"
    },
    "description": {
      "$ref": "#/components/schemas/addressing_schemas-description"
    },
    "enabled": {
      "$ref": "#/components/schemas/addressing_enabled"
    },
    "id": {
      "$ref": "#/components/schemas/addressing_identifier"
    },
    "modified_at": {
      "$ref": "#/components/schemas/addressing_timestamp"
    }
  },
  "type": "object"
}