Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.Auth
-
Packages that use Auth Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of Auth in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return Auth Modifier and Type Method Description Auth[]CreateAccountUserRequest. getAuthRole()Get 账号的读写权限信息。Auth[]SetAccountUserPrivilegeRequest. getAuthRole()Get 设置权限信息。Auth[]UserInfo. getAuthRole()Get 账号权限详情。Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type Auth Modifier and Type Method Description voidCreateAccountUserRequest. setAuthRole(Auth[] AuthRole)Set 账号的读写权限信息。voidSetAccountUserPrivilegeRequest. setAuthRole(Auth[] AuthRole)Set 设置权限信息。voidUserInfo. setAuthRole(Auth[] AuthRole)Set 账号权限详情。Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type Auth Constructor Description Auth(Auth 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.
-