access_app_policy_link

A JSON that links a reusable policy to an application.

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
precedence object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-app-policy-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_app_policy_link",
  "title": "access_app_policy_link",
  "description": "A JSON that links a reusable policy to an application.",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/access_schemas-uuid"
    },
    "precedence": {
      "$ref": "#/components/schemas/access_precedence"
    }
  },
  "type": "object"
}