public class CreateOIDCConfigRequest extends AbstractModel
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 Client ID.
|
String |
getDescription()
Get Description.
|
String |
getIdentityKey()
Get Public key for signature, which must be Base64-encoded.
|
String |
getIdentityUrl()
Get IdP URL.
|
String |
getName()
Get Name.
|
void |
setClientId(String[] ClientId)
Set Client ID.
|
void |
setDescription(String Description)
Set Description.
|
void |
setIdentityKey(String IdentityKey)
Set Public key for signature, which must be Base64-encoded.
|
void |
setIdentityUrl(String IdentityUrl)
Set IdP URL.
|
void |
setName(String Name)
Set Name.
|
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 CreateOIDCConfigRequest()
public CreateOIDCConfigRequest(CreateOIDCConfigRequest source)
public String getIdentityUrl()
public void setIdentityUrl(String IdentityUrl)
IdentityUrl
- IdP URL.public String getIdentityKey()
public void setIdentityKey(String IdentityKey)
IdentityKey
- Public key for signature, which must be Base64-encoded.public String[] getClientId()
public void setClientId(String[] ClientId)
ClientId
- Client ID.public String getName()
public void setName(String Name)
Name
- Name.public String getDescription()
public void setDescription(String Description)
Description
- Description.Copyright © 2023. All rights reserved.