dcos security org users grant

ENTERPRISE

Grant user permissions

Description

The dcos security org users grant command lets you grant a user identified by a specific UID permissin to perform a specified action on an identified resource.

Options

NameDescription
-h, —helpShow this message and exit.
—description <text>The description of the ACL with the given RID. If an ACL exists with the given RID then the description will not be overwritten. Default: “Created with the security CLI”.
UIDUser ID. (Required)
RIDResource ID. (Required)

Usage

  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.