ODPS (Open Data Processing Service)에서 사용자 권한 관리. 같이 보기:
odps. 더 많은 정보: https://www.alibabacloud.com/help/doc-detail/27971.htm.
add user {{사용자명}};
grant {{작업_목록}} on {{객체_유형}} {{객체_이름}} to user {{사용자명}};
show grants for {{사용자명}};
create role {{역할_이름}};
grant {{작업_목록}} on {{객체_유형}} {{객체_이름}} to role {{역할_이름}};
desc role {{역할_이름}};
grant {{역할_이름}} to {{사용자명}};