Categories:

System functions (System Control)

SYSTEM$UNLINK_ORGANIZATION_USER_GROUP

Unlinks an access control role from an organization user group so it can be managed as a local role going forward.

语法

SYSTEM$UNLINK_ORGANIZATION_USER_GROUP( '<role>' )

实参

'role'

链接到组织用户组的访问控制角色的名称。

使用说明

取消链接组织用户组时,导入该组时添加到常规账户的用户对象也会随之取消链接。

示例

SELECT SYSTEM$UNLINK_ORGANIZATION_USER_GROUP('marketing_team');