The policies that will apply to the application.
{ "$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" }