access_app_resp_embedded_policies

The policies that will apply to the application.

APIs.ioEngineeringPlatform

Properties

Name Type Description
policies array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-app-resp-embedded-policies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_app_resp_embedded_policies",
  "title": "access_app_resp_embedded_policies",
  "description": "The policies that will apply to the application.",
  "properties": {
    "policies": {
      "items": {
        "$ref": "#/components/schemas/access_app_policy_response"
      },
      "type": "array"
    }
  },
  "type": "object"
}