Uses of Class
com.tencentcloudapi.ssm.v20190923.models.ProductPrivilegeUnit
-
Packages that use ProductPrivilegeUnit Package Description com.tencentcloudapi.ssm.v20190923.models -
-
Uses of ProductPrivilegeUnit in com.tencentcloudapi.ssm.v20190923.models
Methods in com.tencentcloudapi.ssm.v20190923.models that return ProductPrivilegeUnit Modifier and Type Method Description ProductPrivilegeUnit[]CreateProductSecretRequest. getPrivilegesList()Get 将凭据与云产品实例绑定时,需要授予的权限列表。Methods in com.tencentcloudapi.ssm.v20190923.models with parameters of type ProductPrivilegeUnit Modifier and Type Method Description voidCreateProductSecretRequest. setPrivilegesList(ProductPrivilegeUnit[] PrivilegesList)Set 将凭据与云产品实例绑定时,需要授予的权限列表。Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type ProductPrivilegeUnit Constructor Description ProductPrivilegeUnit(ProductPrivilegeUnit 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.
-