{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogSecurityContext", "title": "LogSecurityContext", "type": "object", "properties": { "asNumber": { "type": "integer", "readOnly": true }, "asOrg": { "type": "string", "readOnly": true }, "domain": { "type": "string", "readOnly": true }, "isProxy": { "type": "boolean", "readOnly": true }, "isp": { "type": "string", "readOnly": true } }, "x-okta-tags": [ "Log" ] }