File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/references/javascript/organization Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -381,21 +381,21 @@ An _experimental_ interface that includes information about a user's permission.
381
381
- `id `
382
382
- `string `
383
383
384
- The unique identifier of the role .
384
+ The unique identifier of the permission .
385
385
386
386
---
387
387
388
388
- `key `
389
389
- `string `
390
390
391
- The unique key of the role .
391
+ The unique key of the permission .
392
392
393
393
---
394
394
395
395
- `name `
396
396
- `string `
397
397
398
- The name of the role .
398
+ The name of the permission .
399
399
400
400
---
401
401
@@ -409,7 +409,7 @@ An _experimental_ interface that includes information about a user's permission.
409
409
- `createdAt `
410
410
- `Date `
411
411
412
- The date when the role was created .
412
+ The date when the permission was created .
413
413
414
414
---
415
415
You can’t perform that action at this time.
0 commit comments