REVOKE_USER_TNT_ACCESSΒΆ
Revoke tenant group access from a user.
Parameter Name |
Required |
Description |
---|---|---|
P_object_group |
yes |
object group |
p_user_name |
yes |
user name |
p_tnt_group |
yes |
tenant group |
p_tnt_code |
tenant code |
Example
EXECUTE SCRIPT api_scurty.revoke_user_tnt_access
( 'XXX' -- P_object_group
, 'XXX' -- p_user_name
, 'XXX' -- p_tnt_group
, 'XXX' -- p_user_name
);