@@ -338,7 +338,7 @@ public ApiResponse<RestrictionPolicyResponse> getRestrictionPolicyWithHttpInfo(S
338338
339339 /** Manage optional parameters to updateRestrictionPolicy. */
340340 public static class UpdateRestrictionPolicyOptionalParameters {
341- private String allowSelfLockout ;
341+ private Boolean allowSelfLockout ;
342342
343343 /**
344344 * Set allowSelfLockout.
@@ -349,7 +349,7 @@ public static class UpdateRestrictionPolicyOptionalParameters {
349349 * out. (optional)
350350 * @return UpdateRestrictionPolicyOptionalParameters
351351 */
352- public UpdateRestrictionPolicyOptionalParameters allowSelfLockout (String allowSelfLockout ) {
352+ public UpdateRestrictionPolicyOptionalParameters allowSelfLockout (Boolean allowSelfLockout ) {
353353 this .allowSelfLockout = allowSelfLockout ;
354354 return this ;
355355 }
@@ -497,7 +497,7 @@ public ApiResponse<RestrictionPolicyResponse> updateRestrictionPolicyWithHttpInf
497497 throw new ApiException (
498498 400 , "Missing the required parameter 'body' when calling updateRestrictionPolicy" );
499499 }
500- String allowSelfLockout = parameters .allowSelfLockout ;
500+ Boolean allowSelfLockout = parameters .allowSelfLockout ;
501501 // create path and map variables
502502 String localVarPath =
503503 "/api/v2/restriction_policy/{resource_id}"
@@ -567,7 +567,7 @@ public ApiResponse<RestrictionPolicyResponse> updateRestrictionPolicyWithHttpInf
567567 400 , "Missing the required parameter 'body' when calling updateRestrictionPolicy" ));
568568 return result ;
569569 }
570- String allowSelfLockout = parameters .allowSelfLockout ;
570+ Boolean allowSelfLockout = parameters .allowSelfLockout ;
571571 // create path and map variables
572572 String localVarPath =
573573 "/api/v2/restriction_policy/{resource_id}"
0 commit comments