Get permission by scope value or GUID
get_permissionLook up a Microsoft Graph permission by its exact scope value or GUID, returning matches from application and delegated datasets.
Instructions
Exact lookup of a Graph permission by its scope Value (e.g. 'User.Read.All') or its GUID Id. Searches Application and/or Delegated datasets. A scope can exist in both, so matches from each dataset are returned. Provide either value or id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Exact permission GUID. | |
| kind | No | Which dataset(s) to search. Default: any. | |
| value | No | Exact scope value, e.g. "User.Read.All". |