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 UserThreeFactorAutoSignConfig. getUserInfo()Get 自动签开通个人用户信息, 包括名字,身份证等UserThreeFactorCancelUserAutoSignEnableUrlRequest. getUserInfo()Get 预撤销链接的用户信息,包含姓名、证件类型、证件号码等信息。UserThreeFactorDescribeUserAutoSignStatusRequest. getUserInfo()Get 要查询状态的用户信息, 包括名字,身份证等UserThreeFactorDisableUserAutoSignRequest. getUserInfo()Get 需要关闭自动签的个人的信息,如姓名,证件信息等。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type UserThreeFactor Modifier and Type Method Description voidAutoSignConfig. setUserInfo(UserThreeFactor UserInfo)Set 自动签开通个人用户信息, 包括名字,身份证等voidCancelUserAutoSignEnableUrlRequest. setUserInfo(UserThreeFactor UserInfo)Set 预撤销链接的用户信息,包含姓名、证件类型、证件号码等信息。voidDescribeUserAutoSignStatusRequest. setUserInfo(UserThreeFactor UserInfo)Set 要查询状态的用户信息, 包括名字,身份证等voidDisableUserAutoSignRequest. 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.
-