public class JwtAuthConfigForListInboundAuthConfigsOutput extends Object
| Constructor and Description |
|---|
JwtAuthConfigForListInboundAuthConfigsOutput() |
| Modifier and Type | Method and Description |
|---|---|
JwtAuthConfigForListInboundAuthConfigsOutput |
addAllowedAudiencesItem(String allowedAudiencesItem) |
JwtAuthConfigForListInboundAuthConfigsOutput |
addAllowedClientsItem(String allowedClientsItem) |
JwtAuthConfigForListInboundAuthConfigsOutput |
allowedAudiences(List<String> allowedAudiences) |
JwtAuthConfigForListInboundAuthConfigsOutput |
allowedClients(List<String> allowedClients) |
JwtAuthConfigForListInboundAuthConfigsOutput |
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 JwtAuthConfigForListInboundAuthConfigsOutput()
public JwtAuthConfigForListInboundAuthConfigsOutput allowedAudiences(List<String> allowedAudiences)
public JwtAuthConfigForListInboundAuthConfigsOutput addAllowedAudiencesItem(String allowedAudiencesItem)
public List<String> getAllowedAudiences()
public JwtAuthConfigForListInboundAuthConfigsOutput allowedClients(List<String> allowedClients)
public JwtAuthConfigForListInboundAuthConfigsOutput addAllowedClientsItem(String allowedClientsItem)
public List<String> getAllowedClients()
public JwtAuthConfigForListInboundAuthConfigsOutput discoveryUrl(String discoveryUrl)
public String getDiscoveryUrl()
public void setDiscoveryUrl(String discoveryUrl)
Copyright © 2026. All rights reserved.