Skip to content

Commit 597caa0

Browse files
committed
Acrolinx massaging.
1 parent 91f9a24 commit 597caa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-reference/beta/resources/printershare.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ Represents a printer that is intended to be discoverable by users and printing a
2525
| [Delete](../api/printershare-delete.md) | None | Unshare a printer. |
2626
| [List jobs](../api/printershare-list-jobs.md) | [printJob](printjob.md) collection | Get a list of print jobs that are queued for processing by the printerShare. |
2727
| [Create job for a printer share](../api/printershare-post-jobs.md) | [printJob](printjob.md) | Create a new print job for the printerShare. To start printing the job, use [start](../api/printjob-start.md). |
28-
| [List allowed users](../api/printershare-list-allowedusers.md) | [user](user.md) collection | Retrieve a list of users who have been granted access to submit print jobs to the associated printer share. |
28+
| [List allowed users](../api/printershare-list-allowedusers.md) | [user](user.md) collection | Retrieve a list of users who can submit print jobs to the associated printer share. |
2929
| [Create allowed user](../api/printershare-post-allowedusers.md) | None | Grant the specified user access to submit print jobs to the associated printer share. |
3030
| [Delete allowed user](../api/printershare-delete-alloweduser.md) | None | Revoke printer share access from the specified user. |
31-
| [List allowed groups](../api/printershare-list-allowedgroups.md) | [group](group.md) collection | Retrieve a list of groups that have been granted access to submit print jobs to the associated printer share. |
31+
| [List allowed groups](../api/printershare-list-allowedgroups.md) | [group](group.md) collection | Retrieve a list of groups whose members can submit print jobs to the associated printer share. |
3232
| [Create allowed group](../api/printershare-post-allowedgroups.md) | None | Grant the specified group access to submit print jobs to the associated printer share. |
3333
| [Delete allowed group](../api/printershare-delete-allowedgroup.md) | None | Revoke printer share access from the specified group. |
3434
| [List recent shares](../api/print-list-recentshares.md) | [printerShare](printershare.md) collection | Get a list of recently used **printerShares** by the signed-in user. |
3535

3636
## Properties
3737
| Property | Type | Description |
3838
|:-------------|:------------|:------------|
39-
|allowAllUsers|Boolean|If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the **allowedUsers** and **allowedGroups** navigation properties.|
39+
|allowAllUsers|Boolean|If true, all users and groups can access this printer share. This supersedes the allow lists defined by the **allowedUsers** and **allowedGroups** navigation properties.|
4040
|capabilities|[printerCapabilities](printercapabilities.md)|The capabilities of the printer associated with this printer share.|
4141
|createdDateTime|DateTimeOffset|The DateTimeOffset when the printer share was created. Read-only.|
4242
|defaults|[printerDefaults](printerdefaults.md)|The default print settings of the printer associated with this printer share.|

0 commit comments

Comments
 (0)