Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.75 KB

Office 365 Mover.md

File metadata and controls

31 lines (25 loc) · 1.75 KB

Office 365 Mover

Service Principal Names

Permissions

Application Permissions

Your application runs as a background service or daemon without a signed-in user.

Role Role Id Display Name Description
Read 71d14425-03c0-45db-8541-f3fe1f6bdc36 Read This allows read only access to all migration items.
Tasks.Read 6657c1a7-930f-4c86-a181-aa7d1c1e343c Task.Read This allows users to read tasks.
Transactions.Read 5779d743-8ea2-49be-9c85-251b6d7549b9 Transactions.Read This allows users read only access to transactions.
Transactions.Write e9d76477-27a5-4b74-ae1a-52494e654800 Transactions.Write This allows users to create and execute transactions.
Write a90a33b5-2477-499d-988e-b07f6ed07d53 Write This allows users the ability to read or write any migration item.

Delegated Permissions

Your application needs to access the API as the signed-in user.

Role Role Id Display Name Description
Read 71d14425-03c0-45db-8541-f3fe1f6bdc36 Read This allows read only access to all migration items.
Tasks.Read 6657c1a7-930f-4c86-a181-aa7d1c1e343c Task.Read This allows users to read tasks.
Transactions.Read 5779d743-8ea2-49be-9c85-251b6d7549b9 Transactions.Read This allows users read only access to transactions.
Transactions.Write e9d76477-27a5-4b74-ae1a-52494e654800 Transactions.Write This allows users to create and execute transactions.
Write a90a33b5-2477-499d-988e-b07f6ed07d53 Write This allows users the ability to read or write any migration item.