Uses of Class
com.tencentcloudapi.ciam.v20220331.models.Salt
-
Packages that use Salt Package Description com.tencentcloudapi.ciam.v20220331.models -
-
Uses of Salt in com.tencentcloudapi.ciam.v20220331.models
Methods in com.tencentcloudapi.ciam.v20220331.models that return Salt Modifier and Type Method Description SaltImportUser. getSalt()Get 密码盐Methods in com.tencentcloudapi.ciam.v20220331.models with parameters of type Salt Modifier and Type Method Description voidImportUser. setSalt(Salt Salt)Set 密码盐Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type Salt Constructor Description Salt(Salt 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.
-