Uses of Class
com.tencentcloudapi.ess.v20201111.models.CreateIntegrationRoleResponse
-
Packages that use CreateIntegrationRoleResponse Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of CreateIntegrationRoleResponse in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 that return CreateIntegrationRoleResponse Modifier and Type Method Description CreateIntegrationRoleResponse
EssClient. CreateIntegrationRole(CreateIntegrationRoleRequest req)
此接口(CreateIntegrationRole)用来创建企业自定义的SaaS角色或集团角色。 适用场景1:创建当前企业的自定义SaaS角色或集团角色,并且创建时不进行权限的设置(PermissionGroups 参数不传),角色中的权限内容可通过控制台编辑角色或通过接口 ModifyIntegrationRole 完成更新。 适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。 适用场景3:创建集团角色时可同时设置角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。 适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。 注意事项:SaaS角色和集团角色对应的权限树是不一样的。 -
Uses of CreateIntegrationRoleResponse in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type CreateIntegrationRoleResponse Constructor Description CreateIntegrationRoleResponse(CreateIntegrationRoleResponse 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.
-