public class DeleteAuthenticatorRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteAuthenticatorRequest() |
DeleteAuthenticatorRequest(DeleteAuthenticatorRequest 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 |
getInstanceId()
Get 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
String |
getType()
Get 认证器类型:
JWT:JWT认证器
JWKS:JWKS认证器
HTTP:HTTP认证器
|
void |
setInstanceId(String InstanceId)
Set 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
void |
setType(String Type)
Set 认证器类型:
JWT:JWT认证器
JWKS:JWKS认证器
HTTP:HTTP认证器
|
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 DeleteAuthenticatorRequest()
public DeleteAuthenticatorRequest(DeleteAuthenticatorRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。public String getType()
public void setType(String Type)
Type
- 认证器类型:
JWT:JWT认证器
JWKS:JWKS认证器
HTTP:HTTP认证器Copyright © 2025. All rights reserved.