public class JwtAuthConfigForBatchGetInboundAuthConfigOutput extends Object
| Constructor and Description |
|---|
JwtAuthConfigForBatchGetInboundAuthConfigOutput() |
| Modifier and Type | Method and Description |
|---|---|
JwtAuthConfigForBatchGetInboundAuthConfigOutput |
addAllowedAudiencesItem(String allowedAudiencesItem) |
JwtAuthConfigForBatchGetInboundAuthConfigOutput |
addAllowedClientsItem(String allowedClientsItem) |
JwtAuthConfigForBatchGetInboundAuthConfigOutput |
allowedAudiences(List<String> allowedAudiences) |
JwtAuthConfigForBatchGetInboundAuthConfigOutput |
allowedClients(List<String> allowedClients) |
JwtAuthConfigForBatchGetInboundAuthConfigOutput |
discoveryUrl(String discoveryUrl) |
boolean |
equals(Object o) |
List<String> |
getAllowedAudiences()
Get allowedAudiences
|
List<String> |
getAllowedClients()
Get allowedClients
|
String |
getDiscoveryUrl()
Get discoveryUrl
|
int |
hashCode() |
void |
setAllowedAudiences(List<String> allowedAudiences) |
void |
setAllowedClients(List<String> allowedClients) |
void |
setDiscoveryUrl(String discoveryUrl) |
String |
toString() |
public JwtAuthConfigForBatchGetInboundAuthConfigOutput()
public JwtAuthConfigForBatchGetInboundAuthConfigOutput allowedAudiences(List<String> allowedAudiences)
public JwtAuthConfigForBatchGetInboundAuthConfigOutput addAllowedAudiencesItem(String allowedAudiencesItem)
public List<String> getAllowedAudiences()
public JwtAuthConfigForBatchGetInboundAuthConfigOutput allowedClients(List<String> allowedClients)
public JwtAuthConfigForBatchGetInboundAuthConfigOutput addAllowedClientsItem(String allowedClientsItem)
public List<String> getAllowedClients()
public JwtAuthConfigForBatchGetInboundAuthConfigOutput discoveryUrl(String discoveryUrl)
public String getDiscoveryUrl()
public void setDiscoveryUrl(String discoveryUrl)
Copyright © 2026. All rights reserved.