tencentcloud-sdk-nodejs-organization 4.1.176 → 4.1.184
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1757,45 +1757,49 @@ export interface DeleteOrganizationMembersResponse {
|
|
|
1757
1757
|
*/
|
|
1758
1758
|
export interface ManagerShareUnit {
|
|
1759
1759
|
/**
|
|
1760
|
-
*
|
|
1760
|
+
* <p>共享单元ID。</p>
|
|
1761
1761
|
*/
|
|
1762
1762
|
UnitId?: string;
|
|
1763
1763
|
/**
|
|
1764
|
-
*
|
|
1764
|
+
* <p>共享单元名称。</p>
|
|
1765
1765
|
*/
|
|
1766
1766
|
Name?: string;
|
|
1767
1767
|
/**
|
|
1768
|
-
*
|
|
1768
|
+
* <p>共享单元管理员Uin。</p>
|
|
1769
1769
|
*/
|
|
1770
1770
|
Uin?: number;
|
|
1771
1771
|
/**
|
|
1772
|
-
*
|
|
1772
|
+
* <p>共享单元管理员OwnerUin。</p>
|
|
1773
1773
|
*/
|
|
1774
1774
|
OwnerUin?: number;
|
|
1775
1775
|
/**
|
|
1776
|
-
*
|
|
1776
|
+
* <p>共享单元地域。</p>
|
|
1777
1777
|
*/
|
|
1778
1778
|
Area?: string;
|
|
1779
1779
|
/**
|
|
1780
|
-
*
|
|
1780
|
+
* <p>描述。</p>
|
|
1781
1781
|
*/
|
|
1782
1782
|
Description?: string;
|
|
1783
1783
|
/**
|
|
1784
|
-
*
|
|
1784
|
+
* <p>创建时间。</p>
|
|
1785
1785
|
*/
|
|
1786
1786
|
CreateTime?: string;
|
|
1787
1787
|
/**
|
|
1788
|
-
*
|
|
1788
|
+
* <p>共享单元资源数。</p>
|
|
1789
1789
|
*/
|
|
1790
1790
|
ShareResourceNum?: number;
|
|
1791
1791
|
/**
|
|
1792
|
-
*
|
|
1792
|
+
* <p>共享单元成员数。</p>
|
|
1793
1793
|
*/
|
|
1794
1794
|
ShareMemberNum?: number;
|
|
1795
1795
|
/**
|
|
1796
|
-
*
|
|
1796
|
+
* <p>共享范围。取值:1-仅允许集团组织内共享 2-允许共享给任意账号</p>
|
|
1797
1797
|
*/
|
|
1798
1798
|
ShareScope?: number;
|
|
1799
|
+
/**
|
|
1800
|
+
* <p>共享单元部门数。</p>
|
|
1801
|
+
*/
|
|
1802
|
+
ShareNodeNum?: number;
|
|
1799
1803
|
}
|
|
1800
1804
|
/**
|
|
1801
1805
|
* UpdateSCIMCredentialStatus返回参数结构体
|