access_custom_pages

APIs.ioEngineeringPlatform

Properties

Name Type Description
forbidden string The uid of the custom page to use when a user is denied access after failing a non-identity rule.
identity_denied string The uid of the custom page to use when a user is denied access.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-custom-pages-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_custom_pages",
  "title": "access_custom_pages",
  "properties": {
    "forbidden": {
      "description": "The uid of the custom page to use when a user is denied access after failing a non-identity rule.",
      "example": "699d98642c564d2e855e9661899b7252",
      "type": "string"
    },
    "identity_denied": {
      "description": "The uid of the custom page to use when a user is denied access.",
      "example": "699d98642c564d2e855e9661899b7252",
      "type": "string"
    }
  }
}