dcos security org users grant

ENTERPRISE

授予用户权限

说明

dcos security org users grant 命令让您授予由特定 UID 权限标识的用户在标识的资源上执行指定操作的权限。

选项

名称说明
-h, —help显示此消息并退出。
—description <text>带有给定 RID 的 ACL 描述。如果存在含有给定 RID 的 ACL,则描述将不会被覆盖。默认:“使用安全 CLI 创建”。
UID用户 ID。(必填)
RID资源 ID。(必填)

使用

  1. Usage: dcos security org users grant [OPTIONS] UID RID ACTION
  2. Grant the user with the given UID permission to enact a given ACTION on the
  3. resource with the given RID.
  4. Options:
  5. --description TEXT The description of the ACL with the given RID. If an ACL
  6. exists with the given RID then the description will not be
  7. overwritten. Default: "Created with the security CLI".
  8. -h, --help Show this message and exit.