public class DescribeOIDCConfigResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeOIDCConfigResponse() | 
| DescribeOIDCConfigResponse(DescribeOIDCConfigResponse 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[] | getClientId()Get Client ID. | 
| String | getDescription()Get Description. | 
| String | getIdentityKey()Get Public key for signature. | 
| String | getIdentityUrl()Get IdP URL. | 
| String | getName()Get Name. | 
| Long | getProviderType()Get IdP type. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getStatus()Get Status. | 
| void | setClientId(String[] ClientId)Set Client ID. | 
| void | setDescription(String Description)Set Description. | 
| void | setIdentityKey(String IdentityKey)Set Public key for signature. | 
| void | setIdentityUrl(String IdentityUrl)Set IdP URL. | 
| void | setName(String Name)Set Name. | 
| void | setProviderType(Long ProviderType)Set IdP type. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeOIDCConfigResponse()
public DescribeOIDCConfigResponse(DescribeOIDCConfigResponse source)
public Long getProviderType()
public void setProviderType(Long ProviderType)
ProviderType - IdP type. 11: Role IdP.public String getIdentityUrl()
public void setIdentityUrl(String IdentityUrl)
IdentityUrl - IdP URL.public String getIdentityKey()
public void setIdentityKey(String IdentityKey)
IdentityKey - Public key for signature.public String[] getClientId()
public void setClientId(String[] ClientId)
ClientId - Client ID.public Long getStatus()
public void setStatus(Long Status)
Status - Status. 0: Not set; 2: Disabled; 11: Enabled.public String getDescription()
public void setDescription(String Description)
Description - Description.public String getName()
public void setName(String Name)
Name - Name.public 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 © 2023. All rights reserved.