sp-dev-fx-webparts/samples/react-tenant-properties
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
..
assets react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
config react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
src react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
tools react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
.editorconfig react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
.gitignore react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
.yo-rc.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
gulpfile.js react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
package-lock.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
package.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
tsconfig.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
tslint.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00

README.md

React Tenant Properties Web Part

Summary

This web part allows tenant administrators to manage tenant properties through a graphical interface.
We can create, edit or delete tenant properties.

Only users with Tenant Admin Role are allowed to managed tenant properties.

User without Tenant Admin Role got this message

tenant properties

List tenant properties

tenant properties

Add Tenant property

tenant properties

Edit tenant property

tenant properties

Delete tenant property

tenant properties

Used SharePoint Framework Version

drop

Applies to

WebPart Properties

Property Type Required comments
WebPart Title Text no

Solution

The Web Part Use MSGraph API and need to SharePoint Administrator approve de scope "Directory.ReadWrite.All" in SharePoint Admin Center.

Solution Author(s)
Tenant Properties WebPart João Mendes

Version history

Version Date Comments
1.0.0 Mar 08, 2019 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy
    • Approve API permission on SharePoint Admin Center