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
The `access` subcommand retrieves entities relation about a principal.
379
+
380
+
```
381
+
input: polaris principals access --help
382
+
options:
383
+
access
384
+
Positional arguments:
385
+
principal
386
+
```
387
+
388
+
##### Examples
389
+
390
+
```
391
+
polaris principals access quickstart_user
392
+
```
393
+
375
394
### Principal Roles
376
395
377
396
The `principal-roles` command is used to create, discover, and manage principal roles within Polaris. Additionally, this command can identify principals or catalog roles associated with a principal role, and can be used to grant a principal role to a principal.
0 commit comments