public class CreateOIDCConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateOIDCConfigRequest() | 
| CreateOIDCConfigRequest(CreateOIDCConfigRequest 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateOIDCConfigRequest()
public CreateOIDCConfigRequest(CreateOIDCConfigRequest source)
public String getIdentityUrl()
public void setIdentityUrl(String IdentityUrl)
IdentityUrl - 身份提供商URLpublic String[] getClientId()
public void setClientId(String[] ClientId)
ClientId - 客户端IDpublic String getName()
public void setName(String Name)
Name - 名称public String getIdentityKey()
public void setIdentityKey(String IdentityKey)
IdentityKey - 签名公钥,需要base64public String getDescription()
public void setDescription(String Description)
Description - 描述Copyright © 2025. All rights reserved.