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
Copy file name to clipboardExpand all lines: api-reference/beta/resources/printershare.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,18 @@ Represents a printer that is intended to be discoverable by users and printing a
25
25
|[Delete](../api/printershare-delete.md)| None | Unshare a printer. |
26
26
|[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. |
27
27
|[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. |
29
29
|[Create allowed user](../api/printershare-post-allowedusers.md)| None | Grant the specified user access to submit print jobs to the associated printer share. |
30
30
|[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. |
32
32
|[Create allowed group](../api/printershare-post-allowedgroups.md)| None | Grant the specified group access to submit print jobs to the associated printer share. |
33
33
|[Delete allowed group](../api/printershare-delete-allowedgroup.md)| None | Revoke printer share access from the specified group. |
34
34
|[List recent shares](../api/print-list-recentshares.md)|[printerShare](printershare.md) collection | Get a list of recently used **printerShares** by the signed-in user. |
35
35
36
36
## Properties
37
37
| Property | Type | Description |
38
38
|:-------------|:------------|:------------|
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.|
40
40
|capabilities|[printerCapabilities](printercapabilities.md)|The capabilities of the printer associated with this printer share.|
41
41
|createdDateTime|DateTimeOffset|The DateTimeOffset when the printer share was created. Read-only.|
42
42
|defaults|[printerDefaults](printerdefaults.md)|The default print settings of the printer associated with this printer share.|
0 commit comments