You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/_blueprint.json
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41517,6 +41517,20 @@
41517
41517
"jsonType": "array",
41518
41518
"itemFormat": "id"
41519
41519
},
41520
+
{
41521
+
"name": "acs_entrance_id",
41522
+
"description": "ID of the ACS entrance for which you want to list events.",
41523
+
"isRequired": false,
41524
+
"isDeprecated": false,
41525
+
"deprecationMessage": "",
41526
+
"isUndocumented": false,
41527
+
"undocumentedMessage": "",
41528
+
"isDraft": false,
41529
+
"draftMessage": "",
41530
+
"hasDefault": false,
41531
+
"format": "id",
41532
+
"jsonType": "string"
41533
+
},
41520
41534
{
41521
41535
"name": "acs_system_id",
41522
41536
"description": "ID of the access system for which you want to list events.",
@@ -41546,6 +41560,20 @@
41546
41560
"jsonType": "array",
41547
41561
"itemFormat": "id"
41548
41562
},
41563
+
{
41564
+
"name": "acs_user_id",
41565
+
"description": "ID of the ACS user for which you want to list events.",
41566
+
"isRequired": false,
41567
+
"isDeprecated": false,
41568
+
"deprecationMessage": "",
41569
+
"isUndocumented": false,
41570
+
"undocumentedMessage": "",
41571
+
"isDraft": false,
41572
+
"draftMessage": "",
41573
+
"hasDefault": false,
41574
+
"format": "id",
41575
+
"jsonType": "string"
41576
+
},
41549
41577
{
41550
41578
"name": "between",
41551
41579
"description": "Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.",
@@ -43583,6 +43611,20 @@
43583
43611
"hasDefault": false,
43584
43612
"format": "number",
43585
43613
"jsonType": "number"
43614
+
},
43615
+
{
43616
+
"name": "user_identity_id",
43617
+
"description": "ID of the user identity for which you want to list events.",
0 commit comments