public class ModifyJWKSAuthenticatorRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyJWKSAuthenticatorRequest() |
ModifyJWKSAuthenticatorRequest(ModifyJWKSAuthenticatorRequest 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 |
getEndpoint()
Get JWKS服务器地址,(Text字段和Endpoint字段必须选择一个填写)
|
String |
getFrom()
Get 认证字段;
username-对应 MQTT CONNECT Packet 中 username 字段,
password-对应 MQTT CONNECT Packet 中 password 字段。默认username
|
String |
getInstanceId()
Get 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
Long |
getRefreshInterval()
Get 认证文本刷新间隔时间,单位:秒,最小值60,默认值60,最大值1000。填写认证服务器地址时生效。
|
String |
getRemark()
Get 说明,不能超过 128 个字符
|
String |
getStatus()
Get 认证器状态:open-启用(默认);close-关闭
|
String |
getText()
Get JWKS文本,认证服务器地址为空时生效。(Text字段和Endpoint字段必须选择一个填写)
|
void |
setEndpoint(String Endpoint)
Set JWKS服务器地址,(Text字段和Endpoint字段必须选择一个填写)
|
void |
setFrom(String From)
Set 认证字段;
username-对应 MQTT CONNECT Packet 中 username 字段,
password-对应 MQTT CONNECT Packet 中 password 字段。默认username
|
void |
setInstanceId(String InstanceId)
Set 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
void |
setRefreshInterval(Long RefreshInterval)
Set 认证文本刷新间隔时间,单位:秒,最小值60,默认值60,最大值1000。填写认证服务器地址时生效。
|
void |
setRemark(String Remark)
Set 说明,不能超过 128 个字符
|
void |
setStatus(String Status)
Set 认证器状态:open-启用(默认);close-关闭
|
void |
setText(String Text)
Set JWKS文本,认证服务器地址为空时生效。(Text字段和Endpoint字段必须选择一个填写)
|
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, toJsonString
public ModifyJWKSAuthenticatorRequest()
public ModifyJWKSAuthenticatorRequest(ModifyJWKSAuthenticatorRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint
- JWKS服务器地址,(Text字段和Endpoint字段必须选择一个填写)public String getStatus()
public void setStatus(String Status)
Status
- 认证器状态:open-启用(默认);close-关闭public Long getRefreshInterval()
public void setRefreshInterval(Long RefreshInterval)
RefreshInterval
- 认证文本刷新间隔时间,单位:秒,最小值60,默认值60,最大值1000。填写认证服务器地址时生效。public String getText()
public void setText(String Text)
Text
- JWKS文本,认证服务器地址为空时生效。(Text字段和Endpoint字段必须选择一个填写)public String getFrom()
public void setFrom(String From)
From
- 认证字段;
username-对应 MQTT CONNECT Packet 中 username 字段,
password-对应 MQTT CONNECT Packet 中 password 字段。默认usernamepublic String getRemark()
public void setRemark(String Remark)
Remark
- 说明,不能超过 128 个字符Copyright © 2025. All rights reserved.