You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,20 +66,21 @@ Permissions Service ResourceName
66
66
rw blob container1
67
67
```
68
68
69
-
The first 2 commands create 2 local objects that will be used in create or update local user.
70
-
The third command creates or updates the local user.
71
-
The following commands show the local user properties.
69
+
The first command creates a local SSH public key object. Note that the key follows the format of `<algorithm> <data>` where data is the base64 encoded contents of the public key.
70
+
The second command creates a local permission scope object that defines the container level access for the local user.
71
+
The third command creates or updates the local user, using the local objects from the first 2 commands.
72
+
The final command shows the local user properties.
72
73
73
74
### Example 2: Create or update a local user by input permission scope and ssh key with json
0 commit comments