access_self_hosted_domains

List of domains that Access will secure.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-self-hosted-domains-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_self_hosted_domains",
  "title": "access_self_hosted_domains",
  "description": "List of domains that Access will secure.",
  "example": [
    "test.example.com/admin",
    "test.anotherexample.com/staff"
  ],
  "items": {
    "description": "A domain that Access will secure.",
    "type": "string"
  },
  "type": "array"
}