Class DescribeOIDCConfigResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.DescribeOIDCConfigResponse
-
public class DescribeOIDCConfigResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getClientId()Get 客户端idStringgetDescription()Get 描述StringgetIdentityKey()Get 签名公钥StringgetIdentityUrl()Get 身份提供商URLStringgetName()Get 名称LonggetProviderType()Get 身份提供商类型 11角色身份提供商StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetStatus()Get 状态:0:未设置,11:已开启,2:已禁用voidsetClientId(String[] ClientId)Set 客户端idvoidsetDescription(String Description)Set 描述voidsetIdentityKey(String IdentityKey)Set 签名公钥voidsetIdentityUrl(String IdentityUrl)Set 身份提供商URLvoidsetName(String Name)Set 名称voidsetProviderType(Long ProviderType)Set 身份提供商类型 11角色身份提供商voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetStatus(Long Status)Set 状态:0:未设置,11:已开启,2:已禁用voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeOIDCConfigResponse
public DescribeOIDCConfigResponse()
-
DescribeOIDCConfigResponse
public 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.
-
-
Method Detail
-
getProviderType
public Long getProviderType()
Get 身份提供商类型 11角色身份提供商- Returns:
- ProviderType 身份提供商类型 11角色身份提供商
-
setProviderType
public void setProviderType(Long ProviderType)
Set 身份提供商类型 11角色身份提供商- Parameters:
ProviderType- 身份提供商类型 11角色身份提供商
-
getIdentityUrl
public String getIdentityUrl()
Get 身份提供商URL- Returns:
- IdentityUrl 身份提供商URL
-
setIdentityUrl
public void setIdentityUrl(String IdentityUrl)
Set 身份提供商URL- Parameters:
IdentityUrl- 身份提供商URL
-
getIdentityKey
public String getIdentityKey()
Get 签名公钥- Returns:
- IdentityKey 签名公钥
-
setIdentityKey
public void setIdentityKey(String IdentityKey)
Set 签名公钥- Parameters:
IdentityKey- 签名公钥
-
getClientId
public String[] getClientId()
Get 客户端id- Returns:
- ClientId 客户端id
-
setClientId
public void setClientId(String[] ClientId)
Set 客户端id- Parameters:
ClientId- 客户端id
-
getStatus
public Long getStatus()
Get 状态:0:未设置,11:已开启,2:已禁用- Returns:
- Status 状态:0:未设置,11:已开启,2:已禁用
-
setStatus
public void setStatus(Long Status)
Set 状态:0:未设置,11:已开启,2:已禁用- Parameters:
Status- 状态:0:未设置,11:已开启,2:已禁用
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description- 描述
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-