@@ -2454,9 +2454,9 @@ def _list_runner_permissions_serialize(
24542454 @validate_call
24552455 def list_runner_security_users (
24562456 self ,
2457- organization_id : Annotated [StrictStr , Field (description = "the Organization identifier" )],
2458- workspace_id : Annotated [StrictStr , Field (description = "the Workspace identifier" )],
2459- runner_id : Annotated [StrictStr , Field (description = "the Runner identifier" )],
2457+ organization_id : Annotated [str , Field (strict = True , description = "the Organization identifier" )],
2458+ workspace_id : Annotated [str , Field (strict = True , description = "the Workspace identifier" )],
2459+ runner_id : Annotated [str , Field (strict = True , description = "the Runner identifier" )],
24602460 _request_timeout : Union [
24612461 None ,
24622462 Annotated [StrictFloat , Field (gt = 0 )],
@@ -2529,9 +2529,9 @@ def list_runner_security_users(
25292529 @validate_call
25302530 def list_runner_security_users_with_http_info (
25312531 self ,
2532- organization_id : Annotated [StrictStr , Field (description = "the Organization identifier" )],
2533- workspace_id : Annotated [StrictStr , Field (description = "the Workspace identifier" )],
2534- runner_id : Annotated [StrictStr , Field (description = "the Runner identifier" )],
2532+ organization_id : Annotated [str , Field (strict = True , description = "the Organization identifier" )],
2533+ workspace_id : Annotated [str , Field (strict = True , description = "the Workspace identifier" )],
2534+ runner_id : Annotated [str , Field (strict = True , description = "the Runner identifier" )],
25352535 _request_timeout : Union [
25362536 None ,
25372537 Annotated [StrictFloat , Field (gt = 0 )],
@@ -2604,9 +2604,9 @@ def list_runner_security_users_with_http_info(
26042604 @validate_call
26052605 def list_runner_security_users_without_preload_content (
26062606 self ,
2607- organization_id : Annotated [StrictStr , Field (description = "the Organization identifier" )],
2608- workspace_id : Annotated [StrictStr , Field (description = "the Workspace identifier" )],
2609- runner_id : Annotated [StrictStr , Field (description = "the Runner identifier" )],
2607+ organization_id : Annotated [str , Field (strict = True , description = "the Organization identifier" )],
2608+ workspace_id : Annotated [str , Field (strict = True , description = "the Workspace identifier" )],
2609+ runner_id : Annotated [str , Field (strict = True , description = "the Runner identifier" )],
26102610 _request_timeout : Union [
26112611 None ,
26122612 Annotated [StrictFloat , Field (gt = 0 )],
0 commit comments