vishesh92 commented on code in PR #13889:
URL: https://github.com/apache/cloudstack/pull/13889#discussion_r3975758417


##########
plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/command/RegisterOAuthProviderCmd.java:
##########
@@ -76,6 +79,9 @@ public class RegisterOAuthProviderCmd extends BaseCmd {
     @Parameter(name = ApiConstants.TOKEN_URL, type = CommandType.STRING, 
description = "Token URL for OAuth finalization (only required for keycloak 
provider)")
     private String tokenUrl;
 
+    @Parameter(name = ApiConstants.ENABLED, type = CommandType.BOOLEAN, 
description = "OAuth provider will be enabled or disabled based on this value", 
since = "24.0.0")

Review Comment:
   It will be good to specify the default value here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to