secondary-dns_tsig

APIs.ioEngineeringPlatform

Properties

Name Type Description
algo object
id object
name object
secret object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-secondary-dns-tsig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/secondary-dns_tsig",
  "title": "secondary-dns_tsig",
  "properties": {
    "algo": {
      "$ref": "#/components/schemas/secondary-dns_algo"
    },
    "id": {
      "$ref": "#/components/schemas/secondary-dns_schemas-identifier"
    },
    "name": {
      "$ref": "#/components/schemas/secondary-dns_schemas-name"
    },
    "secret": {
      "$ref": "#/components/schemas/secondary-dns_secret"
    }
  },
  "required": [
    "id",
    "name",
    "secret",
    "algo"
  ],
  "type": "object"
}