Uses of Class
com.tencentcloudapi.ess.v20201111.models.UserThreeFactor
-
Packages that use UserThreeFactor Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of UserThreeFactor in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return UserThreeFactor Modifier and Type Method Description UserThreeFactor
AutoSignConfig. getUserInfo()
Get 自动签开通个人用户信息, 包括名字,身份证等UserThreeFactor
CancelUserAutoSignEnableUrlRequest. getUserInfo()
Get 预撤销链接的用户信息,包含姓名、证件类型、证件号码等信息。UserThreeFactor
DescribeUserAutoSignStatusRequest. getUserInfo()
Get 要查询状态的用户信息, 包括名字,身份证等UserThreeFactor
DisableUserAutoSignRequest. getUserInfo()
Get 需要关闭自动签的个人的信息,如姓名,证件信息等。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type UserThreeFactor Modifier and Type Method Description void
AutoSignConfig. setUserInfo(UserThreeFactor UserInfo)
Set 自动签开通个人用户信息, 包括名字,身份证等void
CancelUserAutoSignEnableUrlRequest. setUserInfo(UserThreeFactor UserInfo)
Set 预撤销链接的用户信息,包含姓名、证件类型、证件号码等信息。void
DescribeUserAutoSignStatusRequest. setUserInfo(UserThreeFactor UserInfo)
Set 要查询状态的用户信息, 包括名字,身份证等void
DisableUserAutoSignRequest. setUserInfo(UserThreeFactor UserInfo)
Set 需要关闭自动签的个人的信息,如姓名,证件信息等。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type UserThreeFactor Constructor Description UserThreeFactor(UserThreeFactor 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.
-