-
Notifications
You must be signed in to change notification settings - Fork 196
Add ViewUpload setting to SPOTenant, add AnonymousLinkExpirationInDays to SPOContainerTypeConfiguration #898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
5978546
c8d6514
e2a7a23
2f75c0d
4c6470e
72003fa
9307247
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1354,11 +1354,12 @@ Accept wildcard characters: False | |
|
|
||
| ### -FolderAnonymousLinkType | ||
|
|
||
| Anonymous access links can allow recipients to only view or view and edit. | ||
| Users can configure folder anonymous access links that allow recipients to view, view and upload, or view, edit, and upload files. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just reverted the change. None is the default value for the enum, which was reused from another place, but it doesn't have a good meaning in this context. The docs should not include it as a supported option. |
||
|
|
||
| The valid values are: | ||
|
|
||
| - View | ||
| - ViewUpload | ||
| - Edit | ||
|
hhhults marked this conversation as resolved.
|
||
|
|
||
| ```yaml | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.