sureshanaparti commented on code in PR #12702:
URL: https://github.com/apache/cloudstack/pull/12702#discussion_r3000053501
##########
plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/command/ListOAuthProvidersCmd.java:
##########
@@ -59,6 +63,14 @@ public class ListOAuthProvidersCmd extends BaseListCmd
implements APIAuthenticat
@Parameter(name = ApiConstants.PROVIDER, type = CommandType.STRING,
description = "Name of the provider")
private String provider;
+ @Parameter(name = ApiConstants.DOMAIN_ID, type = CommandType.UUID,
entityType = DomainResponse.class,
+ description = "List OAuth providers for a specific domain. Use -1
for global providers only.")
+ private Long domainId;
+
+ @Parameter(name = ApiConstants.DOMAIN, type = CommandType.STRING,
+ description = "Domain path for domain-specific OAuth provider
lookup")
Review Comment:
```suggestion
description = "Domain path for domain-specific OAuth provider
lookup", 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]