public class DescribeUserOIDCConfigResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeUserOIDCConfigResponse()  | 
DescribeUserOIDCConfigResponse(DescribeUserOIDCConfigResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAuthorizationEndpoint()
Get Authorization endpoint 
 | 
String | 
getClientId()
Get Client ID 
 | 
String | 
getDescription()
Get Description 
 | 
String | 
getIdentityKey()
Get Signature public key 
 | 
String | 
getIdentityUrl()
Get IdP URL 
 | 
String | 
getMappingFiled()
Get Mapping field name 
 | 
Long | 
getProviderType()
Get IdP type. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getResponseMode()
Get Authorization response mode 
 | 
String | 
getResponseType()
Get Authorization response type 
 | 
String[] | 
getScope()
Get Authorization scope 
 | 
Long | 
getStatus()
Get Status. 
 | 
void | 
setAuthorizationEndpoint(String AuthorizationEndpoint)
Set Authorization endpoint 
 | 
void | 
setClientId(String ClientId)
Set Client ID 
 | 
void | 
setDescription(String Description)
Set Description 
 | 
void | 
setIdentityKey(String IdentityKey)
Set Signature public key 
 | 
void | 
setIdentityUrl(String IdentityUrl)
Set IdP URL 
 | 
void | 
setMappingFiled(String MappingFiled)
Set Mapping field name 
 | 
void | 
setProviderType(Long ProviderType)
Set IdP type. 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setResponseMode(String ResponseMode)
Set Authorization response mode 
 | 
void | 
setResponseType(String ResponseType)
Set Authorization response type 
 | 
void | 
setScope(String[] Scope)
Set Authorization scope 
 | 
void | 
setStatus(Long Status)
Set Status. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeUserOIDCConfigResponse()
public DescribeUserOIDCConfigResponse(DescribeUserOIDCConfigResponse source)
public Long getProviderType()
public void setProviderType(Long ProviderType)
ProviderType - IdP type. 12: user OIDC IdPpublic String getIdentityUrl()
public void setIdentityUrl(String IdentityUrl)
IdentityUrl - IdP URLpublic String getIdentityKey()
public void setIdentityKey(String IdentityKey)
IdentityKey - Signature public keypublic String getClientId()
public void setClientId(String ClientId)
ClientId - Client IDpublic Long getStatus()
public void setStatus(Long Status)
Status - Status. 0: not set; 2: disabled; 11: enabled.public String getAuthorizationEndpoint()
public void setAuthorizationEndpoint(String AuthorizationEndpoint)
AuthorizationEndpoint - Authorization endpointpublic String[] getScope()
public void setScope(String[] Scope)
Scope - Authorization scopepublic String getResponseType()
public void setResponseType(String ResponseType)
ResponseType - Authorization response typepublic String getResponseMode()
public void setResponseMode(String ResponseMode)
ResponseMode - Authorization response modepublic String getMappingFiled()
public void setMappingFiled(String MappingFiled)
MappingFiled - Mapping field namepublic String getDescription()
public void setDescription(String Description)
Description - Descriptionpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.