{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_organizations", "title": "access_organizations", "properties": { "allow_authenticate_via_warp": { "$ref": "#/components/schemas/access_allow_authenticate_via_warp" }, "auth_domain": { "$ref": "#/components/schemas/access_auth_domain" }, "auto_redirect_to_identity": { "$ref": "#/components/schemas/access_auto_redirect_to_identity" }, "created_at": { "$ref": "#/components/schemas/access_timestamp" }, "custom_pages": { "$ref": "#/components/schemas/access_custom_pages" }, "is_ui_read_only": { "$ref": "#/components/schemas/access_is_ui_read_only" }, "login_design": { "$ref": "#/components/schemas/access_login_design" }, "name": { "$ref": "#/components/schemas/access_name" }, "session_duration": { "$ref": "#/components/schemas/access_session_duration" }, "ui_read_only_toggle_reason": { "$ref": "#/components/schemas/access_ui_read_only_toggle_reason" }, "updated_at": { "$ref": "#/components/schemas/access_timestamp" }, "user_seat_expiration_inactive_time": { "$ref": "#/components/schemas/access_user_seat_expiration_inactive_time" }, "warp_auth_session_duration": { "$ref": "#/components/schemas/access_warp_auth_session_duration" } }, "type": "object" }