public class UpdateOIDCConfigRequest extends AbstractModel
Constructor and Description |
---|
UpdateOIDCConfigRequest() |
UpdateOIDCConfigRequest(UpdateOIDCConfigRequest 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 签名公钥,需要base64
|
String |
getIdentityUrl()
Get 身份提供商URL
|
String |
getName()
Get 名称
|
void |
setClientId(String[] ClientId)
Set 客户端ID
|
void |
setDescription(String Description)
Set 描述
|
void |
setIdentityKey(String IdentityKey)
Set 签名公钥,需要base64
|
void |
setIdentityUrl(String IdentityUrl)
Set 身份提供商URL
|
void |
setName(String Name)
Set 名称
|
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 UpdateOIDCConfigRequest()
public UpdateOIDCConfigRequest(UpdateOIDCConfigRequest source)
public String getIdentityUrl()
public void setIdentityUrl(String IdentityUrl)
IdentityUrl
- 身份提供商URLpublic String getIdentityKey()
public void setIdentityKey(String IdentityKey)
IdentityKey
- 签名公钥,需要base64public String[] getClientId()
public void setClientId(String[] ClientId)
ClientId
- 客户端IDpublic String getName()
public void setName(String Name)
Name
- 名称public String getDescription()
public void setDescription(String Description)
Description
- 描述Copyright © 2022. All rights reserved.