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 客户端id
|
String |
getDescription()
Get 描述
|
String |
getIdentityKey()
Get 签名公钥
|
String |
getIdentityUrl()
Get 身份提供商URL
|
String |
getName()
Get 名称
|
Long |
getProviderType()
Get 身份提供商类型 11角色身份提供商
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getStatus()
Get 状态:0:未设置,11:已开启,2:已禁用
|
void |
setClientId(String[] ClientId)
Set 客户端id
|
void |
setDescription(String Description)
Set 描述
|
void |
setIdentityKey(String IdentityKey)
Set 签名公钥
|
void |
setIdentityUrl(String IdentityUrl)
Set 身份提供商URL
|
void |
setName(String Name)
Set 名称
|
void |
setProviderType(Long ProviderType)
Set 身份提供商类型 11角色身份提供商
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setStatus(Long Status)
Set 状态:0:未设置,11:已开启,2:已禁用
|
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, toJsonString
public DescribeOIDCConfigResponse()
public DescribeOIDCConfigResponse(DescribeOIDCConfigResponse source)
public Long getProviderType()
public void setProviderType(Long ProviderType)
ProviderType
- 身份提供商类型 11角色身份提供商public String getIdentityUrl()
public void setIdentityUrl(String IdentityUrl)
IdentityUrl
- 身份提供商URLpublic String getIdentityKey()
public void setIdentityKey(String IdentityKey)
IdentityKey
- 签名公钥public String[] getClientId()
public void setClientId(String[] ClientId)
ClientId
- 客户端idpublic Long getStatus()
public void setStatus(Long Status)
Status
- 状态:0:未设置,11:已开启,2:已禁用public String getDescription()
public void setDescription(String Description)
Description
- 描述public String getName()
public void setName(String Name)
Name
- 名称public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.