Microsoft.Graph.Kibali
0.5.0-preview
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Graph.Kibali --version 0.5.0-preview
NuGet\Install-Package Microsoft.Graph.Kibali -Version 0.5.0-preview
<PackageReference Include="Microsoft.Graph.Kibali" Version="0.5.0-preview" />
paket add Microsoft.Graph.Kibali --version 0.5.0-preview
#r "nuget: Microsoft.Graph.Kibali, 0.5.0-preview"
// Install Microsoft.Graph.Kibali as a Cake Addin #addin nuget:?package=Microsoft.Graph.Kibali&version=0.5.0-preview&prerelease // Install Microsoft.Graph.Kibali as a Cake Tool #tool nuget:?package=Microsoft.Graph.Kibali&version=0.5.0-preview&prerelease
Kibali Permissions Tooling
This repository contains a library and a commandline tool for managing AuthZ permissions. This was built to help manage permissions for Microsoft Graph.
From the repo root you can build the kibali tool using the following command:
dotnet build
You can create the Kibali permissions file from the Graph Explorer permissions metadata data using the following command:
.\kibaliTool\bin\Debug\net6.0\KibaliTool.exe import
This command will output a file called GraphPermissions.json in the .\output
folder. Once you have this file you
can query the file for permissions using the following command:
.\kibaliTool\bin\Debug\net6.0\KibaliTool.exe query --pf .\output\GraphPermissions.json --url "/me/messages"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.OpenApi (>= 1.4.0-preview2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.24.0 | 1,961 | 8/16/2024 |
0.22.0 | 313 | 8/6/2024 |
0.21.0 | 759 | 6/28/2024 |
0.19.0 | 2,702 | 2/12/2024 |
0.18.0 | 797 | 1/31/2024 |
0.17.0 | 261 | 1/25/2024 |
0.16.0 | 667 | 1/10/2024 |
0.15.0 | 942 | 10/17/2023 |
0.14.0 | 1,075 | 7/26/2023 |
0.13.0 | 313 | 7/18/2023 |
0.12.0 | 366 | 6/29/2023 |
0.11.0 | 327 | 5/22/2023 |
0.9.0 | 522 | 5/3/2023 |
0.8.0 | 533 | 3/28/2023 |
0.7.0 | 421 | 3/8/2023 |
0.6.0 | 267 | 3/8/2023 |
0.6.0-preview | 274 | 12/6/2022 |
0.5.0-preview | 138 | 12/1/2022 |