title: Full agent policy type: object properties: id: type: string outputs: type: object additionalProperties: $ref: ./full_agent_policy_output.yaml output_permissions: type: object additionalProperties: type: object properties: output: type: integer data: $ref: ./full_agent_policy_output_permissions.yaml fleet: oneOf: - type: object properties: hosts: type: array items: type: string proxy_url: type: string proxy_headers: {} ssl: type: object properties: verification_mode: type: string certificate: type: string key: type: string certificate_authorities: type: array items: type: string renegotiation: type: string - type: object properties: kibana: type: object properties: hosts: type: array items: type: string protocol: type: string path: type: string inputs: type: string revision: type: number agent: type: string nullable: true secret_references: type: array items: type: object properties: id: type: string required: - id - outputs - inputs