Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is_vpn attribute to session object #922

Merged
merged 5 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1870,6 +1870,11 @@
"description": "The event occurred on a trusted device.",
"type": "boolean_t"
},
"is_vpn": {
"caption": "VPN Session",
"description": "The indication of whether the session is a VPN session.",
"type": "boolean_t"
},
"isp": {
"caption": "ISP",
"description": "The name of the Internet Service Provider (ISP).",
Expand Down
5 changes: 5 additions & 0 deletions objects/session.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"is_mfa":{
"requirement": "optional"
},
"is_vpn": {
"caption": "VPN Session",
"description": "The indication of whether the session is a VPN session.",
"type": "boolean_t"
Aniak5 marked this conversation as resolved.
Show resolved Hide resolved
},
"issuer": {
"description": "The identifier of the session issuer.",
"requirement": "recommended"
Expand Down
Loading