access_associated_hostnames

The hostnames of the applications that will use this certificate.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-associated-hostnames-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_associated_hostnames",
  "title": "access_associated_hostnames",
  "description": "The hostnames of the applications that will use this certificate.",
  "items": {
    "description": "A fully-qualified domain name (FQDN).",
    "example": "admin.example.com",
    "type": "string"
  },
  "type": "array"
}