-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
This issue tracks the implementation of the azdo security permission update command.
Command Description
Update the permissions for a user or group on a specific securable resource (identified by a token) by assigning "allow" or "deny" permissions.
azdo Command Signature
This command should support the following parameters:
- A positional argument in the format
ORGANIZATION/SUBJECTorORGANIZATION/PROJECT/SUBJECTto specify the scope and the user/group. The organization is always required. --namespace-id: The security namespace ID. (Required)--token: The security token for the resource. (Required)--allow-bit: The permission bit or bits to allow. One of--allow-bitor--deny-bitmust be provided.--deny-bit: The permission bit or bits to deny. One of--allow-bitor--deny-bitmust be provided.--merge {false, true}: Specify if the new permissions should be merged with existing ones. (Optional). If--mergeis specified without a valuetrueis implied.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels