Device Local Credential Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
DeviceLocalCredential.Read.All | 884b599e-4d48-43a5-ba94-15c414d00588 | Read device local credential passwords | Allows the app to read device local credential properties including passwords, without a signed-in user. |
DeviceLocalCredential.ReadBasic.All | db51be59-e728-414b-b800-e0f010df1a79 | Read device local credential properties | Allows the app to read device local credential properties excluding passwords, without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
DeviceLocalCredential.Read.All | 280b3b69-0437-44b1-bc20-3b2fca1ee3e9 | Read device local credential passwords | Allows the app to read device local credential properties including passwords, on behalf of the signed-in user. |
DeviceLocalCredential.ReadBasic.All | 9917900e-410b-4d15-846e-42a357488545 | Read device local credential properties | Allows the app to read device local credential properties excluding passwords, on behalf of the signed-in user. |