sureshanaparti commented on code in PR #12702:
URL: https://github.com/apache/cloudstack/pull/12702#discussion_r3000118027


##########
plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/response/OauthProviderResponse.java:
##########
@@ -54,18 +57,30 @@ public class OauthProviderResponse extends BaseResponse {
     @Param(description = "Redirect URI registered in the OAuth provider")
     private String redirectUri;
 
+    @SerializedName(ApiConstants.DOMAIN_ID)
+    @Param(description = "UUID of the domain the provider belongs to (empty 
for global)")

Review Comment:
   ```suggestion
       @Param(description = "UUID of the domain the provider belongs to (empty 
for global)", since = "4.23.0")
   ```



##########
plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/response/OauthProviderResponse.java:
##########
@@ -54,18 +57,30 @@ public class OauthProviderResponse extends BaseResponse {
     @Param(description = "Redirect URI registered in the OAuth provider")
     private String redirectUri;
 
+    @SerializedName(ApiConstants.DOMAIN_ID)
+    @Param(description = "UUID of the domain the provider belongs to (empty 
for global)")
+    private String domainUuid;
+
+    @SerializedName(ApiConstants.DOMAIN)
+    @Param(description = "name of the domain the provider belongs to (empty 
for global)")

Review Comment:
   ```suggestion
       @Param(description = "name of the domain the provider belongs to (empty 
for global)", since = "4.23.0")
   ```



-- 
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