public class DescribeUserOIDCConfigResponse extends AbstractModel
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 授权请求Endpoint
|
String |
getClientId()
Get 客户端id
|
String |
getDescription()
Get 描述
|
String |
getIdentityKey()
Get 签名公钥
|
String |
getIdentityUrl()
Get 身份提供商URL
|
String |
getMappingFiled()
Get 映射字段名称
|
Long |
getProviderType()
Get 身份提供商类型。 12:用户OIDC身份提供商
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getResponseMode()
Get 授权请求Response mode
|
String |
getResponseType()
Get 授权请求Response type
|
String[] |
getScope()
Get 授权请求Scope
|
Long |
getStatus()
Get 状态:0:未设置,11:已开启,2:已禁用
|
void |
setAuthorizationEndpoint(String AuthorizationEndpoint)
Set 授权请求Endpoint
|
void |
setClientId(String ClientId)
Set 客户端id
|
void |
setDescription(String Description)
Set 描述
|
void |
setIdentityKey(String IdentityKey)
Set 签名公钥
|
void |
setIdentityUrl(String IdentityUrl)
Set 身份提供商URL
|
void |
setMappingFiled(String MappingFiled)
Set 映射字段名称
|
void |
setProviderType(Long ProviderType)
Set 身份提供商类型。 12:用户OIDC身份提供商
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResponseMode(String ResponseMode)
Set 授权请求Response mode
|
void |
setResponseType(String ResponseType)
Set 授权请求Response type
|
void |
setScope(String[] Scope)
Set 授权请求Scope
|
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 DescribeUserOIDCConfigResponse()
public DescribeUserOIDCConfigResponse(DescribeUserOIDCConfigResponse source)
public Long getProviderType()
public void setProviderType(Long ProviderType)
ProviderType
- 身份提供商类型。 12:用户OIDC身份提供商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 getAuthorizationEndpoint()
public void setAuthorizationEndpoint(String AuthorizationEndpoint)
AuthorizationEndpoint
- 授权请求Endpointpublic String[] getScope()
public void setScope(String[] Scope)
Scope
- 授权请求Scopepublic String getResponseType()
public void setResponseType(String ResponseType)
ResponseType
- 授权请求Response typepublic String getResponseMode()
public void setResponseMode(String ResponseMode)
ResponseMode
- 授权请求Response modepublic String getMappingFiled()
public void setMappingFiled(String MappingFiled)
MappingFiled
- 映射字段名称public String getDescription()
public void setDescription(String Description)
Description
- 描述public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.